When I activated bbpress and create all forums as I wanted I ran into a problem that’s got me pulling me hair out: Child forums are not showing and neither are the topics in the child forums.
I have tried everything and concluded that it is the theme that’s causing the problem because in other themes they show just fine.
1. I first deactivated all plugins except bbpress and those related to it
then I tested the forums and still they didn’t show properly
2. I then deleted the child forum and created another one and moved the topic to that new one. That didn’t work.
3. I changed themes, tried tweenty eleven and everything worked, then I tried another theme just to be sure and that worked too.
4. Activated all plugins again and repeated the process and they worked like I wanted.
Then I activated Newspaper theme and even tried the child theme and then all went wrong again: I can’t see my child forums nor the topics in them. What should I do? When buying this theme, one of the reasons I did buy it was because of the bbpress part of things. Please help. My url is eslchronicle.com/forums
Hi,
I’ve tested this and found the same behavior like you’ve experienced. We are sorry for the inconvenience, I’ve added this on out todo list for further investigations and we will try to find a fix for this as soon as possible.
Sorry for the inconvenience and thanks for reporting this!
Hi Moses,
I was just facing the same problem. I searched around in the code, and a found a php line commented out in the bbpress files of the theme. The file name is content-single-forum.php and can be found in the bbpress folder. Uncomment line 79
bbp_get_template_part( ‘loop’, ‘forums’ );
and things should start working 🙂
ehmad92,
YOU ARE MY HERO. I was applying your solution to BBpress itself. I logged back on this morning and checked to see if this line was commented out on the theme files and voila, there was the problem. It was indeed commented out and when I took out the comment. The forums showed.
Thank you soooooo much. After days of agonizing over this it is solved.
Again
thanks