Page 1 of 1

Login Redirect - Simple functionality - is this possible?

PostPosted: October 20th, 2011, 9:59 pm
by merchant
Hello,
I have two levels of membership -
1. Basic / Free
2. Premium

All I am trying to do is have a Welcome Page when they first register where the free member lands on a page that is different from the Premium Member so that if the member is a basic member he will land on a page that has the option to upgrade to premium memberships and if the member has logged in as a premium member he will land on a page where he can buy additional stuff at a discount.
I tried using Peters Login Redirect plugin but this is not working now. It used to work earlier for this functionality.
Any suggestions please how I can do this without having to code php ? Is there a video available that shows how to do this?
Thank you in advance...

Re: Login Redirect - Simple functionality - is this possible

PostPosted: October 20th, 2011, 10:35 pm
by Eduan
You can do that in three different ways:
1. You can use the simple way that shows this video.
2. You can use a PHP way that's very powerful, all of this method is under WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals.
3. Method 3 is very similar to method 2 but a little more advanced, you will find it all under WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Conditionals.

All three methods are explained in the video.

Hope this helps. :)
P.S. Remember to report back. ;)

Re: Login Redirect - Simple functionality - is this possible

PostPosted: October 20th, 2011, 11:47 pm
by merchant
Hi Eduan,
You folks are awesome !! Yes that worked. It was a bit tricky for me since I had the permalinks and slugs turned off and did not realize what they did, but quickly figured it out.
Thank you so much, you have saved me a lot of time and aggravation.
Another step closer to launching my first membership site, still a ways to go however.
But you have saved me lot of aggravation.

Re: Login Redirect - Simple functionality - is this possible

PostPosted: October 21st, 2011, 7:32 am
by Eduan
Glad to be able to help. :)
Just remember, if you can't find your answer, we will. ;)