when RS is activated my Users menu tab disappears so I can't edit my profile nor add extra users manually
i'm using 2.8.4 WP and RS Version: 1.0.8
when RS is activated my Users menu tab disappears so I can't edit my profile nor add extra users manually
i'm using 2.8.4 WP and RS Version: 1.0.8
This is caused by a conflict with TDO Mini Forms, and possibly other plugins which modify the menu structure.
Role Scoper 1.1 (currently a release candidate) alleviates the conflict where possible, and also allows you to force a solution (by dropping Role Scoper menus to a less convenient position), by adding the following to wp-config.php:
define( 'SCOPER_DISABLE_MENU_TWEAK', true );
If you need to keep running with 1.0.8 until the new version is a stable production release, modify role-scoper/admin/admin_rs.php as follows:
add:
$tweak_menu = false;
just above:
$roles_cap = 'read';
This topic has been closed to new replies.