https://bbpress.trac.wordpress.org/ticket/1819 gave a solution to the problem that I am pretty sure worked. However, I just want to note that the issue still exists and help anyone that might be having this problem.
If your replies are being covered up like the picture above, you can fix it by adding the following comment into your bbpress.css file (wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css):
#bbpress-forums div.reply {
height: auto;
}
As with the author of this bug request, I am also using custom-community.
Yes, install the plugin from https://wordpress.org/extend/plugins/bbpress/
Currently there are no Persian (fa) Translations for bbPress
https://translate.wordpress.org/projects/bbpress/plugin
It would be great if you could help translate bbPress into Persian, contact the Persian (fa) translations team to get it setup.
https://fa.wordpress.org/
As of the most recent update to bbpress, my forums have broken. The topic displays in full, but all replies show one and half lines and then get cut off, including the avatar. You can see an example below. I need to know what I can edit to get this back again. If I switch from the theme-compatibility to the other available theme, I get my replies back, but it doesn’t integrate well with my current theme. Any help would be much appreciated.
I also note that even here on bbpress.org this create new topic page is doing some funky things. I can’t see my entire text that I’m writing and I also can’t see the button that allows me to post. I assume I will just alt tab and hit enter in order to make this work.

Question is out of the scope for these forums so I sent you the needed files directly.
They should do 99% of what you need.
If you need more help with bbPress, hit me up on skype.
Would customising the profile pages be ok?
Can users see other users area/section but not update it?
Is that a wordpress site?
Hi, I am testing a WordPress MultiSite (WP 3.4.1) with BuddyPress 1.6 Beta2 + bbPress 2.1.
BuddyPress is being activated on the 2nd site of the multisite network.
And I am using bbPress for the main site.
But I cannot access the Favorites in the main site where bbPress 2.1 is being used. When I clicked the Favorites in bbPress forum, I will be directed to the 2nd site and shown “Page not found”.
Also, I noticed the bbPress Forum and Topics from the main site is showing up on the BuddyPress Activity, but the favorites tab is showing nothing.
Is there a way to separate bbPress Forum on the main site with BuddyPress on the 2nd site?
Can bbPress on each site in the multisite environment has its own User profile page to manage their favorites and see the topics without going to BuddyPress?
Additional question: I can use the login to access WordPress.org, BuddyPress.org, and bbPress.org, and each has its own user profile page. Can we achieve that too?
Many thanks.
-
This topic was modified 13 years, 9 months ago by
pinkdreambox.
Hi. I would like to create a forum website where participating users/members have access to a page or section of the website to update their own info. They must not be able to edit other members’ sections, but everyone must be able to participate on the forum. Is this possible with bbPress? Or please recommend which plugin would combine well with bbPress to do this. Thanks.
Hi,
I’m using bbpress with WP and need bbpress to recognize a different WP role as the bbpress default “Forum Member (participant)” role. This is necessary because I have other WP plugins installed that need to share the same default role with bbPress.
Can I achieve this by modifying bbp-core-caps.php in some way? If not, what is the recommended solution?
Thanks in advance.
M
hello and thanks for reading this . i want to know if there was any way to insall bbpress on my site at : enter link description here
It is new in 2.1, which should not ‘break your website.’ If it does, I’d like your help to figure out exactly what’s going on.
If qTranslate purposely supported bbPress, it’s possible a regression or change in 2.1 broke something. qTranslate does a few unconventional things with the_content and wp_editor, so I’m happy to see they worked together at all. 🙂
I don’t have that. Is that new in version 2.1?
(the new version breaks my website so I’m using 2.0.3 still until I can troubleshoot and figure out what is wrong)
hi All, I just wonder that is there any plugin for bbpress plugin version (2.0+) like bestanswer plugin on bbpress standalone version ? I want to modify my bbpress forum into such a site like yahooanswer so users can choice which the best answer is.. thank you for your answer 🙂
-
This topic was modified 13 years, 9 months ago by
sangdedi.
Correct. You see that warning, because you WordPress allows you to post anything you want to. Even potentially malicious JavaScript or the like. It’s a feature, and bbPress is politely reminding you of it.
Use WordPress’s discussion settings. bbPress will obey them.
I am very green but have the same issue, my theme doesn’t use the fancy editor for forum posts and replies. That said, I found that the form-reply.php and the form-topic.php files in my theme’s bbpress folder affects those pages. I backed them up then deleted them from my theme’s bbpress folder and (I assume) the form-reply.php and form-topic.php files from the default bbpress theme took over and I got back the fancy editor.
Using the default bbpress theme’s form-reply.php file as the example: open the file and look for the section that starts with the following lines:
if ( !function_exists( ‘wp_editor’ ) ) : ?>
(note: I had to put a space between the “< " and the "?" in that first line so that the code would show here, so if you want to search with it, remove that space)
The section ends with:
(again, I put a space between the “<" and the "?")
I restored my theme's files and bumbled my way through adding the lines. On my first go at it I ended up with both the fancy and my theme's editors on the same page! LMFAO!! Haven't played with it anymore as yet so you'll have to see what you can do with it.
There are many plugins available in the WordPress.org repository that will accomplish this. Here’s one to try
https://wordpress.org/extend/plugins/wp-content-filter/
Are you using bbPress 2.1 with bbp-theme-compat?
bbPress adds this notice in because you are an admin of the site I believe.
WHY there is not a censor for bad words? the ones I found are censor and c*nsor but not be used because they create a fatal error with the current versions of bbpress (on buddypress), they are probably too old.
I know php, i can create a little function for bad word but what are the file need modify?
help me, please.
thank you,
Hi!
I have upgraded to the most recent versions of BuddyPress, bbPress, and WordPress.
I see on loop-single-reply.php that the information displayed after the avatar is called by
do_action( ‘bbp_theme_after_reply_author_details’ );
My plan was to use the information in http://codex.bbpress.org/bbp_theme_after_topic_author/ but apply it to the bbp_theme_after_reply_author_details action instead.
Where does the code provided in the codex example actually need to go? bp-custom.php? Or somewhere else? Is this even the right way to go about adding it?
Any tips would be great, thanks!
-
This topic was modified 13 years, 9 months ago by
craftcore.
After spending some hours with the same strange behaviour i finally found a solution:
This error happens when you’r running WP in a multisite-environment, only on the mainsite AND if you added define('NOBLOGREDIRECT', 'http://example.com'); to your wp-config.php
Adding remove_action( 'template_redirect', 'maybe_redirect_404' ); to your themes functions.php will stop that annoying bug.
I guess this error happens because maybe_redirect_404() is fired before the profile-pages are build. the network administrator (or sub-sites) will be never redirected by NOBLOGREDIRECT, thats why the bug never happends when a network-admin clicks on a profile-link or when you’r running bbpress on a sub-site in your WP-network.
More about the NOBLOGREDIRECT-fix (it also helps showing 404-errors): http://frumph.net/2010/06/05/wordpress-3-0-multisite-subdomain-installation-noblogredirect-behavior-fix/
-
This reply was modified 13 years, 9 months ago by
Fuchsy.