Try to see if it could be a plugin issue, like a spam plugin scanning a reply before it is posted or something.
Troubleshooting
It could also be the bbPress subscriptions hogging everything down. This plugin will hopefully help things out.
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/
bbPress authentication forms are incomplete in functionality. It should stay on the same form and show the errors above the forms and all that, but it doesn’t just yet.
I recommend just using the default WordPress authentication forms.
Try to see if it is a plugin issue, a code snippet in your child theme causing the issue.
Troubleshooting
Try a default theme, disable all plugins except bbPress, and hopefully you didn’t try to modify the roles and permissions.
Troubleshooting
and not any other plugin that might of had their settings modified
I knew it had to be a plugin like the bbPress notify plugin 🙂 Glad you resolved your own issue.
1) Are Private forums visible to all logged in users? I thought for sure it restricted access to only moderators and keymasters, but when I did some testing I noticed they’re very much visible. I didn’t see anything about it in the Layout and Funcionality article, so any tips on having a truly private forum for me and my forum staff?
Hidden Forums are only seen by Mods and Keymasters. Layout and Functionality article is basically a code snippet collection not something explaining how bbPress works.
The information you need to know are somewhat in here.
Creating Content
2) I wanted to prevent users changing their display name, so they would be forced to display themselves as whatever their username is, however, when editing form-user-edit.php they still had access to do so in the WP-Admin. Following the steps in Restricting access to WP Admin did nothing. The WP Admin Bar was still visible, and Participants or lower still have access to it.
Deny Ability To Change Display Name
Try to see if there is a plugin issue also.
Troubleshooting
Anonymous User 7517021Inactive
I have trouble setting up bbPress.
I have created forums but when I try to create a topic (front-end) I get the following error:
ERROR: Are you sure you want to do that?
What does it mean? I have tried several times and with different themes (Twenty Twelve, Twenty Fourteen) but I get the same error every single time…
just want to add that
editing bbpress/includes/common/shortcodes.php method resolve our problems of cloud size is too big
Hi
we use bbpress 2.5.8, we use shortcode to show tag cloud, is there any way to control cloud’s length? it is way too long for us now
I’m not finding anything in the forums here on this, but I’m new… maybe I’m just missing something.
Topics & replies in our bbpress forums are displaying html tags like this:
<p>Hi everyone!</p><p>Included here is the agenda for the meeting on Saturday. Again, we’re gathering at 9:30, setting up, having some coffee, and then kicking off the meeting at 10am. We’ve got the space until 5, but let’s be super productive and get out of there early!</p><p> </p><p>See you tomorrow,</p><p>Patrick</p><p>———————————————————————————-</p><p class=”MsoNormal” style=”text-align: center;” align=”center”><b style=”mso-bidi-font-weight: normal;”><u>Outdoor Ministries Committee</u></b></p><p class=”MsoNormal” style=”text-align: center;” align=”center”>September 12, 2015 10:00am</p><p class=”MsoNormal” style=”text-align: center;” align=”center”>In-Person Annual Fall Debrief/Kick-Off</p><p class=”MsoNormal”> </p>
Why is this happening, and how can I get it to stop?
I’m running bbpress, bbP Private Groups, bbPress Enable TinyMCE Visual Tab, and GD bbPress Toolbox. Is this a known issue with one of them– or a combo of them?
I’ve been going through Layout and Functionality today, trying to fix some issue I’m currently experiencing with my bbPress forum. There are some things I can’t quite figure out:
1) Are Private forums visible to all logged in users? I thought for sure it restricted access to only moderators and keymasters, but when I did some testing I noticed they’re very much visible. I didn’t see anything about it in the Layout and Funcionality article, so any tips on having a truly private forum for me and my forum staff?
2) I wanted to prevent users changing their display name, so they would be forced to display themselves as whatever their username is, however, when editing form-user-edit.php they still had access to do so in the WP-Admin. Following the steps in Restricting access to WP Admin did nothing. The WP Admin Bar was still visible, and Participants or lower still have access to it.
I finally found the problem with this. In short, an email notification containing a topic that contained spam was sent to the administrators. This triggered Bluehost to lock down my emails and put them in a spam folder, that’s why we weren’t getting them.
It took over a week to actually get a ticket generated by a tech support person. Then Bluehost sent me a very terse email with their spam policy. I was in violation of their rules, sending out spam, and that if I did this again, I would lose my account. They unblocked my emails and they have been working again up until last week. The plugin that sends these forum notifications is called bbPress Notify.
About a week ago the notifications were being sent but the content was missing. After a lot of troubleshooting I discovered that the bbPress Notify plugin had not been attended to by the developer for a long time. I uninstalled it and installed a plugin called bbPress Notify (No Spam). It basically does the same thing but with the addition of not sending notifications of spam topics or replies.
This worked immediately. This plug is being kept up to date and the developer has a paid addon that will also allow users to discontinue the notification emails if they wish.
Problem solved.
thank you for your help!
Matoca
I resolved this with some exploration. The plugin that was providing this notificatoin function is called bbPress Notify. When I went to its WordPress page I discovered that the developer had not updated this in quite a while and the forum had plenty of topics asking for help, but there had been no response.
Doing a quick plugin search I discovered the plugin bbPress (No Spam) was up to date. So I uninstalled bbPress Notify and installed bbPress Notify (No Spam). I sent a message through the forum and the notification sent had content in it!
I am not sure why bbPress Notify continued to work until just last week but clearly one of the other plugins was updated and prevented this one from inserting the content into the emails. This plugin also prevented the forum notification from attaching content.
If you need to use a notification plugin (by role), this would be the current one that works well. It is essentially the same plugin as bbPress Notify but with the addition of being able to set it to not send notification of spam via email. This is actually a great benefit. Recently a topic notification email that contained spam was sent out to the moderators from the dashboard via bbPress Notify and my hosting service locked my email down for over a week for sending unsolicited spam. They sent me a warning letter that they would close my account if I did it again. I was clueless what had happened until I found this plugin today.
https://wordpress.org/plugins/bbpress-notify-nospam/
my best
patrice
Deactivating and activating these plugins definitely causes issues, such as stripping all the capabilities from all the role types. Crap.
Skimming through the internet reveals people with similar problems, but no clear resolution that I can follow. It seems like these role plugins can write into the database and mess with bbPress settings (at least from my understanding of it).
I need a way of reversing the damage this has done, but without losing my forums if possible. Fortunately, the site is new so the forum is not active, but I would rather not have to build up the structure from scratch.
So iMember360 has a hook that I am trying to attach with to bbPress that I am struggling to do.
I want to set it up so that when a user logins, and they contain certain tags (detected by iMember360), to change bbPress roles.
Below is the hook I am trying to use.
function my_i4w_authenticated_lremote_ogin($wp_user, $arrINFU) {
//
// $wp_user is the user object (same as the standard $current_user)
//
// $contact is an array with all contact record fields.
// add your code to perform any desired action, such as sending an email notification
// or updating contact record to reflect the login that just took place
$your_code_goes_here = true;
}
add_action('i4w_authenticated_remote_login', 'my_i4w_authenticated_remote_login',10,2);
Here is what I tried to do:
function i4w_authenticated_remote_login_action($user, $contact) {
global $SESSION;
IF ($arrTAGS = explode(',', $SESSION['i4wuser']['Groups'])) :
IF (in_array(38181, $arrTAGS) || in_array(38185, $arrTAGS) || in_array(38193, $arrTAGS)) :
$bbp = bbpress();
$bbp->current_user = new WP_User($user->ID);
$new_role_forum_role=”bbp_participant”;
bbp_set_user_role( $bbp->current_user, $new_role_forum_role );
ELSEIF (in_array(38177, $arrTAGS) || in_array(38195, $arrTAGS) || in_array(38183, $arrTAGS) || in_array(38187, $arrTAGS) || in_array(38189, $arrTAGS)) :
$bbp = bbpress();
$bbp->current_user = new WP_User($user->ID);
$new_role_forum_role=”bbp_spectator”;
bbp_set_user_role( $bbp->current_user, $new_role_forum_role );
ENDIF;
ENDIF;
}
add_action('i4w_authenticated_remote_login', 'i4w_authenticated_remote_login_action', 10, 2);
However, nothing happens. I am not sure what I am missing here, but I suspect it is my lack of understanding with bbPress that is the issue.
We are using bbPress v. 2.5.8, WP v. 4.3.1.
Also using plugins: Ultimate Member, bbp Private Groups, bbp Style Pack
Some users are unable to reply to topics, and I’ve tried everything I could think of. Double checked their roles look, the permissions in the forums and topics. Some have been able to access before and have been able to reply, but now cannot. Others have never been able to and still can’t reply.
Akismet for forums have been disabled. I can’t think of anything else that I can do and would appreciate some tips! TIA.
At websynthesis I am getting a repetitive server error in log. Can you advise any troubleshooting?
> 9/14/2015 8:45:22 PM – www: PHP Warning: in_array() expects parameter 2 to
> be array, null given in
> /var/www/contracostabee.com/wp-content/plugins/bbpress/includes/common/fun
> ctions.php on line 1446
Hello, I just installed bbpress on my site, and I am having a weird issue where users have to log in twice.
When I log in from the bbpress login widget, it redirects me to the “answer this math question” wordpress captcha page. After answering the math question, it then redirects me to the main wordpress backend login. After logging in again there, it takes me back to my wordpress front page, rather than the bbpress login page… What is going on here? This will be very confusing to users. How do I make it so once you log in from the bbpress login widget, it takes you to the forum (and so you only have to log in once)?
I´m using the latest bbpress version.
My problem is:
When i’m replayed a topic in bbpress the page start to reload and still reload.
The page dont be update and i need to press f5 to reload the page to see my topic replay.
I don’t have a lot of topics and users.
I dont use cache plugin because the forum have only 3 topics and i fell relpays.
So, how to speed up the bbpress topic or what kind of issue is this?
I´m using the latest bbpress version.
My problem is:
When i’m replayed a topic in bbpress the page start to reload and still reload.
The page dont be update and i need to press f5 to reload the page to see my topic replay.
I don’t have a lot of topics and users.
So, how to speed up the bbpress topic or what kind of issue is this?
Hello,
I have the problem with the translation of bbpress to Czech. It seems to be ok on one my site http://nulovagravitace.cz/forums/, but on the other http://www.vlaceni.cz/diskuze/, there are some words which aren’t translated (for example Topics, Posts, Freshness, Search), but some are. For both sites I use the same .mo and .po files and both of them are in folder /wp-content/languages/bbpress/
Do you know how to solve it? And where could be the probem? In the theme?
bbPress uses the WordPress registration process, they are unified. THe bbPress shortcodes for lost password, registration, and login are there for frontend forms but they are incomplete in functionality, there shouldn’t be a problem with using the default WordPress registration form by default.
You can customize the default the WordPress forms by a plugin, or using some PHP functions too.
Did the default bbPress roles ever work fine?? Or did it break recently after installing a plugin??
Can you link to this user role and capability plugin you are using??
Thanks for the quick reply! I think the issue is that even with plain text pasting, there’s still some formatting that’s not getting stripped out.
Following these steps, https://codex.bbpress.org/enable-visual-editor/, I’ve disabled the <text> tab to lock it on visual editing and set it to paste as plain text.
My ideal setup would be to make everything paste in as totally unfortmatted plain text so it’s just like they typed it directly, but then use the visual editor features to let people add links, bold things, etc. It’s not a knowledgeable userbase so I can’t default it to text/code mode, but I also need to get rid of these formatting bugs.
Any suggestions to achieve what I’m after above? This seems like it would be a pretty common setup for basic user editing needs….
Thanks again! Rich