Page 1 of 1

Restrict Access in Dashboard

PostPosted: September 1st, 2011, 3:22 pm
by jellyforest
Hello,

Is it possible to restrict access to certain membership levels, so that only certain tabs in the dashboard show when they log into wordpress?

Specifically the "user profile" area, and a custom post type I've created with Custompress.

Thanks!

Re: Restrict Access in Dashboard

PostPosted: September 1st, 2011, 11:02 pm
by Cristián Lávaque
s2Member doesn't deal with access to the admin area, just the front end of WordPress.

That said, you can edit the s2Member roles to add or remove capabilities using a plugin like User Role Editor. https://wordpress.org/extend/plugins/user-role-editor/

If that doesn't do it, you can try customizing the WP Admin templates to hide some areas using conditionals that check what s2Member Level the user has. WP Admin -> s2Member -> API / Scripting -> Advanced/PHP Conditionals

I hope that helps. :)