Forums
- 
		- Forum
- Posts
 
- 
		
			
		
			- Installation
- 28,536
 - Troubleshooting
- 62,802
 - Themes
- 10,444
 - Plugins
- 15,389
 - Requests & Feedback
- 14,986
 - Showcase
- 3,257
 
- 
		
look for these lines (20-23) in topic.php 
if ( !$bb_db_override ) :
$posts = get_thread( $topic_id, $page );
$forum = get_forum ( $topic->forum_id );change to
if ( !$bb_db_override ) :
$posts = get_thread( $topic_id, $page, 1 );
$forum = get_forum ( $topic->forum_id );get_thread function changed