Using latest BBpress, Buddypress and WP, and tested on a fresh install with WP default theme.
When viewing a member profile at http://localhost/mysitename/members/testuser/forums/replies/ there is no ‘in reply to:’ and link to the topic in the header of each reply. Just the date.
I thought perhaps it was theme related (I was using a child theme of the ‘Make’ theme) so have tested on fresh everthing, and it’s still happening.
I’ve created a new topic from the front end and the back end to see if that was related. I’ve used the forum tools to recalculate everything, I’ve ‘reset’ all forums and started again, still not there.
Can anyone else recreate this? Any suggestions? Am I misunderstanding something? Thanks
bbpress 2.6rc3
Importing vbulletin forum and running “Recalculate the position of each reply” give me a blank screen and this message in php.log
[25-Jun-2017 06:56:07 UTC] PHP Fatal error: Allowed memory size of 629145600 bytes exhausted (tried to allocate 126976 bytes) in /home/html/xxxx/public_html/testcms3/wp-includes/wp-db.php on line 1841
[25-Jun-2017 06:56:07 UTC] PHP Fatal error: Allowed memory size of 629145600 bytes exhausted (tried to allocate 65536 bytes) in /home/html/xxxxx/public_html/testcms3/wp-includes/functions.php on line 3720
[25-Jun-2017 06:56:07 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
I increased memory from 300M to 6G but still not enough. I have restarted several times but still not finished.
Wow am I so brain dead that I created that users end point on my own branch of your version 1.0.2 and don’t even remember? (just read previous posts and yes, apparently I did!) All I’m getting from that service is name and avatar, but that was because those were not in the latest topics or replies. If both of those had author name and avatar, I might have no need for a users endpoint unless one wanted to list posts or replies by user.
I’m very close to releasing a read-only version of my app. A day or two likely.
I just joined the WP slack but that’s way too busy and focused on wp core. I think a separate channel for bbPress or the api would be good.
You may want to try the latest 2.6 release candidate instead.
Download
I’ve been successfully running BP and the forum plugin for several years now.
I did not add any new plugins but of course have been installing updates as they come up.
Sometime in the past month I lost the ability to create a new topic on my forum. The forums are not super busy but I post a monthly contest thread so I know it worked fine a month ago.
No error is generated, the page just reloads. I’ve tried clearing my browser cache in Chrome. I tried using Edge. I went to an entirely different computer from which I’ve never access the site and tried from there using IE. Same result.
I’ve switched to default theme 2015 and I am able to post but I can’t go back and edit or update the post. I also can not reply to the post using the 2015 theme. I am attempting to contact the theme creator for support but there is still some issue with the default theme so I’m asking here too.
Another user was able to post a reply finally but I can’t edit my original post. This seems to affect users at random off and on and then resolves itself but I have no idea what is happening.
Is there some place I can see what plugins were last updated so I can try disabling them?
I’m on my own domain, multi site install.
Apache Version 2.2.31
PHP Version 5.4.45
MySQL Version 10.1.22-MariaDB-cll-lve
bbPress 2.5.12-6148
Wordpress 4.8
Ok @mapofemergence it took me a bit to figure out how to fork on github (I use bitbucket normally). Here’s my fork which currently contains the addition of user name, user avatar, and forum name in the topics end point. This results in a huge speed increase over having to hit the forum api and user api while looping through the topics. So I’ve reduced the api calls from 20 down to 1 for a feed of the 10 latest topics!
https://github.com/tkserver/BB-REST
This problem suddenly arose recently. Eventually tracked it down to the PHP version I was using. I had php 7.1.3 was was designated as ‘Leading (edge)’. Went back to 5.6.30 which was designated as ‘Stable’ and all is well on 3 sites.
May be coincidence but it occurred only after the latest WordPress reelase.
Hello all,
For some reason, the posting form is not visible on internet explorer.
I am using the current version of wordpress and bbpress
http://www.iron-bru.co.uk
You will need a log on to test this (user is [redacted] and password [redacted])
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
The Fav/Sub issues are resolved, except for the Buddypress Groups with forum. In the meantime I migrated to the production server: http://www.starry-night.nl/latest-topics/ so far so good.
@johnjamesjacoby
Well, i’ve got RC1 running is my test environment. I only have some small and minor issues to iron out.
I noticed that the Favourite/Subscribe separator doesn’t show (and both words are not seperated at all) until one of the 2 options is clicked.

when one of the 2 is clicked, both buttons are shown correctly

A somewhat more important issue:
the link to the forum in the topic(s) views:

Furthermore (and reported with the last beta), the favorite/subscribe options won’t work at all in a group (buddy press) topic.

However, the release seems solid 🙂
suspect your membership software is the issue
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
@tkserver, @casiepa glad to read you’re keeping up with the good work.
I’m a bit swamped in these days, wrapping up my experience overseas and having to move back to the old continent next week.
I’ll have a better look at the latest additions in Pascal’s repo and its fork by @tkserver.
I’m looking forward to see how that all evolves and I’ll be more than happy to contribute, as soon as I’ll have some time.
I’d just love to find some space to discuss about the design aspects of the API too, before diving too much into writing code and risk to bump into limitations late in the process.
I keep reading you with great interest.
Cheers,
s t e
I am looking for a shortcode or code (so I can make my own shortcode) to add the latest x topics from a specific forum. Like the recent topic widgets does. But in this case I can’t use the widget – so I am looking for a code to get the output of that widget somewhere in the text. I hope that is possible. I looked at the shortcodes on the website, but none of them is useful in my case.
It needs to say show x recent topics of forum with ID=… and then only give the titles with link
Forum Size out of whack. How do I make forum list and forums themselves width of page? Latest wordpress, php7.0.19, twenty sixteen theme.

I’ve started coding an angular/mobile bbPress app. I’ve already got a “latest topics” feed working in the app via the API by @mapofemergence and it works great. I just ran into the first hurdle, which is that WP’s API does not allow access to user info. A custom API to get the user’s name and avatar etc would be needed.
@casiepa I will check yours out as well.
I’ve already got the “latest posts” feed working with post titles and dates. One catch is that I can’t get the author’s name because the WP API won’t allow it, presumably to prevent name harvesting. So I may have to make a custom API for that.
I’m starting development of my bbPress mobile app. I have noticed that buddyPress has an RSS feed for latest member activity, which also has bbPress posts. One could utilize that, but it is very limited and shows multiple duplicates of the same post if a user edits.
Hello @robin-w,
I’m not using a default bbPress function to hide the topics. I’m using a custom plugin to handle the hiding of topics so members who are participants have a choice if they want the topic to be public to all members or private to moderators and keymasters. As you can see with the code above, that excludes the custom private topics from search results. Now what I need to do is update the pagination counts.
For example, there’s a topic named “Testing” and another topic named “test123”. Pagination will show 2 topics. If “testing” is now marked private, pagination will show 2 topics. I need to figure out a way to update the pagination so it only shows 1 topic since that’s all is showing to participants. However if a moderator comes along with the required permission to view a private topic, the pagination should still show 2 topics since the moderator has permission to see the private topic.
I hope this helps explain my goal.
Thanks.
I’ve got 7 forums all named the same due to an issue mentioned in another post.
How do I remove all bbPress files from the mySQL database before installing bbPress again once it’s ready for PHP7.1?
Is there a plugin which will do this?
I’m running latest WordPress with php 7.0.19 and mySQL 5.6.35.
Same problem on my page also using PHP 7.1 latest version of bbPress and SSL with valid certificate and also use forced SSL over cloudflare hope there will be a fix soon.
EDIT: Downgrading to PHP 7.0 will solve the problem for now, but anyway I hope PHP 7.1 support will be there soon.
Ok, I understand – that is called ‘breadcrumbs’
I think your theme might be hiding them.
as a test try a default theme such as twentyten and see if they are there
The come back
But tree i mean the “Index Site -> Forum -> Test” in the top of the forum
Same problem.
Site is running certified SSL and have had no issues with other plugins or wordpress itself.
Running PHP 7.1, latest version of bbPress
Problem exists in Firefox and Opera. Don’t use IE or Chrome.
Site is closed to public while in developement. Doesn’t seem to stop people accessing forum.
When clicking on Forums in Dashboard the url result is
https://mysimpleknitting.com/wp-admin/edit.php?post_type=forum
Message on page is:
The mysimpleknitting.com page isn’t working
mysimpleknitting.com.com is currently unable to handle this request.
When I attempt to access forums from url directly:
When I type in https://mysimpleknitting.com/forums/
The result is the same error.
Clicking on Forums in the Settngs brings up the proper bbPress page.
This is fixed for the upcoming bbPress 2, you can download bbPress 2.6 beta 2 and help us test it, bbPress 2.6 will be released really soon so it’s stable and we’re using it right here on bbpress.org and wordpres.org/support now 🙂
Download