Originally posted by: lnguyen
what does that mean? i noticed this too when i switched from 35->25 threads per page. i always see it when i'm not logged in tho.
The forum S/W looks at how many posts are in the thread, then the number of posts you have selected per page.
That determines how many pages.
Total_Posts / Posts_per_Page = Number_pages.
To prevent Number_pages from == 0, the S/W automatically increases the page count by 1.
Otherwise integer division would cause
10 posts / 25 posts_per_page = 0.