Statistics: Posted by crushthenet — November 17th, 2010, 11:38 am
<?php if (S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 0){ ?>
<meta http-equiv="Refresh" content="0; url=http://www.example.com/" />
<?php } else if(S2MEMBER_CURRENT_USER_ACCESS_LEVEL === -1){ ?>
<meta http-equiv="Refresh" content="0; url=http://www.example.com/" />
<?php } ?>
Statistics: Posted by crushthenet — November 17th, 2010, 9:43 am
Statistics: Posted by januitgever — November 17th, 2010, 4:48 am
Theme Name: Twenty Ten
Theme Name: Twenty Ten for subdomains
Statistics: Posted by crushthenet — November 16th, 2010, 12:09 pm
<?php if (S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 0){ ?>
<?php header("location: http://mainsite.com"); ?>
<?php } else if(S2MEMBER_CURRENT_USER_ACCESS_LEVEL === -1){ ?>
<?php header("location: http://mainsite.com"); ?>
<?php } ?>
Statistics: Posted by crushthenet — November 16th, 2010, 11:54 am
Statistics: Posted by crushthenet — November 16th, 2010, 11:03 am
Statistics: Posted by januitgever — November 16th, 2010, 10:34 am
Statistics: Posted by crushthenet — November 16th, 2010, 10:21 am
Statistics: Posted by januitgever — November 16th, 2010, 10:12 am
Statistics: Posted by crushthenet — November 16th, 2010, 8:12 am
// Modified for full plugin compatiblity.
//wpmu_signup_user( $new_user_login, $_REQUEST[ 'email' ], array( 'add_to_blog' => $wpdb->blogid, 'new_role' => $_REQUEST[ 'role' ] ) );
wpmu_signup_user( $new_user_login, $_REQUEST[ 'email' ], apply_filters( 'add_signup_meta', array( 'add_to_blog' => $wpdb->blogid, 'new_role' => $_REQUEST[ 'role' ] ) ) );
Statistics: Posted by crushthenet — November 16th, 2010, 7:52 am
Statistics: Posted by januitgever — November 16th, 2010, 7:31 am
Statistics: Posted by januitgever — November 15th, 2010, 4:08 am