Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-26T23:11:45-05:00 http://www.primothemes.com/forums/feed.php?f=36&t=2819 2012-01-26T23:11:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61735#p61735 <![CDATA[Re: Free Registration @ Different Levels]]> Statistics: Posted by AMEEKER — January 26th, 2012, 11:11 pm


]]>
2012-01-24T20:58:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61480#p61480 <![CDATA[Re: Free Registration @ Different Levels]]>
You might try the raw HTML plugin to see if it helps.
http://wordpress.org/extend/plugins/raw-html/

Strange link corruption here.
cmd=_xclick-subscriptions¬ify_url

Statistics: Posted by Jason Caldwell — January 24th, 2012, 8:58 pm


]]>
2012-01-24T14:57:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61428#p61428 <![CDATA[Re: Free Registration @ Different Levels]]> viewtopic.php?f=4&t=16962&p=61347&hilit=paypal+link#p61347 to generate links for the buttons (replacing the shortcodes "button" output with "url" then grabbing that outputted url for the pricing table's link field.

Did I miss something along the way?

Statistics: Posted by AMEEKER — January 24th, 2012, 2:57 pm


]]>
2012-01-24T14:44:28-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61427#p61427 <![CDATA[Re: Free Registration @ Different Levels]]> Statistics: Posted by Jason Caldwell — January 24th, 2012, 2:44 pm


]]>
2012-01-23T00:51:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61256#p61256 <![CDATA[Re: Free Registration @ Different Levels]]>
You have requested an outdated version of PayPal. This error often results from the use of bookmarks.

I have tried clearing my cache entirely, but that hasn't resolved it.

You can see the page here: http://yourcrimesite.com/join/

I would paste in my PayPal button links but I think they might have some code in them that shouldn't be public?

Statistics: Posted by AMEEKER — January 23rd, 2012, 12:51 am


]]>
2012-01-19T14:36:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=61005#p61005 <![CDATA[Re: Free Registration @ Different Levels]]> Thanks for the follow-up.

for Level 0 I'd link to domain.com/register (I'm using BuddyPress)
for Level 1 I'd link to http://domain.com/?register_level=1 (after inserting that code below into my functions, which will allow Level 1 to be free)
for Level 2 I'd link to the generated PayPal shortcode or link created through the PayPal Buttons panel

Is that right?
Yes, you've got it!
Please be aware however, these code samples are provided for clarity. I would recommend that you harden security against the register_level variable in some custom way, so that a visitor could not simply change the level number and perhaps register for access at a Membership Level you did not intend for them to have. For instance, you might require this value to be encrypted, and your PHP function would decrypt it, testing it for validity.

Statistics: Posted by Jason Caldwell — January 19th, 2012, 2:36 pm


]]>
2012-01-17T10:08:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=60815#p60815 <![CDATA[Re: Free Registration @ Different Levels]]>
Thanks for your awesome plugin. Once I get my site running, and CAN upgrade, I most definitely will.

If I need Level 0 to be free, subscriber, with 0 sites...
Level 1, free, with 1 site...
Level 2, paid, with 1 site...

So using what you have below, if I wanted to use graphic buttons to link to the appropriate registration pages for each...

for Level 0 I'd link to domain.com/register (I'm using BuddyPress)
for Level 1 I'd link to http://domain.com/?register_level=1 (after inserting that code below into my functions, which will allow Level 1 to be free)
for Level 2 I'd link to the generated PayPal shortcode or link created through the PayPal Buttons panel

Is that right?


Jason Caldwell wrote:
Here is more of a real-world example of how this might be implemented on your site.
Inside the functions.php file for your WordPress® theme, insert a snippet like this:
Code:
add_action("init", "register_level");
function register_level(){
    if(isset($_GET["register_level"])){
        $link = c_ws_plugin__s2member_register_access::register_link_gen ("none", "-", $_SERVER["HTTP_HOST"], $_GET["register_level"], false);
        wp_redirect($link); exit();
    }
}
   

Here are how the actual links would be formulated:
Code:
http://example.com/?register_level=1
http://example.com/?register_level=2
http://example.com/?register_level=3
http://example.com/?register_level=4

Statistics: Posted by AMEEKER — January 17th, 2012, 10:08 am


]]>
2011-12-11T02:33:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=56282#p56282 <![CDATA[Re: Free Registration @ Different Levels]]> WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals or Advanced/PHP Conditionals (for this one you'll need to have a PHP execution plugin installed.)

Statistics: Posted by Cristián Lávaque — December 11th, 2011, 2:33 am


]]>
2011-12-08T16:09:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=56077#p56077 <![CDATA[Re: Free Registration @ Different Levels]]>
Cristián Lávaque wrote:
Yeah, the existing items can be configured and you have a box to add any code you want. You can see a screenshot of the widget settings here: viewtopic.php?f=36&t=2781&hilit=widget+screenshot

