Time Expire Page
Posted:
September 2nd, 2011, 11:37 am
by bakinblack
I want to make a page that allow the users that have paid to see when their subscription time will expire the exactly date.. I want a shortcode or php code to be able to do this or maybe a option that I am not seeing I really hope this is possible it would be so great and save me lots of time.
Re: Time Expire Page
Posted:
September 2nd, 2011, 3:54 pm
by man-O-media
bakinblack wrote:I want to make a page that allow the users that have paid to see when their subscription time will expire the exactly date.. I want a shortcode or php code to be able to do this or maybe a option that I am not seeing I really hope this is possible it would be so great and save me lots of time.
- Code: Select all
<?php echo get_user_option('s2member_auto_eot_time'); ?>
Do a search on
s2member_auto_eot_time to find lots of discussion.
DP
Re: Time Expire Page
Posted:
September 2nd, 2011, 4:56 pm
by bakinblack
I appreciate you trying to help but this does not work I have a user set for expiring 9/3/2011 and it puts 1315008000??
Re: Time Expire Page
Posted:
September 2nd, 2011, 5:46 pm
by bakinblack
bakinblack wrote:I appreciate you trying to help but this does not work I have a user set for expiring 9/3/2011 and it puts 1315008000??
I got it this is now closed