Checkout bbPress’ ‘Conditional Tags’ https://codex.bbpress.org/bbpress-conditional-tags/
I think they are pretty straight forwardly named so then checkout WordPress’ page and this specific sidebar example:
https://codex.wordpress.org/Conditional_Tags#Variable_Sidebar_Content
This is fixed in the upcoming bbPress 2.6:
bbPress Trac Ticket #2162
Very long load times when posting replies if topic has many subscribers
Refactor subscription notifications functions to send 1 email with all subscribers BCC’d rather than 1 email per subscriber. This speeds up posting significantly in forums or topics where there are any number of subscribers, particularly on configurations with slow email servers or when using external email services.
The bbPress Survey will be closing this Friday, April 11th at 24:00 UTC.
Many thanks to those who have participated so far π
Hi, everyone. I’m very sorry to bother you but I’ve got some issue with bbPress. I never used it but I think it very simple and elegant. Still, there is something that bothers me: every post appear on my topic pages! It is not easy to browse and it is very slow…
For example: http://ns364206.ip-91-121-184.eu/www/xxy/forums/topic/danse-en-talons/
It is 36 posts long but in Settings > Forums > Replies per Page, I set it up so it only displays 25 topics.
I don’t where the problem comes from?
Is there something I can do to fix the problem?
Thanks a lot for reading!
Julien
Ok now, I installed your plugin and after spending some time removing another wordpress error I can say it works great, there’s just one problem for me.
I’m using buddypress login and signup and cannot change to bbpress version of this, cause I’m also using super socializer plugin, which is written for buddypress.
So now I’m getting a 404 error when I’m not logged in and try to enter one of my forums. I tried to change the permalink of my registration page to “sign-up”, as described in your doc, that didn’t work. I guess this is because I’m using buddypress sign up instead of bbpress.
About changing the code in the php file, I’m not sure what to change. I tried adding the url of my registration page in line 103, that didn’t work as well.
Do you have an idea how to fix this?
Is it possible to make bbPress look like a real forum? I want the typical board view with the categories like on phpBB or vBulletin. Any solutions for this? It seems that I am not the only person who wants that.
1. if you need these adding to bbpress roles, then as per previous:
“what capabilities do you need for the other role?
see
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
Itβs quite east to add, just let me know what you need.”
come back, and I’ll do a quick plugin.
2. On your rank thing, can you specify
the rank names you want
what levels you want them at eg 50 posts
what counts as a post – ie topic or topics and replies
and I’ll tinker with the posts plugin to display this instead as a one off, and maybe cut it into a more general plugin later
Hi all,
I have a function tied to the filter bbp_theme_before_reply_form_submit_wrapper and I noticed that this function was called twice every time I refreshed the topic page. This happens only when pretty permalinks are on (/%postname%/) and only on FireFox.
After investigating bbpress and WordPress source code I found out that the template_include filter (found in wp-includes/template-loader.php) is applied twice.
It only happens on bbpress pages, only on FireFox, only with pretty permalinks on.
I’m using WordPress 3.8 and bbpress 2.5.3
I’m using a custom theme but I already tested on TwentyThirteen and I experience the same problem.
Any help would be appreciated!!!
Thanks!!
Thank you for your answer, but…
-s2member: add new roles in wordpress members, not in bbpress members
-BadgeOS: there is not way to do what I need with this plugin.
-Bbp topic count: this is not what I need. I need to show a specific rank for a specific number of comments.
Thank you anyway.
I’d check to see if two plugins are conflicting or theme issue, or if it is server related.
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins apart from bbpress, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
Come back and tell us if any of those speeded it. If so then you know the problem, if not contact your service provider as it should be a few seconds at most.
Hi,
Forum search is not working. I am using bbpress version as 2.5.3. When i search the topics its redirecting to home page.
I have changed the Permalinks as default. then search is working fine.
When i changed the permalink as custom structure(/%category%/%postname%/), forum search is not working. I need Permalink as custom structure.
Kindly need help. Thanks in advance.
I would like to create a forum where a user that is not logged in can go to http://www.mywebsite.com/forums and view my five different forums but not click to see the posts.
E.g. (user not logged in)
Bicycle Forum
Topics Posts
Tires 456 567
Seats 45 54
Frames 25 18
But this logged in user cannot click into the forums to view the posts.
After the user logs in and is a participant they can now click in to view the posts.
Is this possible?
Thank You!!!
Scott
Hey guys, just searching around and trying to find answers on another issue I’m having with setting up bbPress w/ BuddyPress on two different sites. Users on both sites are having trouble posting – – if they’re using Chrome. Thing is, apparently most of them are! If they switch to another browser, they can post.
Any direction you can send me in to try and learn more so I can remedy this would be appreciated, thanks.
Versions etc:
WordPress 3.8.1
bbPress 1.0.4
BuddyPress 1.9.2
Theme: Custom Community
I’ve tried it with all plugins deactivated except bbPress and BuddyPress and the problem persists.
Rather than the forum subscribe link we are actually in a topic π
bbPress has the two default links ‘Favorite’ and ‘Subscribe’ seperated by a |
The default before args forbbp_get_topic_subscription_link is 'before' => ' | ', so the below fork of Robin’s code should do what you need.
function hide_before ($args = array() ) {
$args['before'] = '';
return $args;
}
add_filter ('bbp_before_get_topic_subscribe_link_parse_args','hide_before')
what capabilities do you need for the other role?
see
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
It’s quite east to add, just let me know what you need.
On ranking, you can have no. posts quite easily using
https://wordpress.org/plugins/bbp-topic-count/
I cannot replicate this with just bbPress active

