Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
We recently deactivated the bbPress plugin because we don’t use it anymore. Immediately following that, no admin users can get into the dashboard without hitting the infamous: "You do...
Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support...
After a user submits a new reply for moderation, the forum shows up again the same page, and with no explanation that the reply is awaiting moderation. Can I...
The default setting in the bbpress forum topics is that the most active topic automatically gets on top (sorted by freshness). However, I wish to change this setting in...
I made a WordPress plugin that checks if a bbPress forum / topic has been read. Basically, when a topic is read, a post meta bbppu_read_by is added to...
I’ve been using bbPress for a while and I’ve noticed some bugs in my fresh installs. This makes me wonder if I should consider to just use WordPress with...
Default role titles in BBpress are “Keymaster” and “Participant”. I want to change them. I tried the solutions in this page but they didn’t work in my bbpress. Probably,...
I currently have this snippet: $user = new WP_User(get_current_user_id()); echo $user->roles[1]; and the output the slug of the bbPress forum role. (roles[0] would be the general WP role but...
I’m writing a plugin that pulls data from an external API and inserts it into a bbPress topic. Here’s some sample code: function bbp_ajax() { $topic_id = bbp_get_topic_id(); $the_issue_key...