Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sun 403 posts 395 karma points
    Feb 12, 2011 @ 14:12
    sun
    0

    one suggestion: limit showed pages.

    One suggestion: You should limit how many pages to show. this function is very popular used in many sites.

    I can easily make a auto change pages range control:

    the basic logic is:

    showedPages=selectedPageIndex-rangeNumber, selectedPageIndex+rangeNumber

    after you change selectedPage, the range will auto change.

    if selectedPageIndex=10;rangeNumber=5, so:

    it will show: 5,6,7,8,9,(10),11,12,13,14,15

    if selectedPageIndex=15;rangeNumber=5, so:

    it will show: 10,11,12,13,14,(15),16,17,18,19.20

  • sun 403 posts 395 karma points
    Feb 14, 2011 @ 13:53
    sun
    1

    Why no one notice this topic? When you have a lot of topic in a forum, this type of listing pages is very useful.

    if one forum have 10000 topic, 20 topics/page, with current type of list, it will show 500 items of page index. But by using my way, you can customize items range to show page index.

Please Sign in or register to post replies

Write your reply to:

Draft