Forums
-
- Forum
- Posts
-
- Installation
- 28,536
- Troubleshooting
- 62,800
- Themes
- 10,444
- Plugins
- 15,388
- Requests & Feedback
- 14,986
- Showcase
- 3,257
-
OK – 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.