Community Support Forums — WordPress® ( Users Helping Users ) — 2011-11-06T11:50:51-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15795 2011-11-06T11:50:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15795&p=52380#p52380 <![CDATA[Re: Possible for users to have different membrships?]]> Thanks for the heads up on this thread.
There's currently nothing built into s2Member that would provide a display of the time remaining. However, if you follow these instructions, I've created a custom function to accomplish this for you.

Create this directory and file:
/wp-content/mu-plugins/s2-sp-access-time-remaining.php
( these are MUST USE plugins, see: http://codex.wordpress.org/Must_Use_Plugins )
Unzip the attached file and upload it to this location please.
s2-sp-access-time-remaining.zip
Now you can do something like this in PHP.
Code:
<?php
$id 
= $post_or_page_id = 123;
echo 'ID #'.$id.' &raquo; '.s2_sp_access_time_remaining($id);
?>

Statistics: Posted by Jason Caldwell — November 6th, 2011, 11:50 am


]]>
2011-11-05T22:05:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15795&p=52333#p52333 <![CDATA[Re: Possible for users to have different membrships?]]>
You may want to take a look at the Specific Post/Page restriction: http://www.s2member.com/specific-posts-pages-video/ With these, though, I don't know how to show the time left. I'm emailing Jason about it.

I hope that helps. :)

Statistics: Posted by Cristián Lávaque — November 5th, 2011, 10:05 pm


]]>
2011-11-05T07:50:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15795&p=51075#p51075 <![CDATA[Re: Possible for users to have different membrships?]]> http://www.s2member.com/custom-capabilities-video/

Statistics: Posted by Eduan — November 5th, 2011, 7:50 am


]]>
2011-11-05T06:46:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15795&p=51072#p51072 <![CDATA[Possible for users to have different membrships?]]>
Before I buy the pro version, I need to make sure I can do the following :

My users must be able to buy as many memberships as they want. First they register to the basic level, level 0 (free) to then have access to a choice of other memberships they can buy. Actually they become members of specific pages. So it's not a question of levels, each membership having nothing to do with the previous one. One membership level = access to one specific page. Can this be done?

If it's possible, wwill it be possible for them to see a list of all their subscriptions with expiry dates?

Thank you!

Statistics: Posted by valeriek — November 5th, 2011, 6:46 am


]]>