This used to work, see no reason why it should not still be fully functional!
https://wordpress.org/plugins/bbpress-do-short-codes/
Hi,
Is it possible to use WordPress shortcodes in bbPress posts? (I mean either native WordPress shortcodes such as [caption][/caption], [gallery ...], or shortcodes defined by third-party plugins).
To be more precise, I’m the author of a WordPress plugin that allows to insert chess diagrams and/or chess games in WordPress posts/pages (see https://wordpress.org/plugins/rpb-chessboard/). I would like to extend to have chess games/diagrams in bbPress posts.
Thank you beforehand.
Hi @fhasst1,
(Let me start by noting it could very well be that you already know this—but something in your post made me want to call it out just in case you weren’t aware.)
bbPress runs on top of WordPress. That’s important because it means if a user has logged into your (WordPress-driven) site/app then, by extension, they will have logged into the forum (insofar as bbPress will realize they are an authenticated user and will be able to identify them) … no need for a separate login.
Also, I think it’s worth calling out the fact that when it comes to adjusting the way bbPress behaves, or building some new forum feature, there is a really quite extensive set of functions, hooks and methods available to you that make it a really awesome platform to build on.
codex.bbpress.org
I am on WordPress 4.7.2 and bbPress 2.5.12 and suddenly this combination stopped working layoutwise. bbPress is just outputting content (text), but without any tables or any other formatting.
The glitch happens with all WordPress themes not just a particular theme.
I am using “bbPress Tweaks” to render the output in my theme. Deactivating bbPress Tweaks did not solve it.
Unfortunately we use this website for internal communications, so can’t just put a link here, you have to have an active user to login.
Therefore I uploaded some pictures of what is happening:
https://www.rainbow-international.de/screen.jpg
https://www.rainbow-international.de/screen2.jpg
I tried everything disabling plugins, downgrading WordPress, downgrading bbPress itself. But I can’t get the older versions of bbPress to run. Something in the code is crashing -> white page. So I am stuck with 2.5.12.
Thank you in advance!
login probably isn’t going to do it either.
Probably a setting in wordpress or your site
or ‘I changed all of the URLs directly in the database’ something mis-set here
Suggest you start by
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.
to eliminate these as issues
Hello i m working with WordPress 4.6.1 with Bigbang theme
my bbPress version is 2.5.10
The problem is in the tool bar: I see simultaneously both the visual bar that the textual, and the keys of the text toolbar are visible only if I get over them with the mouse

Did the check, reset, tried again: Same issue.
When I uncheck “Convert users”, “Start Over” and “Purge Previous Import” within the import tool I get a different error message, maybe that’s a hint?
WordPress database error: [Unknown column ‘forums.parent_id’ in ‘field list’]
SELECT convert(forums.forum_id USING “utf8mb4”) AS forum_id,convert(forums.parent_id USING “utf8mb4”) AS parent_id,convert(forums.forum_topics_approved USING “utf8mb4”) AS forum_topics_approved,convert(forums.forum_posts_approved USING “utf8mb4”) AS forum_posts_approved,convert(forums.forum_name USING “utf8mb4”) AS forum_name,convert(forums.forum_desc USING “utf8mb4”) AS forum_desc,convert(forums.left_id USING “utf8mb4”) AS left_id,convert(forums.forum_type USING “utf8mb4”) AS forum_type,convert(forums.forum_status USING “utf8mb4”) AS forum_status FROM forum_forums AS forums LIMIT 0, 100
You can use WordPress’s REST API to interact with forums/topics/replies the way you can with any WordPress posts, but that may not be ideal (and some of the verbiage does not directly translate very well.)
That API has only been fully available since WordPress 4.7, so we are seriously starting the process of exploring what a dedicated bbPress API should look like. Some work has gone into this already, but there is more to do.
You’ll need to install the bbPress plugin, and convert your old bbPress 1.x forums to bbPress 2.5 (soon to be 2.6.)
Then you can disable the BuddyPress legacy forum component, and continue using the newer better faster stronger bbPress plugin.
bbPress 2.0 and higher comes with a (pretty great) conversion tool to help you migrate from several different forum softwares, including bbPress 1.x. We used that exact same tool all across WordPress.org, so we are confident that it works very well.
Hello,
I try to import my phpBB 3.2.0 (latest stable version) to bbPress (latest version 2.5.12) using the default import tool in the WordPress 4.7.2 backend. The phpBB is clean, no mods / plugins or custom styles. I get this error:
Repair any missing information: Continue
WordPress database error: [Specified key was too long; max key length is 1000 bytes]
CREATE TABLE MNmAD_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default ‘0’, meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
No data to clean
Starting Conversion
I don’t know any MySQL so I don’t understand what to do. If relevant here the collations used: utf8_bin (phpBB) and utf8mb4_general_ci (WordPress).
Any suggestions?
Tiiu
I deployed the bbpress plugin.
on the Lost Password page, using the Lost password shortcode, I cannot finalise the action to do a lost password. get an error message that says that captcha has not been entered.
Problem: captcha is not even on the screen.
Note: it is however on the WordPress Lost Password screen.
Any help on how to get the captcha feature on the Lost password bbpress functionality?
Hi, can’t provide link to page because it’s a private / paid site: fapsa.org.uk
When I try to go to Forums I get ‘HTTP ERROR 500’ and this in my error log:
[30-Jan-2017 18:21:55 UTC] PHP Fatal error: Cannot redeclare class WP_Taxonomy in /home/fapsa******/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 17
Any suggestions?
BuddyPress: 2.7.4
WordPress: 4.7.2
I think the problem is that I’ve been using legacy Forums in BuddyPress. Is there any way to transfer them across to bbPress?
this is all handled by wordpress and presumably cleantalk. bbpress just uses what wordpress has. Suggest you post on the wordpress/cleantalk support sites
Thanks for your post, and your kind comments.
I am glad that you found a fix for your problem.
There are many reasons why the bspstyle.css can have issues, a few relate to caching software trying to combine my css, some are theme related and some server issues.
Anyone coming across this thread who has issues, please do post on my plugins support page
https://wordpress.org/support/plugin/bbp-style-pack
In bbPress 1.x there was a feature called “bozo”, what that did was hide any topics and replies from users that had been “bozo’d” though the bozo user would continue to see their own topics and replies.
This feature has not been migrated to bbPress 2.x, there is a discussion in ticket #2755 on some potential ideas and suggests a couple of plugin and plugin ideas that might pave the way for some future bbPress 2.x enhancement.
I’m running a website with two private groups, and I’ve run into a snag. It turns out that all logged in users can also see topics posted into private forums in the “recent topics” widget, even if they are not member of a private group. Naturally if they click on these topics, they cannot see the contents of the thread, but the topic titles occasionally do leak information that they shouldn’t be able to see.
Is this a known bug with the bbpress “recent topics” widget? Is there a way of fixing this?
I’m running wordpress 4.7.2, buddypress 2.7.4, and bbpress 2.5.12 (also jetpack, askimet, and wordfence, at their latest versions). Happy to provide more information if need be.
Thanks in advance for any help!
so is this just a specific topic or topics you are trying to hide?
and when you say ‘access’ do you mead read?
I’d suggest you look at my private groups plugin, just set all the forums you need to to a group, and all the ‘normal’ users to this group, and they will see these.
Don’t set the category of user to this group, and they won’t see posts from these forums
https://wordpress.org/plugins/bbp-private-groups/
I should note, I do allow registrations via WordPress….so that shouldn’t be the problem
I left the defaults for user permissions as well.
Okay, I have put my first version on https://wordpress.org/plugins/bbp-api/
Please help me test it (replies should be added in the next days).
For all further questions/remarks concerning this plugin, please use the support forum of the plugin.
Pascal.
Hi,
You are referring to ‘posts’, so maybe you mean standard WordPress blog posts ? In that case you better ask the question on https://wordpress.org/support/
If you mean bbPress ‘Topics’ or ‘Replies’, then your admin panel should only show you some topics or replies at a time, so you should be able to see them under the corresponding headers in your menu and delete them.
Topics and Replies are stored in the database as standard posts, so they should be there.
if you are happy with css codes then
bbPress Styling Crib
Otherwise the bbp style pack will let you change it, and much else besides
https://wordpress.org/support/plugin/bbp-style-pack
Hi,
If you need support for a specific plugin, please post your question on the support forum of the plugin (https://wordpress.org/support/plugin/bbp-style-pack in this case).
Regards,
Pascal.
not exactly what you are after, but you can have a featured image before the forum names using my style pack plugin
https://wordpress.org/plugins/bbp-style-pack/
dashboard>settings>bbp style pack>forum Display>item 10
2.6 (beta 2) is available for testing (if you haven’t already seen the announcement post) – so things are happening!