Statistics: Posted by Cristián Lávaque — February 3rd, 2012, 4:28 am
Statistics: Posted by mrgoodfellow — February 2nd, 2012, 10:11 pm
(s2Member/s2Member Pro) Bug fix. A bug related to the init() Hook firing an early call to c_ws_plugin__s2member_systematics::is_wp_systematic_use_page() was identified. Fixed in this release. One symptom of this bug was for Users/Members to have trouble accessing a BuddyPress registration form after having paid for Membership, under the right scenario ( could also have caused trouble with /wp-login.php ).
Statistics: Posted by Jason Caldwell — November 1st, 2011, 2:43 pm
if (is_singular() /* i.e. a Single Post/Page, and NOT /wp-login.php. */ && ! current_user_can("read_apparatus")) {
wp_redirect( home_url('/sign-up/') );
exit();
}
Statistics: Posted by dhempy — November 1st, 2011, 1:22 pm
Statistics: Posted by Jason Caldwell — October 28th, 2011, 12:47 pm
Statistics: Posted by artcoffeewords — October 28th, 2011, 5:21 am
if (! current_user_can("read_apparatus")) {
wp_redirect( home_url('/sign-up/') );
exit();
}
if (is_singular() /* i.e. a Single Post/Page, and NOT /wp-login.php. */ && ! current_user_can("read_apparatus")) {
wp_redirect( home_url('/sign-up/') );
exit();
}
Statistics: Posted by Jason Caldwell — October 26th, 2011, 4:12 pm
if (! current_user_can("read_apparatus")) {
wp_redirect( home_url('/sign-up/') );
exit();
}
Statistics: Posted by dhempy — October 26th, 2011, 2:30 pm
Statistics: Posted by Cristián Lávaque — September 28th, 2011, 4:16 am
Statistics: Posted by E7Flux — September 27th, 2011, 10:05 am
Statistics: Posted by bitofgrace — September 10th, 2011, 10:09 am
Statistics: Posted by bitofgrace — September 10th, 2011, 7:18 am
Statistics: Posted by Cristián Lávaque — September 10th, 2011, 3:14 am
Statistics: Posted by bitofgrace — September 9th, 2011, 6:06 pm
Statistics: Posted by bitofgrace — September 9th, 2011, 3:44 pm
Statistics: Posted by bwoolley — September 7th, 2011, 3:12 pm
Statistics: Posted by Cristián Lávaque — April 29th, 2011, 9:54 pm
Statistics: Posted by Jason Caldwell — March 22nd, 2011, 11:07 pm