Dear sir this tool is made for wordpress posts,
a user who have posts in bbpress forum all shows as 0 post users.
can you help me to make a sql query for to change roles of bulk users.
1. how to seo setting in per post in bbpress’s forum?
2. how to insert adsense code in per post in bbpress’s forum?
BBPress 2.5.8
Wordpress 4.4.2
I am currently having difficult with something that I think might be simple to configure.
I have a very simple site that is not using any third party or complex permissions settings. I have registered users who are “Contributors” and I am attempting to configure a forum that only members can see.
I have created a new forum.
Settings are as follows:
Type: Forum
Status: Open
Visibility: Private
When you click on the permalink to that forum my site throws back a 404.
When I change the visibility to public the forum works.
Hoping there is some minor configuration I am missing to getting this going and creating a forum that only registered members of the site can view and contribute to?
thank you in advance!
I am trying to start a thread in my own forum, on my own site. I have the Keymaster role, and i have started a similar thread several times without any issue. Today, i can’t get to post. I am logged in. I tried in Chrome and Firefox and it still does not let me.
Was there anything that changed in the last update?
Thanks.
I am using WP 4.4.2 aand bbpress 2.5.8
Home of the Scrapbook Campus
Hello, first I’d just like to say that I’ve thoroughly searched this issue, on Google and here on the forum, and have found no conclusive answers to this.
Right now I’m noticing tons of p and br tags in bbPress HTML, and I’m confused as to whether this is stemming from wpautop or is actually part of bbPress template files itself.. to test I’ve literally deactivated wpautop itself (and checked site-wide on other pages to verify it was indeed off) and the tags still remain on bbPress pages.
This is making it extremely hard to custom style bbPress while navigating these tags, as they break the layout in needless ways.
Here’s some examples..

Thanks for reading,
We are hosting with WP Engine and used their staging function to create a few new pages, add some plugins, build a pricing table in one of the plugins, and upload a pile of pics to the media library.
Problem is that only the plugins made it over when we migrated without updating tables. So, we aren’t sure which tables to include in the staging migration to the live server without overwriting the forum activity we’ve had in the past week since making the staging environment.
WP Engine isn’t sure either, as they only found a note that BB Press forum topics, replies, etc, are stored in the wp_posts table.
Here are all the tables available for us to migrate over, so any help sorting out which ones would pull over our updates, without overwriting the forum (if that’s at all possible) would be great!
wp_commentmeta
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_pts_modules
wp_pts_modules_type
wp_pts_tables
wp_pts_usage_stat
wp_taxonomymeta
wp_term_relationships
wp_term_taxonomy
wp_termmeta
wp_terms
wp_usermeta
wp_users
Hi,
That seems to be a buddypress function, not a bbPress one. If you have buddypress installed, then I think the buddypress forum might be able to help you.
Pascal.
[Resolved]
Oops…sorry…I just noticed the pluggable function is in BuddyPress and not bbPress.
Still surprised I can’t access it, but not a bbpress problem 🙂
I’m wanting to use the pluggable function bb_is_user_logged_in() in a bbpress template file in my custom theme, but I’m getting the dreaded “Call to undefined function bb_is_user_logged_in()” message.
From my understanding, I could copy the pluggable function to my theme, but shouldn’t I be able to use this as part of the forums loop since bbPress is loaded?
Am I misunderstanding something here?
Thanks!
Following up with research complete….New Relic is really awesome for this type of stuff.
It does come down for the most part to the quantity of the forums/sub-forums. Most of the time spent was in the template calls for each sub-forum. However, it also appears a bit of the additional time is due to the Groups plugin which makes the SQL query a bit more complex.
So I’ve decided to set my home page to be a view of recent topics (which, frankly, is a bit better anyway because it shows more activity of interest) and the performance is going to be much better for members.
However, one hitch here is that I’d like to have a “forum home-like” page available for view for those that want it. With an additional requirement that it is under the /forums/ URL ‘subdirectory’ (due to various robot rules, etc). In other words, something like /forums/all or /forums/views/all . I can’t use the bbpress shortcode for a page because I can’t put the page under the /forums/ subdirectory. I looked into using views, but that doesn’t seem to work either.
I’m probably missing something obvious (and I’ve done considerable googling), but it’s not seeming to be as easy as it sounds. Probably should start another thread…
Thanks again for the insights…
I mean that I drug the bbpress search widget to a widget side bar area.
I have installed the bbpress forum search and it does not work.
It does not work with several themes. The site is using Headway but does not work with a bundled theme either.
http://www.systemsgoforum.org
WP 4.4.2
BBP 2.5.8
Trying to make sense of what Stephen provided… Is this something I need to update in bbpress/includes/admin/converter/phpBB.php
???
Yes! But not that code! 🙂
Here is what worked:
`@media screen and (min-width: 980px) {
/* This is the width of the forum content area */
.bbpress #content {
max-width: 95%;
}
/* This is the width of the forum list */
.bbpress #primary {
width: 66.6666%;
/* border: 1px solid red; */
}
/* This is the width of the forum list */
.bbpress #secondary {
width: 33.3333%;
/* border: 1px solid blue; */
}
/* Center the contents of the sidebar */
.bbpress #secondary aside {
margin: 0 auto;
display: table;
}
}
Thank you!!
I removed the customized code from the template.php file in the wp-content/plugins/bbpress/includes/common folder – copied the template.php file into my theme’s bbpress folder, and then readded the custom code to the file.
I now see the subscribe link. It does appear at the bottom of the page though instead of in the breadcrumbs.
Really appreciate your help!
Thank you.
Hello
i am using wpml to translate language in my site, i need to translate BBPRESS plugin with wpml
can anyone let me know how can i do this , i didn’t find any wpml addon for wpml.I need 3 language in site i.e EN,RU and LV. please reply me asap
Argh !
Please never change directly the bbPress files. At the next update you will loose your work.
If you want to change files, you can refer to the codex (like on this page: https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/)
But if you want to keep it easy, check out my bbP-Toolkit plugin where you can customize your breadcrumbs or if this is the only customization you want to do, check out https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#4-turning-off-or-changing-breadcrumbs
Pascal.
Hi,
First of all, the /forums is indeed the default that comes out. Handy, no ? 🙂
For the width, this is fully WordPress and the theme you have chosen, so bbPress just adapts to it.
I would propose that you ask on the global WordPress support forum for that.
Pascal.
Thanks Pascal. Unfortunately I am not that great with code so not sure what needs changing as its not in plain English. I have a sidebar already called ‘Forum’ Just can’t get it to show on bbpress.
BbPress Version 2.5.8 is the best. I am using it!
Nice to see people solve their own issues 🙂
Enjoy bbPress.
Hello,
Please try this CSS code.
#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
display: none;
}
Thanks.