Page 1 of 1

Setting up Of Separate Login Welcome Pages

PostPosted: September 19th, 2010, 9:28 am
by condonp
Sorry I am new to this plugin. I am trying to set up different welcome login pages dependant on the user level 0,1 ,2 etc

In the Login Welcome page it talks about using replacement codes to do this but I am not sure how.

I want a different welcome page for level 1 and 2 users

Could someone help?

I have looked at the video and have determine that this can be done using replacement codes.

I have set one up: http://www.sancere.com/?page_id=158/%%current_user_level%%. In the login welcome page, this will have a restriction on the page of 0.

I am a bit confused here do I need to stipulate in the login welcome page another url as you cant have pages with the same page id for level 1 default welcome page?

Is this related to the permalinks settings that need to be invoked as I am very new to this so we have http://www.sancere.com/members/%%current_user_level%% but if so Ima not sure how to set the permalink up

Re: Setting up Of Separate Login Welcome Pages

PostPosted: March 7th, 2011, 4:09 pm
by Elizabeth
condonp wrote:I am trying to set up different welcome login pages dependant on the user level 0,1 ,2 etc

Using the Replacement Code %%current_user_level%%, you could have a separate Login Welcome Page for each Membership Level that you plan to offer.

Re: Setting up Of Separate Login Welcome Pages

PostPosted: March 7th, 2011, 11:38 pm
by Cristián Lávaque
What you'd do is create the two login welcome pages, for example:

http://sancere.com/members/welcome1
http://sancere.com/members/welcome2

Then you edit your s2Member login welcome page:
WP Admin -> s2Member -> General Options -> Login Welcome Page

Instead of selecting a page from the drop-down list, you'd enter the following in the Special Redirection URL box:

Code: Select all
http://sancere.com/members/welcome%%current_user_level%%


Hope that helps. :)