sorry but this is getting beyond free help. bbpress just uses wordpress registration, so this is not really a bbpress issue, rather a wordpress one.
I’m afraid I can’t help further
bbpress and twenty twelve work fine.
bbpress is not resource heavy.
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Settings is missing in BBpress
Version 2.5.14
It shows only Deactivate
I killed it and reinstalled. No change
http://www.nuzhengid.com/
How to fix it?
@slanglois Bonjour, avez-vous pu mettre en place la publication/réponse sur bbpress via le mail ? Je suis très intéressé par cette solution ! Merci d’avance pour votre aide.
JMarc
Hello,
I want to use bbPress for my webblog.
It is possible to use with the Twenty Twelve Theme? Anyone have trouble with Twenty Twelve and bbPress?
How about the resources and PageSpeed? Is the bbPress Plugin very resource-heavy?
Details:
– WordPress 4.9.2.
– bbPress (newest Version)
– Webblog: https://nebenjob-netz.de/
bbPress is using standard WordPress functions for user registration, so this is not strictly bbPress related. In most of the cases it’s because of a security plugin or something in your theme. So the above steps from @robin-w should help you troubleshoot.
@pascal, thank you very much for your consideration.
However, I think you should make an effort to upgrade your plugin with the mentioned feature so that the migrated comments to bbpress can be shown under the individual posts by the users.
I cannot see any reason why we should wait for the permission of the other plugin author?
Because you are not copying anybody’s codes, you are only creating a similar functionality in your plugin
If you want that functionality you will need to modify the plugin I linked to, you could set it so that it is only enabled on specific forums, or specific topics, that’s up to you.
It is not a bug in bbPress, it is by design, just as you can install plugins for WordPress, in this case, bbPress, you can install and customise bbPress by further installing bbPress plugins, it allows for the flexibility of each user to customise bbPress to their personal needs without imposing on others who do not want that functionality.
never seen that before, and like you all I can find on a google is reference to Mojo Marketplace
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
How I can import data to bbpress from Asgaros forum. In bbpress there is import tool, but in list of platforms I have not found such platform http://prntscr.com/i3ml95. Help please.
your smtp service will be expecting the correct email address
what is set is
dashboard>settings>general>email address
and does it match your smtp?
1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.comthen it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
2. Just bbpress?
Then you need to see if this is wordpress wide or just bbpress.
Try https://wordpress.org/plugins/check-email/
Thank You for reply. It is interesting, it is bug of forum? Why defaualt function of bbpress do not working without this plugin?
It wasn’t until I started googling this that I notice it is a recurring issue with bbpress sites using smtp, and hasn’t got a definitive answer.
As far as I can see two things seem to help.
1. amending the from address
2. not sending bulk emails
this plugin seems to address these two issues
Can you try it and report back
AsynCRONous bbPress Subscriptions
also there is a code snippet that lets you change the from address that smtp may well need -I don’t think it is needed as the plugin does this I hope (I haven’t tested the plugin), but quoted just in case 🙂
However, something causes that in the forum post notifications the “From” is set back to the default <noreply@domain.com>, although it is set to different/custom address by the WP Mail SMTP plugin. My web hosting service blocks the PHP mails sent from unknown addresses, so that’s the reason why the e-mails are not delivered.
/*BBPress email fix*/
add_filter( 'wp_mail_from_name', 'email_sent_from_name' );
function email_sent_from_name( $name )
{
return 'SITE NAME';
}
add_filter( 'wp_mail_from', 'email_sent_from' );
function email_sent_from( $email )
{
return 'email@example.com';
}
Hmmm, I think we should explore this a little closer, would you mind creating a ticket on our ticket tracker Trac?
bbpress.trac.wordpress.org/newticket
Dear Guys Kindly this is my website doctordirectory.online
after i install bbpress the users go to this
http://www.doctordirectory.online/forums/users/anna/
they should go to http://www.doctordirectory.online/doctor/anna/
you can try it by useing this link
http://www.doctordirectory.online/dir-search/?directory_type=doctor
kindly i need to fix this ASAP
Wordpress Version:4.9.2
bbPress Version: 2.5.14
Site: http://www.avaiya.com
I’d like to customize the emails my members get when they subscribe to post in the forum.
Thoughts on how to do this?
I’ve noticed there is a plugin that might do this, but “It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
bbPress Custom Reply Notifications
dashboard>users>edit user and you can change their bbpress role near the bottom to moderator
Wordpress Version:4.9.2
bbPress Version: 2.5.14
Site: http://www.avaiya.com
I thought I posted this to the forum yesterday, but then I couldn’t find it anywhere so I’m posting again.
I am launching a membership site in 2 weeks, and members who sign up for our membership will be “Participants” as their role. I would like to assign some members the role of “Moderator” as these people will have some admin responsibilities. How do I do this?
Thanks!
Not sure what to advise for best.
I’m not a bbpress author, so have no direct influence on code.
However I have 6 plugins that are sub-plugins to bbpress most of which have shortcodes that won’t display correctly under 2.6rc5.
I have asked the authors to reconsider restricting bbpress – the min file is only 32kb, so won’t affect load times to go on all pages – it is just downloaded once when the site is accessed.
If they decide to go as is, I will need to duplicate part or all of the bbpress.css file in my plugins, which means that someone using 3 of my plugins will get the same css downloaded 4 times – 3 by me and one by bbpress which is not good 🙂
So watch this space.
if you are deep into coding, you could just enqueue a copy of bbpress.css in your theme, or probably much easier just dump the contents of bbpress.css into your theme’s css – that will fix it.
Dear all,
We are using BBpress and Buddypress on our site Myhealthletter
Since wordpress mails were not functioning, we have activated SMTP with the help of WP Mail SMTP by WPForms.
Now, contact us mails are delivered to us, however bbpress new registration or verification mails are not delivered. Although we get user names and mails of new users in the wordpress user list.
Please help us to sort this issue.
Suraj Awadhani
I’ve now set up a quick test site for 2.65c5 to validate
I can confirm that
<?php echo do_shortcode("[bbp-forum-index]"); ?>
doesn’t work but the shortcode on a page on it’s own does.
However your issue with profiles is a theme/bbpress one, it all works on my test site.
Can you try adding this to your themes css
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
overflow: visible !important;
}
that seemed to fix it for your site, but I haven’t checked that it doesn’t create issues elsewhere !
Apologies for the late reply, there hasn’t been many requests to update the Vanilla importer, what I’ve done with most importers is when asked I’ll update it to the latest, in this case I’d checkout what the latest 2.x version is and add any updates as needed, for the most part there is usually not many changes as major database changes typically only occur in “major” releases, so if Vanilla 3.x is out, there would be a high change some SQL changes would be in that release.
Grab the latest bbPress RC-5 zip from the downloads page https://bbpress.org/download
The “Specified key was too long” error you mentioned has been fixed in this release along with loads of importer improvements.