I hope this helps. :)


Hi there, thanks but how do you hide certain items under different levels do i need to use the code %%current_user_level%% in the code somewhere in the login in widget?

Statistics: Posted by knowlesy27 — December 8th, 2011, 4:09 pm


]]>
2011-12-08T15:34:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=56076#p56076 <![CDATA[Re: Free Registration @ Different Levels]]>
bessmccarty1 wrote:
Thank you, Cristian, but I have never had Open Registration. People all pay the same way, yet some are labeled

You say <Please post the entries related to those that have this problem, x'ing out any private info. WP Admin -> s2Member -> PayPal Options -> Account Details -> Enable Logging> but I can't figure out how to do that.

One example is Nicole Gelinas, who continues to be billed regularly through Paypal, but is labeled, "Subscriber". It says she was "Demoted by s2Member: Thu Jan 6, 2011 7:00 pm UTC" Why is that?

Jennifer Eskina Fields is labeled "None". Why is that?

This may be why I'm losing members?

I have many members labeled "s2Member Level 2" who have stopped paying but are still on my wordpress s2member user log. Why is that?

*** My most immediate problem is a member who cannot access http://www.mlmmillionaireclub.com/membe ... n=register on his iPad. (This a registration link I generated when his expired.) Why is that? He wants a refund if he can't access the site. Is this a iPad/wordpress problem or an iPad/s2Member problem? Also, where do I go to change the expiration date for registering, and how do I do it?

Thank you.


Please update to the latest release of s2Member. I think your problem may be related to a bug that got fixed in the v111206 release.

If you have registration closed (WP Admin -> s2Member -> General Options -> Open Registration) so that only paying members can register, then the user must either register from the same browser after he paid because after return from checkout, s2Member will create a cookie in the browser to know it has to let him register. Other wise, when going to the registration page he'll be told that registrations are closed. This may be happening trying to do it from his iPad if he paid from his desktop, for example.

The other way to register is using the link that s2Member sends by email after the payment, this would work from any browser. The URL you said you sent him is not going to work if Open Registration is disabled. You need to generate a special link that will let the person register: WP Admin -> s2Member -> PayPal Buttons -> Registration Access Link

I hope this helps. :)

Statistics: Posted by Cristián Lávaque — December 8th, 2011, 3:34 pm


]]>
2011-12-08T13:49:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=56070#p56070 <![CDATA[Re: Free Registration @ Different Levels]]> viewtopic.php?f=36&t=2781&hilit=widget+screenshot

I hope this helps. :)

Statistics: Posted by Cristián Lávaque — December 8th, 2011, 1:49 pm


]]>
2011-12-08T11:43:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=56062#p56062 <![CDATA[Re: Free Registration showing dashboard instead of theme]]>
Cristián Lávaque wrote:
knowlesy27 wrote:Hi there,

I have setup 3 different level, free, standard and premium. the standard and premium levels login to there default page that is setup which is called account details, but when i login as the free user it reverts to the dashboard(http://website.com/wp-admin). can you tell me what i need to do to get it to go to the account details when logged in.

Also is it possible to configure the premium login widget to display different option for user level?


Hmm... This video may help you with that: viewtopic.php?f=36&t=2837

You could configure different login welcome pages based on level. For this, use the replacement codes avaialble for the special redirection URL for your Login Welcome page. WP Admin -> s2Member -> General Options -> Login Welcome Page -> URL

Like http://mysite.com/welcome-%%current_user_level%%
Then create the pages for each level and protect them at their level. E.g.

http://mysite.com/welcome-0 protected at Level 0
http://mysite.com/welcome-1 protected at Level 1

I hope that helps.


got that sorted thanks the final question is can i configure the pro login in widget to display different options for the different levels. as you can see in the photo, i would like to remove some of the items and add some different one is this possible?

Untitled.jpg

Statistics: Posted by knowlesy27 — December 8th, 2011, 11:43 am


]]>
2011-12-08T03:56:39-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=56042#p56042 <![CDATA[Re: Free Registration showing dashboard instead of theme]]>
knowlesy27 wrote:
Hi there,

