Forums
-
- Forum
- Posts
-
- Installation
- 27,655
- Troubleshooting
- 60,595
- Themes
- 10,192
- Plugins
- 14,982
- Requests & Feedback
- 14,610
- Showcase
- 3,238
-
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
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS