Forum Replies Created
-
In reply to: Which version of bbPress does bbpress.org use?
OK – now I understand the question – sorry.
In reply to: hide subforums on main pageOK – now I gotcha:
If using the default (kakumei) theme, lo0k for this code which is about line 43:
<?php if ( bb_forums() ) : ?>
REPLACE it with this code:
<?php if ( bb_forums(“depth=1”) ) : ?>
Works beatifuuly as described.
In reply to: Which version of bbPress does bbpress.org use?The look-alike version is available here: http://bbshowcase.org/forums/view/available-themes (half way down page).
Just had another idea !!!!! Would this scenerio work?
Using 0.9.0.2
In the KAKUMEI theme, can this line (Line 43): <?php if ( bb_forums() ) : ?>
be replaced to to just call up on the front page only the forums that have a certain ID?
Something like: <?php if ( bb_forums(ID=1,2,3,4,5) ) : ?>
I don’t know PHP that well to be able to guess the actual code required. What do you think?
Have tried what zappoman suggested here (https://bbpress.org/forums/topic/hide-subforums-on-main-page#post-21413) but cannot get it to work.
In reply to: hide subforums on main pageThis topic has been marked [resolved] when it isn;t for me (with the greatest of respect for the forum administrator) so has continued the discussion on another thred about the same topic. Thanks.
Thanks _ck_ but the ‘pastbin’ examples have now elapsed and are no longer available. Is there any chance someone could supply again before this thread is marked as resolved please? Desperatly looking for the solution.
In reply to: hide subforums on main pageGuys – all your ‘pastebin’ code has disappeared from that site. Eight months has elapsed since the post before this one. Any chance it can be added back again please? Or is there documentation somewhere else. Thanks for the trouble.