I want the same user menu as on this site bbpress.org.
How can I do it?
It’s the same as there is in the toolbar than WordPress at the top right.
https://postimg.cc/Lhwz65RW
https://postimg.cc/LYT2QnD8
PS: How to post an image on the forum I don’t know how to do it
Hi,
I created a shortcode to move it to a tab on my page.
The problem is that when I place this shortcode(Post Comments as bbPress Topics) in this tab it also remains at the bottom of my page at the initial place of the comments so I have it duplicated.
And if I remove the display of comments in the template my shortcode is not displayed.
How to do please?
There is this error in the response form when I activate the plugin:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in C:\xampp\htdocs\w9\wp-content\plugins\g-plus-one\g-plus-one.php:42 Stack trace: #0 C:\xampp\htdocs\w9\wp-includes\class-wp-hook.php(308): g_plus_one_display('') #1 C:\xampp\htdocs\w9\wp-includes\class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #2 C:\xampp\htdocs\w9\wp-includes\plugin.php(517): WP_Hook->do_action(Array) #3 C:\xampp\htdocs\w9\wp-content\themes\oceanwp\bbpress\loop-single-reply.php(62): do_action('bbp_theme_befor...') #4 C:\xampp\htdocs\w9\wp-includes\template.php(785): require('C:\\xampp\\htdocs...') #5 C:\xampp\htdocs\w9\wp-content\plugins\bbpress\includes
sorry no, bbpress only works as a plugin within wordpress.
Solved: I found a solution, it was insufficient rights, in addition to the role of administrator I have that of keymaster added by the installation of bbPress. But obviously the capabilities of keymaster (including create_forums) were not taken into account. I added this ability “create_forums” to the administrator role and I found in the dashboard on the forums tab: “add new” and it works!
I assume that bbPress can be installed without WordPress. However, is there documentation for the process especially the MySQL setup?
Hi,
I have several forums on my site and want to customize them to look different.
I create custom css for global look, but I don’t know how to customize different look for particular forum.
I tried with #bbpress-forums li.bbp-forum-143737 where is 143737 forum’s id but it didn’t works.
The idea is to put different forums in three columns in one page. Then the cover for each one should be some photo or text. Click on the photo opens the forum’s topics.
Anyone can help?
WP is 6.2.2, bbPress 2.6.9, theme is Kleo, site is still at localhost.
Hi,
I use the Post Comments as bbPress Topics plugin which works very well but when creating the topic I would not like it to create a first post, I want it to remain empty.
How to do?

Hello, I have bbPress 2.6.9 installed (WP 6.2.2), on the dashboard I find “Forums”, “topics”, “replies” but not “add new”. However, as an administrator I also have the role of “Keymaster”. What can I do ? THANKS
What do you recommend as a connection plugin?
What is the plugin on this bbpress.org site?
Do you know how I can:
https://postimg.cc/7G5PLrbm
1: Reverse the response form, i.e. put it at the top and the last comment just below
2: Remove the use of tags
I use bbPress + Post Comments as bbPress Topics
What is the file to edit please?

https://postimg.cc/7G5PLrbm
[img]https://i.postimg.cc/7G5PLrbm/bbpress-3.png[/img]
as I said the problem is that Kadence does extensive bbpress modification, so things that link to bbpress may or may not work. Not much I can do about it – sorry
This plugin is great for modifying lots of options!
But I can’t find anything for the bugs I have with kadence.
Replies from comments I have with Post Comments as bbPress Topics show at the top of the page but with Astra theme it doesn’t do that to me
bbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.
additionally this plugin adds some features such as adding registration prfile and login to wordpress menus
bbp style pack
once activated go to
dashboard>settings>bbp style pack>login
Kadence does extensive changes to how bbpress displays, including templates and css. So issues such as order in templates, you will need to take this up with Kadence authors.
If you are using bbp-style-pack, then I have added some limited support for css issues
bbp style pack
this is a notification error, and is not fatal.
Bbpress authors have not changed this one yet.
WordPress recommends that debug is not used on livre sites, so users should not see this.
It was a WordPress decision to change blacklist and whitelist due to racial connotations.
if you want to stop this displaying change the code in the file (lines 818-820) from
// Strict mode uses WordPress "blacklist" settings
if ( true === $strict ) {
$hook_name = 'blacklist';
$option_name = 'blacklist_keys';
to
// Strict mode uses WordPress "blacklist" settings
if ( true === $strict ) {
$hook_name = 'disallowed';
$option_name = 'disallowed_keys';
and keep a note of this change
We are a writer group running a 6.2.2 WordPress install, 7.4.33 PHP version, the current version of OceanWP theme, PaidMembershipPro 2.11 (current), and BBPress 2.6.9. Our host is SiteGround shared hosting.
Our forum users are experiencing intermittent time-out issues when replying to forum posts. The issue seems to be with longer reply posts, 450 words or more, getting Page Unresponsive messages after hitting SUBMIT
I increased the Dynamic timeout in .htaccess but that doesn’t seem to helping:
<IfModule mod_dtimeout.c>
<Files ~ “.php”>
SetEnvIf Request_URI “index.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin/themes.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin/admin-ajax.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin/admin.php” DynamicTimeout=300
</Files>
</IfModule>
I’m not sure what’s generating this Page Unresponsive message, and why it’s intermittent. The reply posts don’t seem that large, and there are only 2 or 3 users on at a given time.
bbpress just uses the WordPress registration system, so google around to find a WordPress registration and logion plugin that suits you.
WP 6.2.2, BBPress: 2.69
Problem Page:
https://stearnvault.com/forums/topic/styles/page/3/#post-452
List tags force the post text outside of bbp-body block.
If not BBPress, then the WP editor?
Thanks.
Deprecated: Die Funktion get_option wurde mit einem Argument aufgerufen, das seit Version 5.5.0 veraltet ist! Der Optionsschlüssel „blacklist_keys“ wurde in „disallowed_keys“ umbenannt. in /www/htdocs/w01decc8/my-url/wp-includes/functions.php on line 5697
My script says blacklist_keys is found in
/www/htdocs/w01decc8/my-url/wp-admin/includes/upgrade.php
/www/htdocs/w01decc8/my-url/wp-content/debug.log
/www/htdocs/w01decc8/my-url/wp-content/plugins/bbpress/includes/common/functions.php
/www/htdocs/w01decc8/my-url/wp-content/plugins/updraftplus/central/modules/comments.php
/www/htdocs/w01decc8/my-url/wp-includes/option.php
I use Discy theme for Question and answer. How can I transfer all my questions and answers to the bbpress plugin or other questions and answers plugin?
I have asked the same question on many platforms, no one has given an answer or solution. I currently want to use the ASTRA theme.
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the files you want put in in the directory called bbpress that you created above
bbPress will now use these instead of the original
As described this would be very complicated, requiring both single sign on, and data links between two wordpress sites.
I suspect it is doable, but would take many hours work and probably custom code to achieve.
Using a single site, you could have bbpress and use this additional plugin to create private forums for groups whilst having other forums visible by all groups.
This will not fix the sub groups having events and blog posts