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.Statistics: Posted by Raam Dev — February 2nd, 2012, 6:06 pm
]]>