s2Member will allow access to the Login Welcome Page to anyone who is logged into WordPress, regardless of their account level. (It's the welcome page for all users after they login.)
If Simple:Press accounts integrate with WordPress accounts, then a Simple:Press user logged in will have access to the Login Welcome Page.
If you'd like to limit who can see what on the Login Welcome Page, you'll need to use Conditionals to hide the content from Level 0 users.
For example, you could place your Premium content in between these tags on your Login Welcome Page to hide it from users who have Level 0 access:
[s2If current_user_can(access_s2member_level1)]
Some content for Members who are logged in with an s2Member Level >= 1.
[/s2If]
You can read more about s2Member conditionals in WP Admin -> s2Member -> API / Scripting -> Simple/Shortcode Conditionals.
Does that answer your question?Statistics: Posted by Raam Dev — November 19th, 2011, 5:18 pm
]]>