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.
Options

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?

Answers

  • Options

    Did you click on 2?

  • Options

    What do you mean by "click on 2"?

  • Options

    I can see page number just before the footer, but what i want is the page itself extended when scrolling down.

  • Options

    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.

  • Options

    Thanks for the info. @x00

  • Options

    Pager uses ToString() usually

    ToStringPrevNext() is the simplified version

    grep is your friend.

  • Options

    I PM you

Sign In or Register to comment.