Make sure that ‘Jerusalem’ isn’t in the WordPress bad words list
WordPress Dashboard -> Settings -> Discussion (/wp-admin/options-discussion.php)
Hello,
First of all, my english is not 100% perfect, sorry if you don’t understand me, I’ll try to do it the best that I know.
I’ve spent several days looking for a solution to my situation, in fact I’m very upset with bbpress plugin, I thought this forum would have all classic and basic functions of a forum, but now my website is almost developed and I realise that this plugin is very incomplete. I don’t have time to start over with other forum plugin, I need help with this one.
Usually, forums have different user ranks based on the number of posts that user writes (for 50 posts — > rank 1; for 100posts —> rank 2…….) But in bbpress I didn’t find this function. I was trying to complete this function with a plugin, BBP AUTORANK is one of this, but i don’t want ranks based in points, I need ranks based in posts. Also I would like to add an imagen which represent each rank. Please, could anybody tell me any trick, or way or plugin to do this simple thing? Other of my problems with this plugin is that in case of keymaster, moderator, etc I don’t need to show the rank, only the role.
In fact I need to add one more role to bbpress forum, with almost the same functions that keymaster.
Please I will be very thankful if you help me.
When users try to submit a Topic with the word “Jerusalem” the message “ERROR: Your topic cannot be created at this time.” occurs. If this word is removed the Topic submits with no issues.
I cannot find anywhere is settings where this word is flagged as spam.
Using bbPress 2.5.3 with Stop Spammer Registrations 5.9.3.
When users are posting topics or replies in our private forums it’s taking upwards of 90 seconds before finishing. This tells me that it is sending the data to the server to update the database the forum resides in. The server is for some reason very slow in returning a response to tell the POST function that it can end, and that the next functions to be called can begin. I’ve found is that it is the POST function (ie, posting a post to in our forum) that is taking the amount of time.
How do we fix this? Is it something that will need to come with a bbpress future update? Am I the only one having trouble within our forums doing this? Is there an additional plugin that I need to use? I’m currently using: bbPress Genesis Extend, bbPress Notifications, bbPress Stay Checked, bbP Members Only. Thank you
‘…as I am not really firm in php code ‘ – your coding skills don’t look at all bad to me π
Without testing, that looks fine to me – give it a go.
You could choose to just edit that file, but if you do, keep a note of what you changed, as bbpress updates will overwrite it – purists will say you should never alter core files, but as this is already a plugin, I am less fussy (expecting to be criticised for this!), but do know what you’ve changed.
To do it “properly” you’d need to either
create these as new widgets by copying the code to your functions file and renaming it.
create this as a plugin.
If you need help in how to rename come back, and I’ll make a list of what you need to change, but you’ll need to be a bit patient, as I have loads of queries os, and you’ll need to join a queue !
bbPress is tested against all the common browsers, so unlikely that it is a default issue (indeed mine works fine on all those browsers)
Could be any number of things, but as always start by eliminating plugins and themes viz ;
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins apart from bbpress, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
Come back and let us know if that helped, and what the issue was, or if still happening.
I’ve set up (bbpress) login widget on the sidebar. All ok on Chrome but on Firefox it’s not appearing though. But I could see the title line e.g. Login there but not the box where I can enter username and password. Strange. However, if I enter the url… /login then I could login via the page (not sidebar). What did I do wrong…. but on Chrome all is good.
I’ve not used it, but try
https://wordpress.org/plugins/bbpress-social-network/
and please come back and let us know if it does what it says !