[ Video Sharing CMS v4 ] Pagination on category page WTF ?

Started by shtefcs,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shtefcsTopic starter

Alex,

Why the fck you putted pagination on category pages ? You really don't understand how google work. This script was awesome, cause it had simple infinity scroll, and not duplicated paginated page.

How can u turn  off this and put infinity scroll like it was.
  •  

PHPVibe A.

Did infinite scroll on category work for you after the first 8-10 pages?
You can put it back by simply pasting the nav in the page like from 3.5

shtefcsTopic starter

No, it's not working after 7-8 pages.

QuoteYou can put it back by simply pasting the nav in the page like from 3.5

Please describe this in details, i am dont understanding a word ^^
  •  

PHPVibe A.

Quote from: shtefcs on
No, it's not working after 7-8 pages.

This is why we removed the infinitescroll.

Quote from: shtefcs on

Please describe this in details, i am dont understanding a word ^^

Check the old code, it's out of business hours and I'm on mobile.
In tpl/main/channel.php should be an

$kill_infinite = true;


and should be set to

$kill_infinite = false;


plus the pagination class removed (easy to spot) looks like:

$a->show_pages

shtefcsTopic starter

Alex,

Tnx for detailed response. I putted to false what you said and removed this line http://screencast.com/t/uslJnT2N5. It's working now, infinity scroll is there and pagination is removed.

One more question. Is there anyway I can removed this empty space http://screencast.com/t/0xPJdbxp ? Causen when it first load, it show new videos under that row.
  •  

PHPVibe A.

You should check "browse per page" in configuration and set it to be multiple of 3, not you have multiple of 4.

shtefcsTopic starter

  •  

PHPVibe A.


shtefcsTopic starter

  •  

Similar topics (7)