Statistics: Posted by Cristián Lávaque — April 4th, 2011, 10:36 pm
Statistics: Posted by cassel — April 4th, 2011, 8:15 pm
http://yoursite.com/welcome-0
http://yoursite.com/welcome-1
http://yoursite.com/welcome-2
cassel wrote:
Now, *IF* i sell some custom packages, as explained in the video (which i WILL have to re-study), what replacement code would be used?
Statistics: Posted by Cristián Lávaque — April 4th, 2011, 8:07 pm
Statistics: Posted by cassel — April 4th, 2011, 6:35 pm
http://yoursite.com/members/welcome-%%current_user_level%%
http://yoursite.com/members/welcome-0
http://yoursite.com/members/welcome-1
http://yoursite.com/members/welcome-2
Statistics: Posted by Cristián Lávaque — April 4th, 2011, 4:01 pm
Statistics: Posted by cassel — April 4th, 2011, 5:03 am
Replacement Codes:
%%current_user_login%% = The current User's login ( their Username, lowercase ).
%%current_user_id%% = The current User's ID.
%%current_user_level%% = The current User's s2Member Level.
%%current_user_role%% = The current User's WordPress® Role.
%%current_user_ccaps%% = The current User's Custom Capabilities.
For example, if you're using BuddyPress, and you want to redirect Members to their BuddyPress Profile page after logging in, you would setup a Special Redirection URL, like this: http://yoursite.com/members/%%current_user_login%%/profile/
Or ... using %%current_user_level%%, you could have a separate Login Welcome Page for each Membership Level that you plan to offer. BuddyPress not required.
Statistics: Posted by Cristián Lávaque — April 3rd, 2011, 10:51 pm
Statistics: Posted by Cristián Lávaque — April 3rd, 2011, 8:29 pm
Statistics: Posted by cassel — April 3rd, 2011, 4:58 pm