- This topic has 1 reply, 2 voices, and was last updated 13 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Allowing non-admin user profiles to USE the eStore pannel through wp-admin:
Tagged: author users, authors, non-admin users, User Roles
Hello.
I have checked the following link: https://support.tipsandtricks-hq.com/forums/topic/allowing-non-admin-user-profiles-to-see-the-estore-panel-in-wp-admin
Here is what: i have turned my old wordpress site into a WordPress Multi Site. Users are allowed to register and to have their profile on a subdirectory
So far so good
I have installed a plugin to manage members (so i can manually add them as authors – for a matter of security and spam prevention). Also installed a permissions plugin manager (member user roles) so i can edit which users have access to what
The question now is:
How do i allow authors to have access to the e-store menus? What are the e-store functions names to be added to the author user role permissions so that the e-store menus appear on their wp-admin personal sections?
Many thanks.
Ines R.
You can use any of the following as the management permission to let authors and above have access to the eStore plugin admin dashboard:
– publish_posts
– edit_published_posts
– upload_files
For example use the following:
define("ESTORE_MANAGEMENT_PERMISSION", "publish_posts");