In /bbpress/bbp-includes/bbp-topic-template.php
Remove the following lines:
// Topic has no replies
} else {
$retstr = sprintf( __( ‘This topic has %1$s, contains %2$s.’, ‘bbpress’ ), $voice_count, $reply_count );
}
And these lines:
// Topic has replies
if ( $last_reply = bbp_get_topic_last_active_id( $topic_id ) ) {
$last_updated_by = bbp_get_author_link( array( ‘post_id’ => $last_reply, ‘size’ => $size ) );
$retstr = sprintf( __( ‘This topic has %1$s, contains %2$s, and was last updated by %3$s %4$s ago.’, ‘bbpress’ ), $voice_count, $reply_count, $last_updated_by, $time_since );
And also these lines:
‘before’ => ‘<div class=”bbp-template-notice info”><p class=”bbp-topic-description”>’,
You didn’t need to remove anything in bbpress.css, as the style it’s using is also used by the others.
This should do the job.
The default bbPress installation should be showing “Forums” instead of “Archives”.
Can you check for the presence of this line in bbpress.php below the line “$forum = array(“
‘name’ => __( ‘Forums’, ‘bbpress’ ),
Hello 
In the German Forum bbpress unfortunately I found nothing about this problem … I want to delete the numbers behind the forum (post number / number of subjects). Where can I find this code?
Thank you in advance!
Does BBpress work with the default wordpress user registration? so if a user is all ready registered to my blog they can use the forum?
Do you mean you want a wysiwyg editor in bbpress such as TinyMCE? (Which include bold, italic, etc)
bbPress 2.0 does not comes with a wysiwyg editor. bbPress 2.1 do have a TinyMCE editor, although it’s still under development.
You can try this plugin Rich Text Editor For Comments or Basic Comment Quicktags
“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
This is not an error. It only state that the bbPress is using the style that comes with bbPress, which is located in the bbp-twentyten.
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.”
The “bbp-twentyten” comes with the bbpress is not designed to be use as a theme. It’s just used to style the bbPress forum, not your entire website.
Do you mean you want the bbPress to appear in the mainpage (http://www.yourdomain.com) but not sub pages? (http://www.yourdomain.com/forums)
I don’t think you need to give me the admin login info. It’s just a few step:
Create a page with the following shortcode:
[bbp-forum-index]
Navigate to Setting > Reading in your dashboard. In the “Front page displays” option, select the page you created as front page. Now the forum should show up in the mainpage.
That’s it!
Did you change the forums base? (By default it’s “forums”)
Can you show me your website’s URL?
Do you mean the header with the words: “OVC BALL-NEWS AND ANALYSIS”?
None of the bbPress file pull the header from your site. They’re just using the templates in your theme, so it’s more correct to say that your theme template (header.php) is pulling the header. So there’s no easy solution for this unless you know how to modify & add the theme template files to output a function that showing different header when bbPress is present.
You may refer:
https://bbpress.org/documentation/themes/
&
https://bbpress.org/forums/topic/is-it-possible-to-use-different-template-per-forum
HParticipant
Thanks a lot sniperkitten. The futures from bbPress 2+ are exactly what I need, not the futures from the bbPress that comes with Buddypress. But there wouldn’t come a possibility that the group forums of Buddypress are compatible with bbPress 2+?
Sound confusing. I never see this problem before……
Are you able to access the missing forum directly? (By typing http://www.gizmonext.com/forum/example/)
bbPress 2.1 do have a “Group Forums” feature, where you can create a forums that’s specific to that groups that will show up in the bbPress list but not the Group Forums list that comes with BuddyPress . But keep it mind that it’s still under development.
Actually, the Group Forums comes with BuddyPress is also using the bbpress, just with some differences.
You can find it in /bbpress/bbp-includes/bbp-forum-template.php (I’m using bbPress 2.02)
Remove the following lines:
// Forum
else
$retstr = sprintf( __( ‘This forum contains %1$s and %2$s, and was last updated by %3$s %4$s ago.’, ‘bbpress’ ), $topic_count, $reply_count, $last_updated_by, $time_since );
and these lines:
// Forum
else
$retstr = sprintf( __( ‘This forum contains %1$s and %2$s.’, ‘bbpress’ ), $topic_count, $reply_count );
and also these lines:
‘before’ => ‘<div class=”bbp-template-notice info”><p class=”bbp-forum-description”>’,
You’ll need to remove those lines in bbpress.css (Assume I’m using bbp-twentyten, so the location is /bbpress/bbp-themes/bbp-twentyten/css/bbpress.css):
div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #f0f8ff;
}
This should remove the “this forum contains … topics… replies … ” while you still can see the “this topic contains … voices … replies… ” in each topic (Do you want to remove that too?)
Keep in mind that this is not a recommended way of changing the bbPress, as you’ll lose the setting when you perform an update (so you have to keep changing after each update), although there’s nobody to make such plugin to do that.
HParticipant
When will bbPress 2.0 integrate with Groups in Buddypress?
Unfortunately there’s no easy way to do this. You’ll need to create a custom template for bbPress. If you have some experience doing PHP then this shouldn’t be a problem.
You can refer this topic:
https://bbpress.org/forums/topic/is-it-possible-to-use-different-template-per-forum
I’ve been using Human Test successfully for 8 months with bbpress standalone 1.0.2. Today it stopped working, accusing all registrants that they are a bot.
I tried to leave a comment over in the Plugins forum in the Human Test topic, but I can’t post a comment there; clicking Add Comment does nothing.
What’s up with bbpress all of sudden?
I recently Stated using bbPress on my blog to create a form but sadly the forum did not stretch to full screen width.Im using pagelines framework. can someone please help me out. http://wanani.me/forums
Hi Jobjörn, what version you’re using for forums? bbPress standalone or bbPress as plugin?
Thanks for you reply Andrew , I did what you said and now it displays only 5 forums rest of the forums disappeared. I can see all of them in FORUMS->ALL FORUMS. How to display all the other forums. Please help..
I am using bbpress as my forum and i created more than 10 forums in bbpress. It only shows five of them you can see it at http://www.gizmonext.com/forums
DESKTOP COMPUTERS & PERIPHERALS
OPERATING SYSTEMS
EBOOKS & DOWNLOADS
OFFICE & INSTALLED APPLICATIONS
SOFTWARE DEVELOPMENT
Why only five of my forums are being displayed , please help me..
My forum topics and replies show up properly in the activity stream on by buddypress site, however, when I choose Show New Forum Topics or Show Forum Replies to filter the activity – it fails to display the latest activity. The stuff it shows is three months old.
I’ve done a recount, but that didn’t fix it. You can see for yourself here: http://teatra.de/activity
You can see that the actual posts from the forum are getting added to the stream, just that you can filter the stream by them (its showing outdated stuff). Why isn’t the filter able to display the current stuff?
<i>A couple of questions, does it matter if I do that before or after installing and activating bbpress?</i>
Doesn’t matter
<i>And, should the child theme contain the modified functions.php?</I>
No. Both the functions file in your parent theme and your child theme will load. No need to copy on to the other.
<i>”Copy the files from plugins>bbpress>bbp-themes>bbp-twentyten into your child theme folder.”
Does this mean that you can just dump the whole thing, including subdirectories in, or do certain things go certain places?</i>
You should dump everything as-is, otherwise things will likely break.
Hi…
I’ve added bbpress forums to my WordPress account without any problems, but I want to use a different image header for the forums than for the rest of the site. In which file does bbpress pull the header from my site, and is it simply possible just to plug in a different image into the code instead of it finding my regular header?
Forums are at http://ovcball.net/forums/
Thanks!
See the author box here: http://www.wisewahm.com/forum/topic/test-2/? It looks like I’m missing an opening or closing tag somewhere and I can’t figure out what file to check. I’m using bbpress & buddypress with the buddyboss theme.
Hello people..
First i wanna say hello I’m new here and really new to using BBPress
My problem is i have installed the forum, and it’s working like a charm .. BUT i wanna add BBcode buttons to my forum so i can make a reply and making some text FAT and som text Cursive and adding a picture and all that bbCode’s normal do ..
Is there a way for that ? and how do i do it?
Information:
bbPress 2.0.2 currently installed 100%
bbPress2 BBCode 1.3 installed (No change to my forum) 
BuddyPress Forums Extras – BBCode to HTML 0.3.0 installed (No change to my forum) 
and now I’m here.. is there a plugin for avatars ?
Can’t wait for a reply
have a great day all