Hi there,
WP: 4.8.2
BBP: 2.5.14
After digging into lots of pages, I finally found an old topic here that describes the same problem I have. As it’s an ancient topic, I started a new one.
For topics with more than 1000 replies, when posting new replies, bbpress does not add the page number to the reply permalink. I did as the user Matrixd said here(of course for new versions of bbpress with different paths):
Hello again, finally after John’s helpful tip, I was able to fix the issue. I found where BBpress does the number formatting and disabled it. In wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php I changed this line:
function bbp_number_format( $number = 0, $decimals = false, $dec_point = '.', $thousands_sep = ',' ) {
to:
function bbp_number_format( $number = 0, $decimals = false, $dec_point = '.', $thousands_sep = '' ) {
This removes the comma from the thousands separator. Now all topics pages appear correctly. Thanks!
And the problem solved!
But this is a core hack, I want it as an additional function without touching core files.
Did a new install of bbPress and when using the built in Forum Wide Search, when a user clicks “Search” it just brings our WordPress site’s homepage.
I read on a forum that having spaces in the Single Forum Slug for Search under settings can cause this issue, but the slug used is just the word “search” so that’s not the issue.
Anyone else having this problem?
I’m fairly new to WordPress so I’m not sure how to troubleshoot the search. Can anyone help?
Wordpress 4.9.1
bbPress 2.5.14-6684
Bunch – Forums
It looks like a conflict is causing the WPML language parameter to be added before bbPress adds its /edit/
endpoint.
I suppose it’s possible inside bbPress to try and handle that differently, but I’m reluctant to make it too fancy since it might break something else.
Without really looking, my guess is that WPML should filter the permalink at a later priority (as late as possible) so that all other filters have a chance to hook in normally first.
Hi there,
I tried to create a WPML multilingual which is going great so far with the bbPress Multilingual plugin. It is in English & French, the English works well (default language) but on the French side of the forum a user can not edit its own post.
The English link to edit the post is: http://mysite/forum/reply/2478/edit/
the French: http://mysite/forum/reply/2479/?lang=fr/edit/
The french one forwards to a 404 error page, but what is weird is that replying to a post contains also the “?lang=fr” parameter and it works fine.
Do you have any idea how to make the “Edit | Close | Stick | Merge | Trash | Spam | Reply” toolbar to work with different languages ?
Wordpress 4.9.1
BBPress 2.5.14
wildlifephotographyafrica.com
I have a BBPress login/register widget on my site. People can sign up to receive my blog.
I would like to change the text that appears on the sign-up page so that it is a bit more personal.
How can I do this?
I’d do two checks
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
Thanks, @robin-w.
I’ve upgraded to WP 4.9.1.
Tried disabling all plugins outside of BBPress AND switching to the Twenty Seventeen theme, still no effect.
And just to be clear, here’s what I’m looking at:

I appreciate your frustration that you have not had answers posted, but not sure who you expect to answer them?
People write open source software in their own time and offer it for free. Under the open software foundation the software is offered without any warranty or support. You use it if you like and not if you don’t. It is perhaps a bit much to then expect software authors to answer every question someone might have about that software, or indeed having offered that software to the world for free, that they should invest any time to this unless they wish to. To then complain that they won’t tell you how to modify their error free code to do something you want but they didn’t design seems even more insulting.
If someone gave you a car for free, would you then tell them that they suck because they don’t come and service it for you? or whinge about it because they won’t re-spray it for you because you wanted it in red not green?
I am not a bbpress author, I’m just a guy who uses this software, and in turn spends some of my time in trying to help others. I am too frustrated that people who ask questions on here so rarely then try and help others, and wish that more people would give up free time to help people like you.
But I am just me and we are here to try and help where we can, but please lay off the insults and accept that free software does not come with a right to free support, and if people don’t answer your questions, it is maybe because wee like to help people who appreciate free help.
To work out an answer for you will probably take 1/2 hour of my free time. I’ll take a look tomorrow maybe.
ok, I’ve just loaded the code below (same as in the post above) to my test site and it enables the tinymce editor on my test site
//editor bbpress
function bbp_enable_visual_editor( $args = array() ) {
$args['tinymce'] = true;
$args['teeny'] = false;
return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
//clean html when copy and paste into forum
function bbp_tinymce_paste_plain_text( $plugins = array() ) {
$plugins[] = 'paste';
return $plugins;
}
add_filter( ‘bbp_get_tiny_mce_plugins’, ‘bbp_tinymce_paste_plain_text’ );
So I suggest you start by doing some further testing
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
plugins
If themes don’t pinpoint the problem, 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.
Then come back
@robin-w
Hi
I have bbpress private groups plugin running. I have created a group of users. And allocated them to the group.
I am using recent replies widget . logged in users (which are not in the private group can see the replies (title link) from the private group forum even though they cant access the topic or reply.
The main reason I need your plugin is to create a private forum accesible only to private group. But now the topics from the private group forum are visible to all logged in users.
How can I configure this ?
Thanks
@robkk Hi,I am following your instruction but this code
.bbpress a {
color: red;
}
turns red.Could you tell me which classes should I add to have a full width forum ?
Hi Folks,
Have a weird issue.
If I deactivate bbpress then my users can no longer log into their site. They go to the wp-login.php page, enter their details and it brings them to the homepage of my site and they are still not logged in.
It’s very frustrating. I’ve checked wp-admin, htaccess and so much more and nothing seems to work except re-enabling bbpress…
I used All In One Migration tool to create a local version of a WordPress site I am working on.
I am using these versions:
WordPress 4.6.6
BuddyPress 2.7.0
bbPress 2.5.10
The forum comes up fine, but when I try to post in my local instance, it is not working. The post does not go to the database, and I don’t see any errors (even in debug mode) using the Enfold theme.
I tried with the Twenty Fourteen theme and I see an error when I submit a post that just says:
“ERROR: Are you sure you wanted to do that? ”
What does that mean? How can I debug this?
Thanks!
@heathcliff2013
1. I am just a user of bbpress – ie I am one of the ‘We need to help each other I guess.’ I am only a moderator because I do a lot of support on here, and someone needs to clear out the spam.
2. I was not ‘waiting 4 days’ I do have a life outside of providing FREE support I give here – giving my time without any payback to help others, and I respond as I get time to those that I can contribute to.
3. writing sarcastic comments ‘Yeah forget about the fantastic support’ – shows you really don’t understand how open source software works – people write code for FREE which other then use for free. If you have paid for something, then you can start whinging about support, but if someone gives you a car, you don’t complain that they then don’t come round and service it for you, open source software is offered as is, additional help is totally voluntary.
Anonymous User 12966443Inactive
Yeah forget about the fantastic support. We need to help each other I guess.
//editor bbpress
function bbp_enable_visual_editor( $args = array() ) {
$args['tinymce'] = true;
$args['teeny'] = false;
return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
//clean html when copy and paste into forum
function bbp_tinymce_paste_plain_text( $plugins = array() ) {
$plugins[] = 'paste';
return $plugins;
}
add_filter( 'bbp_get_tiny_mce_plugins', 'bbp_tinymce_paste_plain_text' );
Works for me but it does not show up when using mobile?
Hi BBpress community,
A year ago I set up a bbpress forum for the first time for a guy. He copy pastes a lot of quotes from other sites and eventually happen to copy all of their HTML tags. He is an old man and I wasn’t able to explain him that he should regulary clear text formatting on his posts.
So now I’m thinking of forbidding HTML tags and cleaning the existing. Is that possible with any plugin? I am also ok with adding a bit of php to a child theme’s files.
Thanks for your help!
This links says that Dropbox forums is on bbPress. Is it true? How does one check if a certain forums is on bbPress?
Just tested this out on a newer theme and the css should look like this:
.bbpress div#primary.content-area {
margin: 0 auto;
max-width: 980px;
width: 100%;
}
Also, you can now just add this to Appearance > Edit CSS > Additional CSS.
Hi,
after the 4.9 WP update, the de_DE-formal language was not working correctly (https://core.trac.wordpress.org/ticket/42574). In this time I switched to language setting “Deutsch”. I then started receiving complaints that some users couldn’t login to the forum. Yesterday I switched back to de_DE-formal, as they have fixed this issue and this in turn fixed the login issue. But I wanted to report this to you anyway.
Is there anything I should be doing in BBPress settings when i change the WP language settings? thx.
Hey all,
Is there a way to export all forums content, including topics, posts and members registered, and then import it on another bbpress installation?
I have one forum on example.com with registered members and around 5.000 posts, and I have WP blog on blog.com, where I just installed bbpress, but not sure how can I import my forum to blog.com?
Thanks!
I’m running WP 4.9.1 with the Sport theme and BBPress 2.5.14
Everything works OK, but I have one user who has persistent problems posting. Every time he attempts to post a message, he gets an error saying, ‘ERROR your topic cannot be created at this time”.
This does not happen with any other users and the problem persists even after I deleted his account and created a new one with a different ID and password.
This would seem to point to some external cause, originating on his PC, but I can’t figure out what. I did suspect that he was possibly drafting his posts in MS Word and then copy/pasting them into his posts, which could have included MS control codes, a problem I’ve encountered before. However, after getting him to enter text directly in a new post, the same error message appeared.
This one has me stumped. If anyone has seen anything like it before, or has any ideas about what the cause is, I would be very grateful to hear.
Good job! It seems you got inspiration 😈 lol
I suggest redirect login page after login because you see an empty page with bbpress link on top.
http://www.imagebam.com/image/415d3e676017403
No, bbpress has not a sitemap.
Seo by Yoast works right with bbPress.
Hi @louisgeorges
In fact you can do it 😎
1.- Copy the follow code and paste it in functions.php file (If you dont know about functions please read about it before do this):
//Restrict Topic and Replies Content For No-Registered Users
function pj_hla_logged_in_topics($have_posts){
if (!is_user_logged_in()){
$have_posts = null;
}
return $have_posts;
}
add_filter('bbp_has_replies', 'pj_hla_logged_in_topics');
With the above code your visitors (no registered users) will see only the topic title. The code locks topic content and all replies.
2.- After pasted the code, try open a topic so you will see a bbpress notice about “you dont have access to… etc something like that”. You need to find the file where is that notice, to edit it with anything you want, for example a link to the sign up page (Sorry, I dont remember the file name).
To show topics titles in your post or other pages you have 4 options:
1.- Add each URL in your blog post with the same topic title and link it to the topic (hard work but good if you like linkbuilding)
2.- Default bbpress shortcode: [bbp-single-topic id=$topic_id] – Display a single topic. eg. [bbp-single-topic id=4096] ( https://codex.bbpress.org/features/shortcodes/#topics )
3.- @robin-w plugin: http://www.rewweb.co.uk/bbpress-additional-shortcodes/
4.- Hire a developer to create a shortcode to show last topics or whatever about topics.
Hope this can help you!