by fcandillo » July 15th, 2011, 8:49 am
Using the "Front-End Users" plugin, I found that I could restrict access for different roles to the /wp-admin/ area. Since the 'Subscriber' role is equal to 's2Member Level 0', I don't allow 'Subscriber' Roles with Admin Access.
I am also using the "Sidebar Login" plugin. It allows me to place different links depending on role capabilities. I used the "User Role Editor" to create a custom capability of 'profile_no' and gave this capability to the 'Subscriber' role.
Then, with the "Sidebar Login" plugin, I created a link to the profile.php page for those with 'access_s2member_level1' capability and a link to the login-welcome page for those with 'profile_no' capability.