1. change your permalinks to any of the other settings
Dashboard>settings>permalinks
The most often used is ‘postname’
This will not only fix your issue, but make your links look prettier. However if you have links to your site forums from other sites/emails, these links might break (ie they will come up as 404 errors), but if your choice is between users not accessing, or users complaining that the link in that old email no longer works, then resetting might seem a good idea.
2. revert to 3.9.2
see
for quite a good video on how to do it
3. Move your sub-forums up a level ie make them all main forums
To add to the above post, I just default theme and bbpress, buddypress plugins and bbp BuddyPress profile information except with the testing and the issue continues. I did not test the plug-first rule, because it did not want to rule out any conflicts.
I have installed newest version of bbPress and WordPress version 4.0. I have read documentation for setting forum. According to documentation, I have to go to Dashboard –> Forum and add new one. But I cannot find any Forum there.
I’m currently using WordPress 4.0 with bbPress 2.5.4. I have created my own theme and attempted to use bbPress. It works fine. The only issue is when entering the forum the sidebar changes positions. When I tried using TwentyTen theme the sidebar doesn’t appear at all only after uninstalling bbPress does it come back. In the TwentyFoourteen theme, this is not an issue as the sidebar is outside of the mainContent area. My site is http://www.paraquadaccess.com/forums/forum/forums/ I appreciate any guidance anyone can provide.
I tried deactivating the other plugins but this did not help. It definitely seems to be related to the bbpress plugin. I’m using the latest version of WP. I’m trying to migrate an existing site http://colonclub.com over to a new host. The current site uses phpBB forum but we would like to switch to bbpress if possible. I can provide you with a login to check things out if that helps.
When i check the HTML source, i see data about the forum posts and reply count that are correct, and i can create new posts. However, no posts are shown in the lists. And when trying deep linking to a post, it doesnt appear either.
There seems to be several symptoms, some see topics not showing just replies, some has 404 errors wherever they are (topics, replies even forums), and some have issues with child forums.
At the moment the scenario is that since bbpress on a default theme doesn’t have these issues, then it is likely that it is a combination of wp4.0, bbpress AND one or more others.
Plugins that use code relying on searches are definitely one area, I suspect themes that look or rely on post types are another. You issue may be a third.
You seem to have disabled plugins, but have you used a default theme such as twentytwelve?
I have bbpress 2.5.4 running with twentyten and a top forum of category, a sub forum with that forum as parent, and a sub forum of that subforum all displaying fine.
If I can replicate a scenario, I can start to see if the issue is the one I’m looking at.
Hi
i have wp 3.9, latest bbpress, I have problems with its appearance on iphone – it appears completely squashed, see below site page – i cant find where to upload a screen capture here sorry
From what other plugin authors have delved into, one of the issues (and maybe the only issue) seems to be related to the fact that bbpress sets the array $default[‘s’] in all cases on bbp_has_replies – if a search to the search, but if not a search to ‘FALSE’. Under wp4.0 it seems that if this variable is set at all, it is taken as true, so the query is assumed as true, which then returns no results and maybe hense why a 404 or nothing displayed.
I have done a quick change to bbp_has_replies to test this.
If anyone else out there still has problems with 404’s or topics/replies not showing and is on wp4, can they try the very optimistically (!) named bbpress wp4 fix plugin, and let me know if it makes a difference !+
Given that you’ve downgraded, suspect you won’t want to upgrade again to do a test !
But if anyone else out there still has problems with 404’s or topics/replies not showing and is on wp4, can they try the very optimistically named bbpress wp4 fix plugin, and let me know if it makes a difference !+
I created a page and added the forum-index to it. The problem is that the breadcrumbs nav on top of the forum index shows not “Forum” as root, but instead “About us/Forums”.
“About us” is of course the title of a page that was once used as static frontpage, but currently the install is set to use “latest posts”. I re-confirmed that NO STATIC FRONT PAGE is used (in Appearance/Customize, as well as in Settings/Reading).
It seems to me that BBPress is somehow using the static front page setting, even though it is deactivated.
In an attempt to solve the problem, I re-set “latest posts” as frontpage setting, refreshed permalinks – no change.
The only way to fix this turned out to be to trash the page in question and then restore it. After doing this, the Breadcrumbs correctly read “Home > Forums”.
Apparently bbpress doesn’t update its breadcrumbs when the homepage is changed from static pages to latest posts.