I have setup 3 different level, free, standard and premium. the standard and premium levels login to there default page that is setup which is called account details, but when i login as the free user it reverts to the dashboard(http://website.com/wp-admin). can you tell me what i need to do to get it to go to the account details when logged in.

Also is it possible to configure the premium login widget to display different option for user level?


Hmm... This video may help you with that: viewtopic.php?f=36&t=2837

You could configure different login welcome pages based on level. For this, use the replacement codes avaialble for the special redirection URL for your Login Welcome page. WP Admin -> s2Member -> General Options -> Login Welcome Page -> URL

Like http://mysite.com/welcome-%%current_user_level%%
Then create the pages for each level and protect them at their level. E.g.

http://mysite.com/welcome-0 protected at Level 0
http://mysite.com/welcome-1 protected at Level 1

I hope that helps.

Statistics: Posted by Cristián Lávaque — December 8th, 2011, 3:56 am


]]>
2011-12-01T22:22:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54355#p54355 <![CDATA[Re: Free Registration @ Different Levels]]> Statistics: Posted by bessmccarty1 — December 1st, 2011, 10:22 pm


]]>
2011-12-01T22:20:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54354#p54354 <![CDATA[iPad cannot access s2member site]]> http://www.mlmmillionaireclub.com/membe ... n=register on his iPad. (This a registration link I generated when his expired.) Why is that? He wants a refund if he can't access the site. Is this a iPad/wordpress problem or an iPad/s2Member problem? Also, where do I go to change the expiration date for registering, and how do I do it?

Statistics: Posted by bessmccarty1 — December 1st, 2011, 10:20 pm


]]>
2011-12-01T22:06:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54353#p54353 <![CDATA[Re: Free Registration @ Different Levels]]>
You say <Please post the entries related to those that have this problem, x'ing out any private info. WP Admin -> s2Member -> PayPal Options -> Account Details -> Enable Logging> but I can't figure out how to do that.

One example is Nicole Gelinas, who continues to be billed regularly through Paypal, but is labeled, "Subscriber". It says she was "Demoted by s2Member: Thu Jan 6, 2011 7:00 pm UTC" Why is that?

Jennifer Eskina Fields is labeled "None". Why is that?

This may be why I'm losing members?

I have many members labeled "s2Member Level 2" who have stopped paying but are still on my wordpress s2member user log. Why is that?

*** My most immediate problem is a member who cannot access http://www.mlmmillionaireclub.com/membe ... n=register on his iPad. (This a registration link I generated when his expired.) Why is that? He wants a refund if he can't access the site. Is this a iPad/wordpress problem or an iPad/s2Member problem? Also, where do I go to change the expiration date for registering, and how do I do it?

Thank you.

Statistics: Posted by bessmccarty1 — December 1st, 2011, 10:06 pm


]]>
2011-11-29T17:38:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54211#p54211 <![CDATA[Re: Free Registration @ Different Levels]]>
At the path you noted: WP Admin -> s2Member -> PayPal Options -> Account Details -> Enable Logging, I had checked: Yes, enable debugging, with API, IPN & Return Page logging.

The entries that currently pay AND are labeled "Subscriber" are Nicole Gelinas (no paid subscriber ID) (administrative notes say: "Demoted by s2Member: Thu Jan 6, 2011 7:00 pm UTC") : I didn't do that, and she still pays through Paypal, uninterrupted and no refunds.

And Rich McCoy (paid subscriber ID: I-05PTT45F6HYV)

There were many others who have quit the Club. Half were labeled "Subscriber", and half were labeled "s2Member Level 2" . A few were labeled :None". They all went through the same payment process. Is this why they cancelled?

Frank Rader, Cathy Fry, and Denise Sadberry, and others have cancelled their Paypal payment to the Club, yet are still listed on my wp dashboard as "s2Member Level 2". How can I fix this?

An immediate problem I have is Basel Slatter just wrote me: "Please cancel my coaching membership and pleas refund any moneys paid. I am unable to open this web page on my iPad." : The new registration link I generated and sent him (his old one expired) is:
http://www.mlmmillionaireclub.com/membe ... n=register
Why can't he open this link on his iPad?

I'm losing members.

Statistics: Posted by bessmccarty1 — November 29th, 2011, 5:38 pm


]]>
2011-11-29T06:22:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54188#p54188 <![CDATA[Free Registration showing dashboard instead of theme]]>
I have setup 3 different level, free, standard and premium. the standard and premium levels login to there default page that is setup which is called account details, but when i login as the free user it reverts to the dashboard(http://website.com/wp-admin). can you tell me what i need to do to get it to go to the account details when logged in.

Also is it possible to configure the premium login widget to display different option for user level?

Statistics: Posted by knowlesy27 — November 29th, 2011, 6:22 am


]]>
2011-11-28T22:57:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54136#p54136 <![CDATA[Re: Free Registration @ Different Levels]]>
bessmccarty1 wrote:
When they do, some are labeled s2Member Level 2, some are labeled Subscriber, even thought they all paid the same way.
Why? Is there a difference to them? The correct one is s2Member Level 2.

2nd problem: When they cancel, some remain on my wp s2member dashboard and my my AWeber list. How can I get them automatically deleted in both when they cancel?


Hi Bess.

Regarding the first, you probably have Open Registration enabled and then probably some users don't complete payment properly but still go to the registration page. Since registration is open, he'll be able to create an account, but since s2Member didn't get notified of a successful payment for him, is not giving him a higher level than the default Subscriber (level 0). WP Admin -> s2Member -> General Options -> Open Registration

