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
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?
@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
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!
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?
Hi all,
I have made a community using wordpress version 4.8 where I’ve created multiple forums, subforums. I want one particular user should have full control on one specific forum, basically one admin for each forum. Is it possible, is there any specific plugin for it.. or any code changes ?? I searched a lot but didn’t get any. Can anyone please help me on the issue ?
Thanks.