Community Support Forums — WordPress® ( Users Helping Users ) — 2010-09-29T20:53:33-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=205 2010-09-29T20:53:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=205&p=3643#p3643 <![CDATA[Re: Is there a way to alert non-members about pages?]]> http://www.s2member.com/videos/
Michael

Statistics: Posted by mspackman — September 29th, 2010, 8:53 pm


]]>
2010-09-29T14:55:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=205&p=3637#p3637 <![CDATA[Re: Is there a way to alert non-members about pages?]]> the link you left was a link back to this same thread. Could you try again? Thanks!
Carmen

Statistics: Posted by drcoach — September 29th, 2010, 2:55 pm


]]>
2010-09-29T10:18:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=205&p=3605#p3605 <![CDATA[Re: Is there a way to alert non-members about pages?]]>
I'm not a professional programmer either. I used Jason's videos to understand how this plug-in works. http://www.primothemes.com/forums/viewtopic.php?f=4&t=205. The first and second videos offered answers your question. I created my s2Member plug-in content while watching the video - the beauty of the pause button.

I hope this helps.

Smiles!

Statistics: Posted by mspackman — September 29th, 2010, 10:18 am


]]>
2010-09-28T20:57:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=205&p=3594#p3594 <![CDATA[Re: Is there a way to alert non-members about pages?]]>
When I'm logged out and redirected to the membership options page nothing changes.

Was I supposed to do something with
?s2member_level_req=0,1,2,3,4,(where 0 = Free Subscriber) ?

If so, what was I supposed to do with that and where?

Sorry to be so thick - not a professional programmer!

Statistics: Posted by drcoach — September 28th, 2010, 8:57 pm


]]>
2010-06-23T15:50:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=205&p=1101#p1101 <![CDATA[Re: Is there a way to alert non-members about pages?]]> s2Member -> General Options -> Login Welcome Page

So what you'll do is customize that Page, to give information about joining your site. Most visitors will get the picture. However, if you need to get more creative with it; you can use the variables that s2Member passes to your Membership Options Page.

Whenever s2Member redirects a non-Member to your Membership Options Page, it will also pass a query string variable to your Membership Options Page, indicating which Membership Access Level is required to view the content they're trying to access; based on your s2Member configuration.

The variable is:
?s2member_level_req = 0, 1, 2, 3, 4 ( where 0 = Free Subscriber )

So, inside your Membership Options Page, you could do something like this, using a PHP code snippet:
Code:
<?php if($_GET["s2member_level_req"]){ ?>
"Seeing this page over and over? You need to be a member to see the rest" or something like that?
<?php } ?>

In order to use PHP code snippets inside a Post/Page, you will need this plugin:
http://wordpress.org/extend/plugins/exec-php/

Statistics: Posted by Jason Caldwell — June 23rd, 2010, 3:50 pm


]]>
2010-06-07T08:03:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=205&p=748#p748 <![CDATA[Is there a way to alert non-members about pages?]]>
It seems confusing to me that when a non-member enters my site they are re-directed to the same page no matter what they click without any explanation about why they can't navigate the site.

Does s2Member have a way of alerting people about membership? In other words is there any way to have a pop-up or message that appears stating something like, "Seeing this page over and over? You need to be a member to see the rest" or something like that?

Statistics: Posted by drcoach — June 7th, 2010, 8:03 am


]]>