Forums
-
- Forum
- Posts
-
- Installation
- 28,543
- Troubleshooting
- 62,922
- Themes
- 10,446
- Plugins
- 15,404
- Requests & Feedback
- 15,031
- Showcase
- 3,257
-
To figure out pages is easy.
You lookup how many posts are in the topic and then you divide by the page_topics setting which also happens to be the posts per page setting.
something like:
$pages=ceil($topic->topic_posts/bb_get_option('page_topics'));