Hi, I have been trying to figure out how to have the “Notify me of follow-up replies via email” button unchecked by default, as I have topics in my forum, such as forum games, that will not require follow-ups. I have found lots of threads on how to have it checked by default (for an older version of bbpress I assume) but none on how to do the opposite. As I am still quite new to PHP, I have been unable to complete this so far. Any help would be great.
http://www.tumbleweed.minecraftus.com
I finally got everything working fine together for the most part on my new site. Wow-it was an endeavor plugin by plugin hehehehe.
The one situation I am having though is that buddypress-Default theme and the logging in from the theme. In the upper right hand corner it says username and password – if you type it in It Always says wrong and fails Login. Then it brings you to wordpress login and all is fine you can log in normally.
Help Please…
Thanks…
buddypress ver 1.8.1, WordPress 3.7 tvbar.heavenboundministry.com
[bbp-topic-form forum_id=$forum_id] – Display the ‘New Topic Form’ for a specific forum ID
https://codex.bbpress.org/shortcodes/
So if the forum you want has an ID of 341 use [bbp-topic-form forum_id=341]
you’ll need to disable the bbpress plugin
https://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F
Just deactivate the bbpress plugin for starters.
then you’ll need to figure out why it isn’t working for you.
I’d start by uninstalling bbpress, and reinstalling it in case there was a corruption as it downloaded
Then if it still doesn’t work, I’d disable all the other plugins and if it then works add them back one at a time to see which is causing the issue.
If not plugins, then I’d try switching to a default theme to prove that you WP installation is ok.
if all that fails, come back
I just noticed the same thing my self.
Basically Yoast WordPress SEO: XML Sitemaps automatically adds ALL reply url’s to the existing sitemap. This means google will index them all.
> What I’m looking for are where the single reply URL’s are being used in your theme, making them accessible and allowing them to be crawled.
I doubt they are exposed by default, however a quick fix could be adding a rule in robots txt as well as excluding them from your sitemap.
had a look
You login works fine. If you fail then you will be taken to the default wordpress login page. If you want to change this page see
https://codex.wordpress.org/Customizing_the_Login_Form
For the lost password, try resetting your permalinks dashboard>settings>permalinks and just click save.
correction to the above – forgot that like you I didn’t like the default login form.
Install bbpress WP tweaks – it has a login that appears in the sidebar, so takes away the WP login. looks much better
eg
http://www.gospbc.co.uk/forums
Also gives you a bbpress sidebar which you can use with your forum pages and other goodies
That’s what I expected but it doesn’t work. The default WordPress behavior is to show them all in in a list anyway. Something is screwy in Denmark.
BBPress adds some jQuery dependent javascript to the header which breaks the defer loading (cause a javascript error).
Javascript will be insert by setup_actions in bbpress/templates/default/bbpress-functions.php
add_action( 'bbp_head', array( $this, 'head_scripts' ) );
Would it be possible to make this script independent of jQuery or otherwise insert it with wp_enqueue_script and set its dependency of jQuery?
I also want to know how to remove this action. I tried:
global $BBP_Default;
remove_action( ‘bbp_head’, array( $BBP_Default, ‘head_scripts’ ) );
Thanks for your attention. I will need this fixes to get WP Defer Loading work with BuddyPress, see: https://github.com/bassjobsen/wp-defer-loading/issues/5
Hi Bookkus, I have exactly the same problem here.
I’m using a child theme of BP default. bbPress 2.3.2, BP 1.7.3, WP 3.5.2.
The pages generated by bbPress follow my theme styling fine:
http://community.allen-heath.com/forums/forum/me
However when I use a bbPress shortcode, the styling / font goes wrong:
http://community.allen-heath.com/forums
http://community.allen-heath.com/forums-activity
Have you ever fixed this?
please help me.
I am getting bbpress shift from server to localhost.
Warning: Creating default object from empty value in C:\xampp\htdocs\cu\wp-content\plugins\bbpress\bbp-includes\bbp-core-compatibility.php on line 84
Warning: Creating default object from empty value in C:\xampp\htdocs\cu\wp-content\plugins\bbpress\bbp-includes\bbp-extend-akismet.php on line 693
Hi guys, 😀
Thanks for all the incredible work you do on BBPress!
I’m using WordPress 3.6.1, BuddyPress 1.8.1 and BBPress 2.4.1
The page titles for wordpress and buddypress have been fixed.
However, BBPress has completely stopped interacting with Buddypress. By this I mean no new topics, posts, mentions or any action made by my members in BBPress are showing in their profile activity or in the ‘Notifications’ section of the WP admin bar.
I’ve also added this code to a base ‘Forum’ page:
<?php bbp_get_template_part( 'bbpress/content', 'archive-topic' ); ?>
<?php bbp_get_template_part( 'bbpress/form', 'topic' ); ?>
And in the topic section the ‘Forum’ select field has ‘No forum’ as the default selection. Rather than taking the first forum as the default as in BBPress 2.3.2.
Thanks!
awaiting topics/replies should not notify to the user. it it possible?
now all users geting awaiting notification by email. but, i neet all members get notification after approval. is it possible?
Thanks for your continued effort at trying to help problem solve! I don’t understand “There are two export labels” or see a “Query results operations’ section” so apologies if I’m missing something. Here are the steps I’m doing, let me know if I need to do something different and I’ll redo (using second query as example)
Run SQL query:

