BTW this is how the code of loop looks like:
query_posts("paged=$paged");
while (have_posts()) : the_post();
?>
<div <?php post_class(); ?>>
<!--h2><?php bbp_forum_title(); ?></h2>-->
<div class="txtContent">
<div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
<?php bbp_get_template_part( 'bbpress/content', 'single-forum' ); ?>
</div><!-- #forum-<?php bbp_forum_id(); ?> -->
<?php
endwhile;
?>
<?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>