Re: Plugin custom pages
So…
bb_auth(); in ‘functions.bb-pluggable.php’ is causing this redirection problem.
I appear to be failing at the line:
if ( !bb_validate_auth_cookie( '', $scheme ) ) {
I’ll have to look into bb_validate_auth_cookie() to see where that leads.