I choose “Export” on bottom right:

I leave Export option “SQL” button selected in upper left, I’ve left all other options as 1and1 default, and saved as “zipped”

The ‘topic tags’ that see when viewing a topic (e.g. this post) you will not see the topic tags actually included in the search results by default, this is not something yet implemented in bbPress’ search results.
What happens after you have run the repair tool “Remap existing users to default forum roles”
https://codex.bbpress.org/repair-forums/
Spanish (es) is 100% complete in the /dev branch
https://translate.wordpress.org/projects/bbpress/dev/es/default
Spanish (es) is 95% complete in the /2.4.x branch
https://translate.wordpress.org/projects/bbpress/2.4.x
Spanish (es) is 100% complete in the /2.3.x branch
https://translate.wordpress.org/projects/bbpress/2.3.x
via https://codex.bbpress.org/bbpress-in-your-language/
You should have bbpress-es.po
& bbpress-es.mo
in /wp-content/languages/bbpress/
Ah, it did work. It just set all of the users to participant. Now I set the default role to Keymaster, and re- remaped existing user roles. Thanks for your help!
I’d suggest disabling all your other plugins to make sure there is no conflict:
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
That said I think it is more likely a theme issue, what happens if when using Twenty Eleven/Twenty Twelve/Twenty Thirteen themes? Does the issue still persist?
You may need to run the repair tool “Remap existing users to default forum roles”
https://codex.bbpress.org/repair-forums/
Also check your bbPress settings for roles, ideally this should already be set with ‘Default Role = Participant’ and ‘Auto Role’ is checked
Default user role
Select the default role for bbPress forum members as assigned by the ‘Auto Role’ option below, the roles are Keymaster, Moderator, Participant (Default), Spectator, Visitor and Blocked. For full details of the permissions assigned by these roles please User Roles and Capabilities.
Auto Role
Automatically assigns the default role to new, registered users upon visiting the site.
https://codex.bbpress.org/forum-settings/
Can you try the repair tool “Remap existing users to default forum roles”
https://codex.bbpress.org/repair-forums/
If you want forums as a list, then you need to change the following
wp-content/plugins/bbpress/templates/default/css/bbpress.css
Line 120-122
#bbpress-forums .bbp-forums-list li {
display: inline;
font-size: 11px;
change to
#bbpress-forums .bbp-forums-list li {
display: list-item;
font-size: 11px;
This’ll then produce the vertical list
Now I expect to be told off for directly editing a plugin file, and if someone else knows how to get it to do the same with a themes functions.php or style.css, then I’d love to see how to do it.
You will need to make a note of this, as every bbpress plugin update will rub it out
Hello
It took me some time but i finally have figured out that dynamic roles that are getting assigned to users when “Auto Role” is disabled are being unset before bp_forum_enforce_blocked is triggered.
This results in 404 for users.
add_action( 'template_redirect', 'bbp_set_current_user_default_role', 7 );
managed to fix it for me but i am not sure what is un-setting dynamically assigned roles and if my fix does not have any down-site.
Hope my input helps.
Ticket created(http://bbpress.trac.wordpress.org/ticket/2452#ticket) please delete if forum topic unnecessary.
Thanks,
Maniu