• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Videos Limit - HomePage Builder

Started by imranw,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

imranwTopic starter

Hello,

Experiencing an issue with videos limit in homepage builder blocks. I have five different blocks and all are set to a video limit of 4 and they are all working except the last one. Even though it is set to show 4 videos only - it keeps loading additional videos from the category as I scroll down. Please assist. Thanks
  •  

Marius P.

This is the way it is built, last block gets infinite scroll.

Open tpl/{your theme}/home.php and find this line:

if($i < $bnr) { $kill_infinite = true; } else { $kill_infinite = false; }



replace it with:


$kill_infinite = false;
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

imranwTopic starter

You meant "$kill_infinite = true;"

and thanks its working now without going in to the loop.
  •  

mihai

  •  

Marius P.

Quote from: imranw on
You meant "$kill_infinite = true;"

and thanks its working now without going in to the loop.
True, my bad!
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)