This is one of your line your author box output:
<a rel="nofollow" 1"="" score:="" required="" title="View <span title=" href="http://www.wisewahm.com/members/admin/">Beginner Admin's profile" class="bbp-author-name">Admin</a>
And the result is: Beginner Admin’s profile” class=”bbp-author-name”>Admin
Shouldn’t it be something like this:
<a rel="nofollow" 1"="" score:="" required="" title="View Beginner Admin's profile" href="http://www.wisewahm.com/members/admin/" class="bbp-author-name">Admin</a>
The result will be: Admin
Thanks, sniperkitten! To answer your question, I’m using the default BuddyPress theme (1.5.5.) by the BuddyPress Team. I really appreciate the help. Thanks to you, my forums are up.
all that is in the file is <?php bbp_list_forums(); ?> i don’t see a parameter
I use this in my main theme page loop.
<?php if ( is_front_page() ) { ?>
// Main homepage H1.
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php } else if (get_post_type() == 'forum') { ?>
// Forum H1
<h1 class="entry-title">Forum Title</h1>
<?php } else { ?>
// Fallback
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php } ?>
Let me now if this helps, good luck!
You have the following css, which is positioning the element absolutely. Just remove it. Line 862 on style.css
.reply {
bottom: 15px;
line-height: 1.2em;
position: absolute;
right: 15px;
}
Good luck!
Hi Sam,
I had a hard time looking for the archive-forums.php, until I found it in the bbp-twentyten theme folder in bbp-themes folder. From my understanding I’m not using this theme for bbPress (or am I?)
I made the changes as you described and nothing takes effect. I’ve tried moving about the archive-forums.php into different areas, my main theme folder, the bbPress includes folder and others to see if I could find the right spot it needed to be in order to be called, but without luck.
Where do I need to place this file in order to have it activated or used by bbPress?
I also tried creating a new ‘theme’ for bbPress following the direction here.. https://codex.bbpress.org/legacy/themes-and-templating/
But it seems to call in my bbPress theme into my main WordPress theme area, and I don’t want to change th WP theme, I just want bbPress to use this file to generate it’s <h1> Title.
Any help would be awesome. Thanks for your time!
Hey Jobjorn,
I’m still pretty green with bbPress but I think you could make a plugin to modify that base page title. I think the function you may want is this..
function bbp_get_forum_archive_title( $title = '' ) {
global $bbp;
// If no title was passed
if ( empty( $title ) ) {
// Set root text to page title
if ( $page = bbp_get_page_by_path( $bbp->root_slug ) ) {
$title = get_the_title( $page->ID );
// Default to forum post type name label
} else {
$fto = get_post_type_object( bbp_get_forum_post_type() );
$title = $fto->labels->name;
}
}
return apply_filters( 'bbp_get_forum_archive_title', $title );
}
It’s located in the bbp-forum-template.php
using this tags in your forum signature
Keyword name
MAII – Stratford University
Gadzooks! It seems to me that’s critically important
I can’t really use bbpress until something like this comes along 
Help?
FYI a better way instal of hacking core or using CSS is placing this in your functions.php
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ) );
add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ) );
function ja_return_blank() {
ja_return '';
}
You are correct! It looks like my theme is hardcoded to make this happen. Thank you for your support!
In what folder(s)/line(s) of code in bbpress files in my cPanel can I change the font size for the description of that particular forum thread or thread descriptions? I’ve searched this forum, but can’t find it anywhere using the search. Please help, as the descriptions of my forum/Topic titles are MINISCULE and will strain the readers eye. THANK YOU for your help!
Hello
I have just received a response in German bbpress forum where you can change the date when an update does not always need to manually (except changing the class name or the bbpress WP Theme gets an update) …
In the wp-theme style.css add the following:
div.bbp-template-notice.info {display: none !important;}
This causes the system tray is no longer displayed in the forums and in the individual posts.
I hope this will help any other peoples
But I’m still on the search, the number of posts and the number of topics to delete (numbers in parentheses after the forum) – because you know a solution?
Thank you very much
Something with your theme is hardcoded to make that happen. Nothing bbPress can do about it if the theme takes over.
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!
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
Thank you!!!! Thank you very much
)
It all works perfectly!
…. And yes, I would also like to get rid of every post in this area – you’ve got a solution?
Again, thank you very much!
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!
If I have a category and a description as initial treatment – this is unfortunately appear AFTER all the forums. I would like to have this but BEFORE all forums, as this is my opinion makes more sense.
Is this possible?
And sorry for my bad english, i’m swiss
)
Installing Group and Sitewide Forums
Hi, I’m a real wordpress noob. I followed the above instructions step-for-step only to come across this message in the middle of the instructions…
“[Note: You will have to create the link to your sitewide forums page in your custom menu or main navigation. The menu links in the image below were created prior to setting up this tutorial.]”
Now, I need instruction to create the link to my site wide forums page in my custom menu or main navigation.
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.
The codes are working .. But i need “Buttons” so my users can see what is available for them
Anyone know how i can add those “Buttons” ?
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
Hi Scoe, Thanks for the Code to alter the forums breadcrumbs. I was wondering if you could let me know which file you found the h1 located in? in order to change that? I’ve been looking everywhere.
I think you brought that file into your main theme directory to overwrite bbpress’s standard files?