- This topic has 1 reply, 2 voices, and was last updated 13 years, 8 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 Affiliate Platform › WP Affiliate Tweaks › admin menu for below super admin
Tagged: editors, level of access, Permissions, super admins
I have a multisite installation of WordPress and the WP-affiliate plugin. i have activated the plugin in one of the subsites and it works perfectly, however i would like to allow ‘admins’ or ‘editors’ to be able to access the backend WP-affiliate interface. the menu, however, is only available to the super admin (network admin).
where can i change the permission to allow access to users with lower rights (i.e. simple site admins)?
thanks!
Please open the wp_affiliate_platform1.php
file and search for the following line:
define("AFFILIATE_MANAGEMENT_PERMISSION", "add_users");
Now you can replace “add_users” with any capability listed here:
http://codex.wordpress.org/Roles_and_Capabilities
You will most likely use the following:
define("AFFILIATE_MANAGEMENT_PERMISSION", "manage_categories");