I had this problem with bbpress 1.6 and bbpress 2.3.
I can’t find the topic where I found this solution.
The screen capture is from Internet. In my WordPress I have also only the first option.
@tbermudas that’s an interesting set of options under Reading. It looks like an older version or perhaps not BuddyPress? What version is it?
I only have 1 checkbox labeled Search Engine Visibility which when checked takes the meaning Discourage search engines from indexing this site. I think it has the same effect as the first 2 radio options shown in your screen capture.
Hi,
I think I have solved this problem, which seems to relate to my confusion and some technical conflicts between bbPress and the recently retired Forums functionality in BuddyPress, not helped by the fact that although the BuddyPress Forum may have been retired it still lingers in bits of the interface, documentation and on the support forums.
It would seem the forums tab in settings>buddypress I was looking for is not supposed to be there anymore and the permission error message was misleading – The page does not exist – It is replaced by Settings>Forums
I had a page called forums which was not a forum and a some conflicted slug names once I sorted these I was able to set up a “category” with a number of working child forums. I also had to remove the menu item I had pointing to my forums page (which had been automatically created by the install) and replace it with a custom menu pointing to the root – the category page
So hopefully I can now try this on my live site. Thanks for all the help.
Ewan
I had the same problem. Look if you have checked the “Allow search engines to index this site” option under “Reading”

