<?php if (s2member_registration_time() > 0 && (current_user_can(access_s2member_ccap_life) || current_user_can(access_s2member_ccap_lifeTwo))) { ?>
Statistics: Posted by Cristián Lávaque — October 12th, 2011, 3:22 pm
<?php if (s2member_registration_time() > 0
&& current_user_can(access_s2member_ccap_life)) { ?>
<?php if (s2member_registration_time() > 0
&& current_user_can(access_s2member_ccap_lifeTwo)) { ?>
Statistics: Posted by surochek — October 11th, 2011, 1:45 pm
Statistics: Posted by Cristián Lávaque — October 11th, 2011, 12:28 pm
<?php if (s2member_registration_time() > 0 && current_user_can(access_s2member_ccap_life)) { ?>
This will be displayed to all Members that have registered at some point.
<?php } ?>
<?php if (s2member_registration_time() > 1 && current_user_can(access_s2member_ccap_life)) { ?>
This will be displayed to all Members that have registered at some point.
<?php } elseif (s2member_registration_time() < 1 && current_user_can(access_s2member_ccap_life)) { ?>
Please be patient. Your next lesson will be available in due time.
<?php } else { ?>
Please register for this course to see the lessons.
<?php } ?>
Statistics: Posted by surochek — October 6th, 2011, 10:32 am
<?php if (s2member_registration_time() > 0 && current_user_can(access_s2member_ccap_life)) { ?>
This will be displayed to all Members that have registered at some point.
<?php } elseif (s2member_registration_time() > 0 && !current_user_can(access_s2member_ccap_life)) { ?>
Please be patient. Your next lesson will be available in due time.
<?php } else { ?>
Please register for this course to see the lessons.
<?php } ?>
Statistics: Posted by Cristián Lávaque — October 6th, 2011, 4:23 am
Statistics: Posted by Vahka — October 6th, 2011, 2:47 am
<?php if(s2member_registration_time() > 0 and current_user_can(access_s2member_ccap_life) ){ ?>
This will be displayed to all Members that have registered at some point.
<?php } ?>
<?php elseif (s2member_registration_time()> 0 && !current_user_can(access_s2member_ccap_life) ){ ?>
Please be patient. Your next lesson will be available in due time.
<?php } ?>
<?php else { ?>
Please register for this course to see the lessons.
<?php } ?>
Parse error: syntax error, unexpected T_ELSEIF in /home/content/89/8190889/html/wordpress/wp-content/plugins/php-execution-plugin/includes/class.php_execution.php(273) : eval()’d code on line 39
Statistics: Posted by surochek — October 5th, 2011, 9:09 pm
Statistics: Posted by Vahka — October 5th, 2011, 4:10 pm