Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Pagination
I noticed that I couldn't read the rest of the forum! Just because of Pagination! Is there anyway to enable this, NOT by showing numbers, just by auto extension of page like #twitter?
0
Answers
Did you click on 2?
What do you mean by "click on 2"?
I can see page number just before the footer, but what i want is the page itself extended when scrolling down.
this is possible on the theme level. Previous version of Vanilla used the 'More' type of pagination.
The core the PagerFactory load a module has the option to do this, if you don't supply the total records.
If you are looking for a scroll triggered then you would have to develop this.
grep is your friend.
Thanks for the info. @x00
Pager uses ToString() usually
ToStringPrevNext() is the simplified version
grep is your friend.
I PM you