Community Support Forums — WordPress® ( Users Helping Users ) — 2010-06-23T19:06:48-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=50 2010-06-23T19:06:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=1121#p1121 <![CDATA[Re: Cannot Create a Free Membership Option]]> Statistics: Posted by Jason Caldwell — June 23rd, 2010, 7:06 pm


]]>
2010-06-03T09:44:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=713#p713 <![CDATA[Re: Cannot Create a Free Membership Option]]> )

IMPORTANT: ( Attention Developers ) All of s2Member's internal Hooks/Filters have been prefixed with ws_plugin__ starting with v3.0.4. Given the number of Hooks/Filters spread throughout the s2Member framework ( now over 200 ); it was important to establish a standard for prefixing all Hooks/Filters. This will prevent future namespace clashes. If you've hooked into s2Member using your own custom programming routines, please update all of your Hooks/Filters by prefixing them with ws_plugin__.

Thanks mate sorry for the post but the answers here if anyone else is struggeling

Statistics: Posted by Guest — June 3rd, 2010, 9:44 am


]]>
2010-06-03T09:22:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=712#p712 <![CDATA[Re: Cannot Create a Free Membership Option]]>
The above code no longer works mate.

It was working fine (im not sure which upgrade has upset it)

Has this code been depricated, or could another plugin be interfereing with it?

Cheers

Warren

Statistics: Posted by Guest — June 3rd, 2010, 9:22 am


]]>
2010-05-26T14:49:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=592#p592 <![CDATA[Re: Cannot Create a Free Membership Option]]> Statistics: Posted by weblev — May 26th, 2010, 2:49 pm


]]>
2010-05-13T05:31:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=282#p282 <![CDATA[Re: Cannot Create a Free Membership Option]]>

Statistics: Posted by Guest — May 13th, 2010, 5:31 am


]]>
2010-05-13T00:14:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=255#p255 <![CDATA[Re: Cannot Create a Free Membership Option]]>
Then you can allow Users to register on your site for free. They come in as Free Subscribers. The s2Member Levels are reserved for paid Membership access. That being said, if you would like to extend additional capabilities to Free Subscribers, you'll need to design your Login Welcome Page with Advanced Conditionals. See: s2Member -> API Scripting -> Advanced Conditionals.

In rare cases, when you "really" need to have the Default Role set to something other than Free Subscriber, you can add this to the functions.php file in your theme for WordPress.

Code:
add_filter("s2member_force_default_role", "force_s2member_level1");
function force_s2member_level1($role)
{ return "s2member_level1"; }

That will force that Default Role to "s2Member Level 1", instead of Free Subscriber.

Statistics: Posted by Jason Caldwell — May 13th, 2010, 12:14 am


]]>
2010-05-12T17:46:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=229#p229 <![CDATA[Re: Cannot Create a Free Membership Option]]> Take a look at the general options under s2member where it says 'Login Welcome Page'. Here is what it says there:
"
Allow Free Subscribers Access To This Page?

If you set this to Yes, it means that you're giving Free Subscribers the ability to access this special Page that is normally intended only for Members. If you set this to Yes, you're also turning on the `Anyone Can Register` option that is built into WordPress®. So what this means, is that you're allowing people to signup for free, as a Free Subscriber, who will then have access to the Login Welcome Page, even though they're NOT a paid Member. This is only useful if you plan to let Users signup for free ( http://YOURURL/wp-login.php?action=register ). See s2Member -> API Scripting -> Advanced Conditionals, for details on how to customize your Login Welcome Page with Conditionals; based on Membership Level.
"

To me, it sounds like you need to work with the conditionals. I don't know if this would work, but you might also try setting the price for option 1 to $0.00.

Statistics: Posted by Guest — May 12th, 2010, 5:46 pm


]]>
2010-05-12T03:23:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=221#p221 <![CDATA[Re: Cannot Create a Free Membership Option]]>
Anyone have any ideas on this?

Cheers

Warren

Statistics: Posted by Guest — May 12th, 2010, 3:23 am


]]>
2010-05-10T11:34:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=50&p=206#p206 <![CDATA[Cannot Create a Free Membership Option]]>
I would like s2member level 1 to be the default subscription level.

When i go into wordpress settings it will not allow me to change the default "New User Default Role" and gives me the following message:

* Note: The s2Member plugin has control over two options on this page. Anyone Can Register = 1, and Default Role = subscriber.

How can i set the default for "New User Default Role" to be s2member level 1.

Thanks

Warren

Statistics: Posted by Guest — May 10th, 2010, 11:34 am


]]>