Forums

Join
bbPress Support ForumsThemescounting subforums

Info

counting subforums

  1. is there a way to force bb-press to show/count "also" the number of subforums instead only the amount of topics?

    (coders the following code might hurt your eyes but i'am (not yet) so skilled in php, i'm really sorry)

    kinda...

    <?php if ( bb_forums() ) : ?>
    <table class="etcetera">
    	<tr>
    		<td>
    			<?php bb_forum_pad...etctera>
    		</td>
    		<td class="info">
    			<?php forum_topics(); ?>
    		</td>
    	</tr>
    </table>
    
    <?php else( bla() ) : ?>
    
    <?php if ( bb_forums() ) : ?>
    <table class="etcetera">
    	<tr>
    		<td>
    			<?php bb_forum_pad...etctera>
    		</td>
    		<td class="info">
    			<?php forum_subforums(); ?>
    		</td>
    	</tr>
    </table>
  2. I don't think this is what you want... but the code might provide some inspiration, since it also deals with subforums. :-)
    http://bbpress.org/forums/topic/counting-forums#post-21338

    Good luck!

  3. hello again john :)

    well looks promising, i'll give this also a try, thank's

  4. how to count sub forum

  5. You must log in to post.