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.
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
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.
is working on a reply...