Hi, I have set up a bbpress forum.
But I encounter this problem when trying to post (keymaster or participant doesnt matter), I can however post anonymously when I set the setting to allow anonymous posters.
The problem Is for logged in users, Whenever I try to post/reply I get the are you sure you want to do that error.
I can add topics and replies no problem from the backend.
I have went through and searched all over but most of the fixes are for local host installations.
Any insight and help would be greatly appreciated. Thanks!
WP ver – 4.2.3
Theme – Terra theme
BB press – Version 2.5.8
I Also have BB press WP tweaks installed to fix my sidebar problem(Disabling it will diable me from logging in through the BBpress sidebar.)
I head there are some changes to be done in the functions.php?
Please help =(
If anyone could help by me giving them a user to try trouble shooting. thats possible as well
If you are talking about the email, website, and name fields this will do it.
#bbpress-forums fieldset.bbp-form {
padding: 0!important;
}
Site currently using one community theme with bbpress
When a user registers they are not getting the email that allows them to activate their account
Please help
@steo83
This topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/
Try some troubleshooting to see what could be causing the issue.
Troubleshooting
I found this topic…
My language files are overwritten by update
…but I don’t agree with @johnjamesjacoby – with that filter BuddyPress is no longer overwriting my language files, bbpress is doing it.
Hello there,
8 year after the making of this thread, i’m still having the same problem. I’m italian (sorry for my english), and i’m using and italian hosting (Aruba.it). I’ve tryed the email script in PHP (mailer.php) and it worked (even if the email arrived as spam), i’m using an email created on the service provider as email for WordPress…so what’s wrong? Looks like BBpress changed a lot and can’t work on the files as someone said in the thread cause they’ve changed. I’m also trying to contact the hosting, but still didn’t get any answer.
Any ideas?
This custom CSS might help.
#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
clear: both !important;
}
Off topic but I really like the color scheme you have going with your site.
wordpress version: 4.2.3
bbPress version: 2.5.8
site url: http://simplecerts.co/forums/
I’ve create a few forums on the back-end but only my first forum created displays on the page. What additional information would you need to potential identify the issue?
Are you running any special bbPress set up?
– I’m just running the default bbPress fresh from install
Does this happen to all user roles?
– Yes, it happens to all roles
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
– Yes. I am using Twenty Fifteen theme. Up to date. No other plugins activated. The moment I activate bbPress users can no longer log out.
Thanks
Go to Appearance > Widgets in the WordPress backend.
whichever sidebar you placed the bbPress login widget, go to it, edit the widget settings and change the links in the widget.
I have add_filter( 'auto_update_translation', '__return_false' ); in my functions file but bbpress language files are updated anyway. What can I do to stop it? Thanks for help!
Hello. I use bbPress on the latest wordpress version and running into trouble. I spent half of hour exploring bbPress source code but i couldn’t find the file which generates “Forgot password” and “Register” links in bbPress Login Widget. I really need to changed, for my site, to do not use wp-login page. I want to use my own configured pages /login and /register.
How can i do that?
Thank you very much!
Hi, for some reason, my bbpress page titles are not appearing.
Any suggestions?
http://sincebeingsingle.com/forums/
Hi All,
Hoping someone out there can help me. I am converting my old website into wordpress and am trying to import my forum into bbpress but have run into a problem. I can’t seem to get the import to start.
I fill in the database details on the import page using the details from my config.php file and then click start, the page displays the “Starting Conversion” status and the loading circle is spinning but that is as far as it gets.
I had read all the pages and guides and forum posts I can find for a week but cannot figure out where I am going wrong.
The forum I am importing is a very small forum compared to other websites and I have tried leaving the page on this status for 4 hours without any change.
Is there somewhere I can find an error log that would tell me what is going on or would anywhere have any ideas would could be the cause of this
Im running phpbb 3.0.14
Thanks in advance
Richard
Stephen, thanks for the answer! Please tell me when plans to release an update (bbPress 2.6)?
i am having my site off line for the moment, i will put it online soon, and i will send you the link.
but i wanted to tell you that i deleted the w3 total cache plugin for some problems with other plugins, and the problem persist…
i am seriously considering to try backing up the forums (can you tell me how to do this?), delete bbpress and reinstall it from scratch, and import the forums again…
if that still doesnt work i will delete all and create the forums from scratch :.( (but i really dont want to do this)
thanks for your ideas, i will send you the link as soon as i get my site online!
What about this?? It will hide @mentions in bbPress forums though.
.activity-list .bbpress,
.activity-list .bbpress {
display: none;
}
Alright I might report this as a bug, but I need steps to duplicate the issue. And could you answer these questions to help me, know where you are at?
Are you running any special bbPress set up?
Does this happen to all user roles?
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
Yes, I did.
I created a fresh install of wordpress here: test.webshrimp.uk
The only plugin activated is bbpress and the logout doesn’t work. As soon as it is deactivated the logout link works. It is 100% bbpress causing the issue. I don’t know why it is appending redirect links to the logout button either.
Thanks
Thanks you for sharing your fork.
Have you read this for that freezing issue??
Import Troubleshooting
I had a feeling that would be the response I would get but I don’t understand how this could be a problem all of a sudden after the new update. I will look into this more and worse case scenario just remove bbPress from the site all together and use something different for my forums.
Yeah this issue is not because of the bbPress plugin but your site does not have enough memory.
https://codex.wordpress.org/Common_WordPress_Errors#Allowed_memory_size_exhausted
Oh this is long ago.
I just searched through my harddrive and could find a copy of the wbb3.php, my old import file, but I don’t think that’s the most recent version – I could not find anything with wbb in it. Unfortunately, the wbb3.php in the bbpress plugin folder was overwritten with the bbpress updates.