| User | Post |
|
1:13 am August 10, 2009
| anooplal
New Member
| | | |
|
| posts 2 |
|
|
How do I Assign Roles for Plugins? For example, I have WP SimpleMail plugin which will help users to access their email accounts through WP login. But this plugin appears on the dashboard only for Admin users. I want this to be available for users like Authors and Contributers. I know there is something called the Plugin API in RS, but I cant even locate it. I am not a programmer but I can copy and paste code. I can even make a few changes if needed
|
|
|
2:17 pm August 10, 2009
| Kevin
Admin
| | | |
|
| posts 1326 |
|
|
anooplal said:
How do I Assign Roles for Plugins? … plugin appears on the dashboard only for Admin users. I want this to be available for users like Authors and Contributers.
Role Scoper can only customize access when a WordPress capability check (current_user_can) is already being performed. In this case, your desired feature would require changes to the SimpleMail plugin code.
|
|
|
10:20 pm August 10, 2009
| anooplal
New Member
| | | |
|
| posts 2 |
|
|
Thanks Kevin. I guess that means I need to contact the SimpleMail author.
|
|