Hmm, yeah that’s not the expected behavior.
If the user (logged out) tries to go to any page that triggers is_bbpress() it should redirect. It uses the site url (homepage) or a URL if you provided it.
Did you specify a redirect URL in the settings? If so, if you remove it and save, will it redirect correctly to the site homepage?
Some other details that might be helpful: what version of bbPress? Who is your web host?
The plugin redirects the user using the standard wp_redirect() function, so there _shouldn’t_ be any really issues, so I’m not quite sure what the problem is off the top of my head.
Regardless, you’re definitely right, this isn’t the correct behavior.
Actually, it appears that regardless of what I put for the redirect URL leaving it blank or addding the preferred redirect URL (http://ashecameraclub.com/forum-login/) – here is what the page goes to get: http://ashecameraclub.com/forums/forum/ashe-camera-club/
bbPress: Version 2.2.4
Hosting: Bluehost
Suggestions?
Hmm, this weekend I’m going to setup bbPress trunk with the latest version and do some testing on this. It’s possible one of the minor bbPress updates changed something since the original launch.
I’ll get back to you on this soon.
Much appreciated, Jared – I’m catching flack from the forum members…no respect, I tell ya!
Hmmm, so I tested it this weekend (bbP/WP trunk) and it seems to work on that install anyways.
How many plugins (other than bbPress and this plugin) do you have installed? Can you give me a list? Maybe I’ll notice one that might be a issue.
Akismet
BackupBuddy
bbP Members Only
bbPress
bbPress Digest
Calendar
GD bbPress Attachments
Portfolio Slideshow
Spam Free WordPress
Subscribe2
WP-Polls
Hmm I don’t see anything on that list that would be an obvious issue.
Really the next thing to do is just do some troubleshooting and rule out one of the other plugins.
The best way is to just temporarily deactivate all the plugins except bbPress and give it a whirl. If it works then we know one of the plugins is the culprit and we can figure out which one by process of elimination. If that deactivating the plugins does nothing then we’ll need to start looking at the WordPress install itself, the host, and more low level stuff.