Community Support Forums — WordPress® ( Users Helping Users ) — 2011-06-08T17:46:26-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=10090 2011-06-08T17:46:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10090&p=20440#p20440 <![CDATA[Re: Please help, what am I doing wrong? Content Dripping!]]>
Code:
echo s2member_registration_time("level1"), '

'
, strtotime("-10 days"); 

Statistics: Posted by Cristián Lávaque — June 8th, 2011, 5:46 pm


]]>
2011-06-08T11:24:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10090&p=20415#p20415 <![CDATA[Please help, what am I doing wrong? Content Dripping!]]>
Code:
<?php if(s2member_registration_time("level1") >= ($_10_days_ago strtotime("-10 days"))){ ?>
My content Here
<?php ?>


It is to my understanding that this code will show my content to those members who have registered 10 days ago and have level 1 access. The problem is, I have created a test member about 15 days ago and gave it level 1 access but the content still will not show to that member.

Can someone tell me what I'm doing wrong here, am I missing a step or any other key factors?

Statistics: Posted by wealthyc — June 8th, 2011, 11:24 am


]]>