I installed the GD bbPress Tools plugin and the plugin itself works great. However, when you go to edit profile so that you can edit your signature, everything is “white” and you can’t see what you have written, etc. I originally had this issue on the actual bbPress forums but I downloaded the bbPress UI settings and changed it to a dark theme. I am completely lost in codec’s and css, etc, but I would like to know what to do to change this as it is really annoying some of the people that joined our site. I’m attaching a picture of what the issue appears to be.
Wordpress Version is 4.0.1.
Theme is Falcon (Child theme of 2014 themes)
GD bbPress Tools version is 1.6

Hi there!
I apologize if someone else has already posted about this, but I did a search and didn’t find someone with my exact error. But I have been using bbPress version 2.5.4 with WordPress version 4.0.1, and it was working great for the past few days until I tried to use CMS2CMS to transfer over my forum from phpBB to WordPress. It now has “Page Not Found” errors, even after removing all traces of the CMS2CMS plugin. I can not access any portion of my forum, but everything looks fine on the back end. I have uninstalled and reinstalled all of my plugins and still continue to get the error. What am I missing?
Here is the link to my site:
http://www.derbycityminis.com/new/
Thanks in advance! 🙂
I have a child theme setup using the Child Theme Configurator plugin. I have the following in the child theme folder; style.css, function.php and bbpress.php (renamed from page.php).
I am using the WP-Englightened theme.
I copied the page.php to the child root and renamed it to bbpress.php. There doesn’t seem to be anything in that file to remove for the sidebar.
<?php get_template_part( 'content', 'before' ); ?>
<?php
if (have_posts()) : while (have_posts()) : the_post();
global $do_not_duplicate;
$do_not_duplicate[] = $post->ID;
?>
<div <?php post_class('singlepage clearfix'); ?> id="single-page-<?php the_ID(); ?>">
<div class="entry">
<h1 class="page-title"><?php the_title(); ?></h1>
<?php if ( get_post_meta( $post->ID, 'video_embed', true ) ) {
$video_embed = get_post_meta( $post->ID, 'video_embed', true );
echo '<div class="post-feature-video single">';
echo '<div class="single-video">';
echo $video_embed;
echo '</div>';
echo '</div>';
} ?>
<?php the_content(); ?>
<div style="clear:both;"></div>
<?php wp_link_pages(); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php get_template_part( 'content', 'after' ); ?>
I tried putting this in the style.css file based on a thread here.
.site,
.site-header {
max-width: 100%;
}
.bbpress-forums .col-2cl .main {
background: none repeat-y right 0;
padding-right: 0;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
max-width: 100%;
}
.form-allowed-tags {
display: none;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: inherit !important;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: inherit !important;
}
#bbpress-forums {
font-size: inherit !important;
}
.bbpress .hentry {
margin: 0 auto 48px;
max-width: 100%;
}
@media screen and (min-width: 1008px) {
.bbpress .site-content {
margin-right: 0;
margin-left: 182px;
}
}
@media screen and (min-width: 1080px) {
.bbpress .site-content {
margin-left: 222px;
}
}
@media screen and (min-width: 1218px) {
.bbpress .site-content .entry-content {
margin-right: 0;
}
}
@media screen and (min-width: 673px) {
.bbpress .site-content {
margin-right: 0;
}
}
If I create a page and use the short code for bbpress and tell it in the page options to do full width it works fine for the main page but not for the rest of them.
You can add the default WordPress media button. I guess it only works for logged in WordPress users with authorization to upload.
Hey all, first post here and hope someone can help me.
I’ve put a bbpress forum in my wordpress website and created a Forum button in the main navigation bar
http://www.hardwarehome.nl
When I click this button the forum is shown perfectly.
When I then klick on a subforum like reviews it’s still perfect, but then!
If I klick forums, not on the main navigation bar, but in the forum menu itself, it brings me back to the forum (notice the sligt difference in URL /forum when coming form the menu bar, and /forums when coming trough the forum) but it’s all scrambled up!
Anyone any suggestions on this one?
The next release of bbPress will allow you to customise the CSS based on the user role in each topic or reply so you should be able to do what your asking here 🙂
See https://bbpress.trac.wordpress.org/ticket/2692 for further details 🙂
Additionally also see this post on how to achieve the same results now 😉
To add and thanks Rob, bbPress.org does not use Font Awesome, we us Dashicons that are included with WordPress.
Dashicons
// Filter wp_nav_menu() to add profile link
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
function my_nav_menu_profile_link($menu) {
if (!is_user_logged_in())
return $menu;
else
$current_user = wp_get_current_user();
$user=$current_user->user_login ;
$profilelink = '<li><a href="/forums/users/' . $user . '/">My Profile</a></li>';
$menu = $menu . $profilelink;
return $menu;
}
i just edited the code listed here
Layout and functionality – Examples you can use
@situationerdk
most of the features users wanted in that survey can be achieved with some plugins listed here
Feature Plugins Tracking
attachments you would have to use gd-bbPress attachments
quotes you can use bbPress direct quotes or gd-bbPress tools
for using bbPress for WordPress comments you can use the bbPress topics for posts plugin
if you just want users to be able to edit their comments use the simple comment editing plugin
if you think bbPress needs specific features added to the core of the plugin make a new topic about that.
@Jeff – Ok, glad you received my oroginal post in the way it was to be understood. Just saw your post over here http://wptavern.com/bbpress-2014-survey-results-show-users-are-still-disappointed-with-lack-of-features. I see we are along the lines …..
I could have written an article like that, but it would not have vented the frustration. I would love to be able to use bbPress and WordPress together. As it is now I dont think of bbPress as normal forum software – but conceptually I would be able to use it to replace the hopeless commenting system that is so weirdly OLD and outdated in wordpress. That way wordpress gets a lift and bbpress becomes the relatively simple software it is in its own right – as a nice facelift for wordpress commenting. Have they not noted the brilliant Disqus plugin ? It is really good – and why wordpress has not made these features native – perhaps not exactly like Disqus – but somewhere along those lines, I really cannot understand – is WordPress simply sleeping ? Users cant even edit their comments as a standard feature when commenting ? Why are they not on the forefront on this defining feature for a blogging system ?
I will probably go with Xenforo and the Xenword addon. It will probably be an official addon sometime (see also the CTA Featured threads and Portal …. nice one by Brogan..). Or MyBB which is also awesome.
its really simple to achieve this type of thing , use a plugin like this
wordpress.org/plugins/log-out-shortcode/
the plugin basically uses some code already in WordPress that you can use.
codex.wordpress.org/Function_Reference/wp_logout_url
How I did it is this. first I changed my css Using a child theme I just added this css to my style.css (Important to use a child theme so you don’t lose your changes.)
#bbpress-forums .bbp-forums-list li {
display: none !important;
}
.bbp-forum-title{
display: block !important;
font-size: 22px;
font-weight: bold;
border-top: 15px solid blue;
boder-top-left-radius:5px;
boder-top-right-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.bbp-topic-title {
font-size: 16px !important;
}
What this did is I made multiple forums instead of categories. when I made the forums I used the text area to include the descriptions. Left the main topic forums closed. so no one could post on there.
I then made sub forums (hence using my main forums as category tags) and again used the text area for the description while creating the forums. I left these open so post could be made in there.
Now I have all kinds of styling you can change. Play with the borders margins colors and text size until you get what you like. I also found the text size to be too small for the descriptions so I used the plug in tinymce advanced to add custom fonts, font-sizes and colors for the descriptions.
the solution to this is built in WordPress not not in bbpress. First make sure you have an actual page called forums then use short code to mate it your main forums index page. Once that is confirmed check your permalinks and make sure they are not on default. ( I usually use post name). Now your forums page should be showing as a page on your site. Then go to custom menu Dashboard>appearance>menus once there you can create many different menus and label where they will show up, or even call them through the widget area. But for your particular problem find the one called Main(top primary menu) then just add the pages you want to show up on that menu and delete the ones you don’t want to show up. (Be sure to uncheck automatically add top level pages).
changing it to 0 would be best. Just make sure you are using a child theme. If you aren’t you will lose the changes with the first update to bbpress or your theme. you can find child theme info on the codex or use this plug in to create it for you If you already have a child them just add the code above to your style.css in you child theme. It will override the bbpress css I would just recommend commenting off the css so its easy to find if you need to add more changes.
The easiest way is to do a custom CSS. make a child theme first i recomend this plug in “Child theme configuration” Down load the zip file once you chose your settgings. upload the child theme through dashboard> appearance > theme > add new then use a text editor and make a style.css for your theme (bbpress will be overridden with it) I use eclipse for a text editor but notepad will work in the style css add this code
(this came directly from my site so it has a few changes you can change anything you like on it for more customization) you can see my forums lay out here
#bbpress-forums .bbp-forums-list li {
display: none !important;
min-height: 50px;
font-size: 18px;
border: 3px solid black;
border-top: 8px solid #871A1A;
boder-bottom-left-radius:5px;
boder-bottom-right-radius:5px;
boder-top-left-radius:5px;
boder-top-right-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.bbp-forum-title{
display: block !important;
font-size: 22px;
font-weight: bold;
border-top: 15px solid blue;
boder-top-left-radius:5px;
boder-top-right-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.bbp-topic-title {
font-size: 16px !important;
}
Like I said any of these values are changeable and you can add more or take some out. hope this helps.
There are two sets of roles wordpress and bbpress
It is a wordpress admin that can set bbpress roles, under Dashboard>settings>users and see if forum roles appear near the bottom of an existing user
If not come back and if you have database access I can tell you how to set an admin that can then set a bbpress keymaster.
You may login to this site using your bbPress.org/WordPress.org/BuddyPress.org username and password.
Strange, did you login first? https://bbpress.trac.wordpress.org/login
Once your logged in, create a new ticket https://bbpress.trac.wordpress.org/newticket
@Jeff – Thanks Jeff.
@Robin – What I want is highlighted in the question with a blockquote. So it should be pretty obvious. I am sorry for not being more explicit in my demands – but it really wasnt my purpose to suggest on specific features – just something basic as core-developed and planned groups-functionality. The intention was to get an understanding on what to expect. A word from John James Jacoby himself – just saying for example “well in the near future things arent going to go faster than the previous years” – then I would know what to expect ….. Again I refer you to the developing roadmap. Its not exactly going fast. One of the features I was looking forward to having integrated was using bbpress for comments in wordpress. Or any kind of functional integration.
However I did forget to put in group-based – along with the finegrained, nodal permissions. And yes, I am aware of the roles and capabilities. But thanks for that. And along with that I dont mean relying on a newly-developed plugin like bbpres private groups or installing buddypress. I meant having it default and taking into planning consideration. Speed is fairly obvious. Security is just a general concern, nothing really specific. But enough to keep me away from newly developed plugins.
I am sorry for any thoughtlessness in formulating my intention – and again do not mean to be arrogant. But something concrete from the team behind would be nice. I am sorry for not being more specific about the groups-thing. But I am not being specific, because that is not the point. The point is highlighted in the quote.
I can see now that it wasnt a well-formulated frustration. Wish I had made it better. So if someone could just delete it, it would be fine.
The last posting on this topic is very old. I wonder this is still a matter of concern. I try to move my http://www.phpages.org/phpBB3/ forum to bbPress. I used the build in tool and get the error
WordPress database error: [Table ‘u53000db1.phpbbusers’ doesn’t exist]
u53000db1 is my phppp sql base and I made a test with the plugin cms2cms and I got a nice output, but the produced bbPress forum was somwhere else not in my application, so I wonder what that means?
Anyone there can get me started in the right direction. Best regards
Peter
I’ve just tried having both these plugins on my test site, and can see exactly what you mean, my forums become archive posts just as yours did, and I’m using a shortcode so that way won’t work.
So definite conflict between how these two forums are using slugs, and I suspect that the recipe one is overwriting a forum one, but don’t know how, possibly via a filter on wordpress.
I’d suggest since the recipe plugin author will have far better knowledge (as he has slug settings in his plugin) that you go back with a fresh post, and explain that on a base theme (mine was twentyten) with just bbpress and his plugin and nothing else
http://www.mysite.com/forums takes you to blog archives page
and see what he comes back with
Just had a thought, what bbpress level is the username you are using
so you could be a wordpress admin, but if you are a bbpress participant, then you wouldn’t see anything.
So go into dashboard>users and edit your username and see what level the bbpress role is set to
1. You shouldn’t need to manually map anything with WordPress 4.0.x and bbPress 2.5.x, bbPress 2.x can import bbPress 1.x 100% perfectly “out of the box” without any additional plugins or manual intervention.
2. If you want to integrate bbPress 1.2 with WordPress then this also works with a few tweaks also, see this post for details on this.
In summary there is no reason to be not using the latest version of WordPress with either bbPress 1.x or 2.x.
Hi, I tried again to post this bug on track, but I got a “you have not ticket privileges”, so I’ll try to report it here since it can be a very general issue.
My blog is set with a permalink structure like %category%/%postname% WITHOUT a trailing slash. But on bbpress file ajax.php on function bbp_get_ajax_url() the url is generated with a trailingslashit( $wp->request ).
WordPress sends back a redirect whene there is a trailing slash and the subscription fails with an alert “undefined”. Removing the trailingslashit(…) everything works fine.
There is a specific reason for that use of trailingslashit()?
Thank you, Stefano.