Statistics: Posted by Cristián Lávaque — November 21st, 2011, 2:00 am
Statistics: Posted by Rosemary — November 15th, 2011, 9:32 pm
Statistics: Posted by Cristián Lávaque — November 15th, 2011, 2:54 am
Statistics: Posted by Rosemary — November 14th, 2011, 6:12 pm
Statistics: Posted by Rosemary — November 12th, 2011, 5:06 pm
Statistics: Posted by Cristián Lávaque — November 12th, 2011, 2:54 am
Statistics: Posted by Rosemary — November 10th, 2011, 8:40 pm
Statistics: Posted by Cristián Lávaque — November 8th, 2011, 1:20 am
Statistics: Posted by Rosemary — November 8th, 2011, 12:06 am
Statistics: Posted by Eduan — November 7th, 2011, 8:28 am
Statistics: Posted by Rosemary — November 7th, 2011, 6:12 am
Statistics: Posted by Cristián Lávaque — October 31st, 2011, 11:42 pm
global $current_user;
get_currentuserinfo();
$user = new WP_User($current_user->ID);
$user->set_role('subscriber');
<?php
global $current_user;
get_currentuserinfo ();
$user = new WP_User ($current_user->ID);
if ($user->roles[0] == 's2member_level1')
{
$user->set_role ('subscriber');
}
else if ($user->roles[0] == 's2member_level2')
{
$user->set_role ('s2member_level1');
}
//Etc...
else if ($user->roles[0] == 'subscriber')
{
exit ('Not allowed access to this Content.');
}
?>
Content goes here.
Statistics: Posted by Bruce C — October 31st, 2011, 10:51 am
Statistics: Posted by Rosemary — October 30th, 2011, 11:07 pm
Statistics: Posted by Bruce C — October 30th, 2011, 6:35 pm
Statistics: Posted by Rosemary — October 30th, 2011, 6:17 pm
Statistics: Posted by Bruce C — October 30th, 2011, 5:29 pm
Statistics: Posted by Rosemary — October 30th, 2011, 5:08 pm
Statistics: Posted by Cristián Lávaque — October 29th, 2011, 11:54 pm
Statistics: Posted by Eduan — October 29th, 2011, 10:40 am
Statistics: Posted by Rosemary — October 28th, 2011, 6:41 pm
Statistics: Posted by Eduan — October 28th, 2011, 8:16 am
Statistics: Posted by Rosemary — October 27th, 2011, 11:06 pm
Statistics: Posted by Rosemary — October 27th, 2011, 10:33 pm