Forum Replies Created
-
In reply to: Slow down; you move too fast
Today I found this code between the bbp check for flood and the return true. I deleted it and I’m able to post in my forum again.
$throttle_time = get_option( '_bbp_throttle_time' );
if ( empty( $throttle_time ) )In reply to: Slow down; you move too fastI guess I spoke too soon. The issue came back. Not sure why.
In reply to: Slow down; you move too fastFor some reason I did not see replies to this thread so I’ve not been back until now.
Thanks matthiaswh. That solved the problem. And since it’s a membership site for a very small class with only 20 participants at a time, it won’t be a problem for us.
Also for those asking for more details. I originally solved the problem by going back to the previous version of bbpress. Recently I needed to upgrade bbpress to the latest version again because another plugin would only work with the most recent version.
We use imember360 for our membership system and our theme is Twenty Ten.
@John James OK.
@John James – thanks for promising to fix in the next release. BTW I couldn’t update to the newest BBPress recently. After I did my site gave everyone 404 errors when they tried to access forum pages. But when I went back to an earlier version of the plugin this problem went away. Any clues as to why.
@iamzippy Thanks for those instructions. I’ll probably have to get a programmer to follow them as I don’t fully understand what you are saying. 🙂
In reply to: Slow down; you move too fastBTW I have disabled all plugins except for the bbpress plugin and our membership software so we can rule out most possible plugin conflicts as well.