Page 1 of 1

New to s2Member. How do members avoid my landing page?

PostPosted: February 1st, 2012, 4:16 pm
by jordonb1
my landing page is set in wordpress to be my static home page: http://personalbjjtraining.com/

How do I configure s2Member to redirect my members to my members welcome page when they return to my site in the future?

I'd like to avoid putting a login on my landing page.

Any help is greatly appreciated.

-Jordon

Re: New to s2Member. How do members avoid my landing page?

PostPosted: February 2nd, 2012, 6:06 pm
by Raam Dev
Hi Jordon,

So you want to detect which visitor is a member even if they're not logged in? The only way to achieve that will be to custom code something that uses cookies and redirects them to the login page when they visit. Of course that won't be perfect, as anyone can clear their cookies.

If you're talking about preventing logged-in users from seeing the home page, then you can use some PHP code on the home page that checks if the user is logged in and then redirects them if they are. See WP Admin -> s2Member -> API/Scripting -> Advanced API/PHP Conditionals for more info.

Re: New to s2Member. How do members avoid my landing page?

PostPosted: February 2nd, 2012, 6:36 pm
by jordonb1
Thanks Raam. Option 2 is what I'll be doing.

One more quick question. My users have a wordpress bar at the top of their screen. How can I disable that?

Thanks!

Re: New to s2Member. How do members avoid my landing page?

PostPosted: February 3rd, 2012, 11:56 am
by Raam Dev
You're welcome, Jordon.

Removing the admin bar would be a question for the WordPress Support Forums. You might also try searching Google.