Info
- 4 posts
- 3 voices
- Started 2 years ago by johnnydoe
- Latest reply from Hanratty
- This topic is resolved
counting subforums
-
- Posted 2 years ago #
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> -
- Posted 2 years ago #
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-21338Good luck!
-
- Posted 2 years ago #
hello again john :)
well looks promising, i'll give this also a try, thank's
-
- Posted 2 years ago #
how to count sub forum
-
You must log in to post.