Where is registration located at with BP 1.2?
-
Hi!
I’m trying to use the plugin “Only registered users 2” with BP. It’s not working with BP 1.2’s registration. Everthing else works fine as far as I can see.
The plugin is allowing these pages to non-registered users:
// Depending on conditions, run an authentication check
function MaybeRedirect() {
// If the user is logged in, then abort
if ( current_user_can('read') ) return;
#'wp-trackback.php',
#'wp-app.php',
$this->exclusions = array(
'wp-login.php',
'wp-signup.php',
'wp-register.php',
'wp-activate.php',
'wp-cron.php' // Just incase
);What can I add to this to make it compatible with 1.2? I’ve tried adding activate.php and register.php to no avail.
I’ve called for attention from the dev.
Thank for any help!
//Tore
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Where is registration located at with BP 1.2?’ is closed to new replies.