It works for me.
I am sorry. I have only almost the same behaviour. My error is with another widget (namely the “(bbPress) Recent Topics” Widget). I did not want to take attention away from this post. I really thought it was the same widget and therefore the very same error. Maybe they are related though, if the user logged in is misidentified and therefore the wrong topics are visible? To me it seemed as if the widget had other “user rights” or “other user ID” than needed.
For more information on my problem with private group forum visibility please follow my link to the buddyPress support as I took it to be an error with buddyPress but probably it really is more of a problem with bbPress.
If you would have taken 10 seconds to search the available plugins on WordPress.org you would have seen there is a plugin called “bbPress Members Only” that does this exact function.
But you didn’t.
Not enough information to help really. I don’t see any actual useful error message, though it looks like your page output halts in bbPress’s breadcrumb. You’ll need to look through your output, do some searching through the code, and debug what’s going on.
Start here: https://codex.wordpress.org/Debugging_in_WordPress
Are you using the official bbPress search?
NOT the WordPress search with bbPress enabled or any of the bbPress search plugins on WordPress.org?
Hmm, first of all the bbPress stylesheet shouldn’t be loading on sites that do not have bbPress activated. If it is, then there is a problem some where, because it shouldn’t be.
If you want to customize the bbPress CSS, you’ll want to:
Copy:
wp-content/plugins/bbpress/templates/default/css/bbpress.css
to:
wp-content/themes/[YOUR-THEME]/css/bbpress.css
When bbPress runs, it will load your theme’s bbpress.css instead of it’s own.
Something is modifying your queries in correctly – either your theme or a plugin.
I triggered a search via http://churchofficehelpdesk.com/forums/search/?bbp_search=problems and the page pretty much exploded.
First thing to do is eliminate the theme as the problem. Temporarily switch you theme to TwentyTwelve, does that fix the issue? If yes, then your theme is doing something it shouldn’t be.
If no, then deactivate all your plugins except bbPress and see if that fixes it.
There is a 98% chance that one of the two methods above will reveal the cause. I’ve ran into this problem before and it was due to improper query hijacks.
What plugins are you running? Have you tried temporarily deactivating them all (except bbPress) and see if that fixes things? Sounds like a permission/capability issue, but I don’t know why that would trigger without cause.
I talked to @johnjamesjacoby and he is working on it. I don’t have an exact ETA for you, but it’s something that will be available in the future.
There is no way to do this with bbPress, however you can certainly do this with BuddyPress (which will use bbPress).
In BuddyPress you can setup groups, which can each have their own forum, and users in that group can post in its respective forum.
What troubleshooting have you done?
Deactivate all plugins other than bbPress and switch you theme (temporarily) to TwentyTwelve – does that fix the issue?
There is nothing special about bbPress members. To make a member list you can simple use any normal WordPress plugin or tutorial that does this, it will be the same.
Who’s Online widgets typically have performance problems, even the BuddyPress one which is why you shouldn’t really show more than a handful of users. It just doesn’t scale terribly well with the schema we have available (eg WordPress).
PM functionality won’t be coming to bbPress, sorry. If you need PM functionality you will probably want to use BuddyPress anyways.
It sounds like you should probably just install BuddyPress as it will give you all this functionality. These items are purposely left out of bbPress – to keep it lean and mean – and are made available in BuddyPress.
It should but then again some themes aren’t compatible with bbpress what I do is I use custom pages with the shortcodes that way I know it displays right
Doesn’t the line below suffice in the stylesheet or is there something else i need to do?
“body.bbPress .post {width:100%!important;}”
No dice.
“body.bbPress #sidebar {display:none!important;}
body.bbPress .post {width:100%!important;}”
Any other ideas?
Thanks! Appreciate the help.
Hey Spence.
I actually did that but nothing happened. I will keep changes so you can see the page again.
Any ideas?
Thanks for the support!
This is in the Newspro style.css sheet.
“…….
.PrimaryLeft .featuredPost p {
width:160px;
}
#wrapper .featuredPost {
position:relative;
}
body.bbPress #sidebar {display:none;}
body.bbPress .post {width:100%;}
“
I’ve been trying to figure this out for a while now, and haven’t had much luck. Where do I stick this code:
if ( !current_user_can( 'edit_user' ) ) {
?>
<div id="bbpress-forums">
You do not have access to this area of the web site. Please <a href="javascript:history.go(-1)">go back</a> or <a href="#">login</a>.
</div>
<?php
} else {
(or any alternative code) …So that if a guest tries to access the bbPress location, they are rejected.
Thanks!
Hey,
i’ve read this post and was wondering what file i put this in:
body.bbPress #sidebar {display:none;}
body.bbPress .post {width:100%;}
http://youniversityhub.com
http://youniversityhub.com/forums1
Thanks.
Alex
Hi, I’ve set-up bbpress and buddy press (latest version) and initially enabled group forums. I’m now trying to disable group forums. Op the fronted site I can change the group settings and disable the group’s forum. In buddypress settings I can uncheck “Allow BuddyPress Groups to have their own forums”.
However, whatever I disable and uncheck, even if I switch off the entire bbPress plugin, when I open a Group, it still tries to reach the Group’s forum. For example: groups/mountainbike/forum and there you see that the page doesn’t exist.
So, disabling seems to work. But how do I change the settings so that upon clicking the group link, I start on the Group’s activity page? Even if I open a new group without a forum, the group link still tries to open a group forum.
I’m sure it’s a small thing, but can’t find it. Hope someone could reach out. Thanks in advance!
@johnjamesjacoby, can you share the bborg support forum theme?or write a article to explain the theme.
I posted the text below a couple of days ago. Since then, I have tried a different theme, tried installing the bbPress 2010 theme and even a couple mods to the page.php file I read about. Nothing’s working. Would really appreciate any advice. Thanks.
“I downloaded and installed bbPress. Put together a forum with three topics, added it to an existing page on my WordPress driven site and all was great! Half a dozen people registered, a couple of discussions began…it worked great. Now, all of a sudden with no warning, the forum is gone. If you click the page to view it, you see the path for the forum at the top, but nothing else: no topics, no area to add a topic or comment, nada. I’ve tried everything I can think of short of deleting the forum and starting over from scratch. Any thoughts? P.S. I can still see the forum and all topics/posts from the dashboard. I’m using wordpress 3.5.1 and bbPress 2.3.2. My site is henderson.lpnc.org.
Thanks for any help or advice!”