If the person is paying and getting sent back from the checkout to register and then gets a Subscriber role, there may be something wrong with your setup. Please post the entries related to those that have this problem, x'ing out any private info. WP Admin -> s2Member -> PayPal Options -> Account Details -> Enable Logging

Regarding the second, it may related to the above. If they were in the Subscriber role, they won't get an EOT behavior, because there isn't an EOT. Level 1 or above should get an EOT and the behavior you set. WP Admin -> s2Member -> PayPal Options -> Auto EOT Behavior

I hope it helps. :)

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


]]>
2011-11-27T18:05:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=54003#p54003 <![CDATA[Re: Free Registration @ Different Levels]]>
I couldn't find another place to post 2 questions, so I'll try here:

I have s2 member free version. My members pay through Paypal.

When they do, some are labeled s2Member Level 2, some are labeled Subscriber, even thought they all paid the same way.
Why? Is there a difference to them? The correct one is s2Member Level 2.

2nd problem: When they cancel, some remain on my wp s2member dashboard and my my AWeber list. How can I get them automatically deleted in both when they cancel?

Thank you,
Bess

Statistics: Posted by bessmccarty1 — November 27th, 2011, 6:05 pm


]]>
2011-11-26T20:01:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=53948#p53948 <![CDATA[Re: Free Registration @ Different Levels]]>
Jason Caldwell wrote:
Regarding the captchya="clean" reply.
Please see this important thread. This will be fixed in the next release. But you can fix it now if like.
viewtopic.php?f=4&t=15924&p=53335&hilit=recaptcha#p53335


Thanks for the link and your excellent support for s2Member Pro!

Statistics: Posted by luthimir — November 26th, 2011, 8:01 pm


]]>
2011-11-20T19:51:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=53541#p53541 <![CDATA[Re: Free Registration @ Different Levels]]> Regarding the captchya="clean" reply.
Please see this important thread. This will be fixed in the next release. But you can fix it now if like.
viewtopic.php?f=4&t=15924&p=53335&hilit=recaptcha#p53335

Statistics: Posted by Jason Caldwell — November 20th, 2011, 7:51 pm


]]>
2011-11-19T12:31:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=53469#p53469 <![CDATA[Re: Free Registration @ Different Levels]]>
I'm getting an error from the Google captcha service when I use
Code:
captcha="clean"
on my free registration forms. I'm using the s2Clean Theme (and the "Dark Black" color scheme, if it makes a difference) and my captcha was working the last time I checked it (about a week or so ago). I'm using the following shortcode to display my free registration form:
Code:
[s2Member-Pro-PayPal-Form register="1" level="0" ccaps="" desc="Signup now, it&#039;s Free!" custom="www.yourwebsite.com" tp="0" tt="D" captcha="0" /]


Now, instead of showing the image as the captcha should, it displays the following error: "An internal error occurred: 4B219A41E3420.A144646.600A". For the time being, we have just disabled the captcha, but would like to include it on our registration form. Has anyone else recently encountered this error? Is this a Google issue or an s2Member issue (or an error on my part)?

Thanks in advance for any advice.

Statistics: Posted by luthimir — November 19th, 2011, 12:31 pm


]]>
2011-11-15T12:04:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=53038#p53038 <![CDATA[Re: Free Registration @ Different Levels]]> Thanks for the follow-ups.
ajoslin103 wrote:
I think I have an answer -- based on the code it looks like using a "-" for the member id each time is saying "been here done that" -- so I substituted in a strval(time()) to get a never repeating value
Yes, that should do it. Make sure that IS a unique value.

Statistics: Posted by Jason Caldwell — November 15th, 2011, 12:04 pm


]]>
2011-11-14T20:53:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2819&p=52988#p52988 <![CDATA[Re: Free Registration @ Different Levels]]>
I'll be back if this answer has other unforseen ramifications


Code:
// this is an [s2member] suggested function for supporting free membership levels above 0 
// see: http://www.primothemes.com/forums/viewtopic.php?f=36&t=2819
add_action ("init""register_level");
function 
register_level ()
{
    if (isset (
$_GET["register_level"]))
    {
        
// public static function register_link_gen ($subscr_gateway = FALSE, $subscr_id = FALSE, $custom = FALSE, $item_number = FALSE, $shrink = TRUE)
        // $link = c_ws_plugin__s2member_register_access::register_link_gen ("none", "-", $_SERVER["HTTP_HOST"], $_GET["register_level"], false); // DIST
        
$link c_ws_plugin__s2member_register_access::register_link_gen ("none"strval(time()), $_SERVER["HTTP_HOST"], $_GET["register_level"], false);
        
wp_redirect ($link);
        exit ();
    }

Statistics: Posted by ajoslin103 — November 14th, 2011, 8:53 pm


]]>