Community Support Forums — WordPress® ( Users Helping Users ) — 2011-06-25T18:57:27-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=10286 2011-06-25T18:57:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10286&p=21721#p21721 <![CDATA[Re: Automatically Upgrade Member]]> time() instead. Sorry for the confusion.

For instance, please try 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 ("n/a", time(), $_SERVER["HTTP_HOST"], "1:2D", false);
        wp_redirect($link); exit();
    }
}
 

Statistics: Posted by Jason Caldwell — June 25th, 2011, 6:57 pm


]]>
2011-06-25T13:51:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10286&p=21705#p21705 <![CDATA[Re: Automatically Upgrade Member]]> viewtopic.php?f=36&t=2819

I'll ask Jason about it.

Statistics: Posted by Cristián Lávaque — June 25th, 2011, 1:51 pm


]]>
2011-06-25T09:25:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10286&p=21688#p21688 <![CDATA[Re: Automatically Upgrade Member]]>
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"], "1:2D", false);
        wp_redirect($link); exit();
    }
}   


But as of right now it's not working correctly. It is registering users as a "Free Subscriber" and not "Level 1".

Statistics: Posted by DigitalMcGrath — June 25th, 2011, 9:25 am


]]>
2011-06-24T17:57:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10286&p=21648#p21648 <![CDATA[Re: Automatically Upgrade Member]]>

What hack do you mean? Could you post a link to it? I'm sure others will find this information helfpul.

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


]]>
2011-06-24T17:09:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10286&p=21641#p21641 <![CDATA[Re: Automatically Upgrade Member]]> Statistics: Posted by DigitalMcGrath — June 24th, 2011, 5:09 pm


]]>
2011-06-24T15:07:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10286&p=21635#p21635 <![CDATA[Automatically Upgrade Member]]> Statistics: Posted by DigitalMcGrath — June 24th, 2011, 3:07 pm


]]>