Statistics: Posted by Raam Dev — January 23rd, 2012, 2:00 pm
Statistics: Posted by niallw — January 20th, 2012, 9:24 am
Statistics: Posted by niallw — January 20th, 2012, 2:57 am
http://www.url.co.uk/?page_id=53/s2member_level%%current_user_level%%/
Statistics: Posted by Raam Dev — January 19th, 2012, 11:08 pm
<?php
$redirect_url = "http://www.url.co.uk/?page_id=53" . S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 1 . "/";
?>
<script type="text/javascript">
window.location = "<?php echo $redirect_url; ?>";
</script>
Statistics: Posted by niallw — January 19th, 2012, 5:26 am
Statistics: Posted by Raam Dev — January 18th, 2012, 10:51 pm
<?php if (current_user_can("access_s2member_level1")){
header("address here");
} else {
header("address here");
} ?>
<?php if (current_user_can("access_s2member_level1")){
wp_redirect( a url() ); exit;
}else{
wp_redirect( another_url() ); exit;
} ?>
Statistics: Posted by niallw — January 18th, 2012, 2:38 pm
Statistics: Posted by niallw — January 17th, 2012, 2:50 pm
Statistics: Posted by Raam Dev — January 17th, 2012, 2:09 pm
Statistics: Posted by niallw — January 14th, 2012, 11:04 am