| User | Post |
|
6:19 am July 30, 2009
| superkershaw
Member
| | | |
|
| posts 5 |
|
|
Hello,
I am using (listing all plugins I think might be relevant)
Wordpress v 2.8.2
Role Scoper 1.0.4.1
Role Manager 2.2.3
Cimy User Extra Fields 1.4.0
Whenever I activate Role Scoper, the users panel disappears from the sidebar and I am unable to add or edit any users. Am I missing something? Is there a conflict or is the administration of users done somewhere else with Role Scoper? I've looked in all the options I could but can't seem to figure it out.
Thanks!
EDIT: What's stranger is that while updating a plugin, I noticed that the users panel was visible again. Once going back to the normal dashboard it was gone. The Users page is accessible via the direct address but it doesn't show up anymore on the normal dashboard when Role Scoper is activated??

|
|
|
7:29 am August 1, 2009
| Kevin
Admin
| | | |
|
| posts 2402 |
|
|
superkershaw said:
Hello,
Whenever I activate Role Scoper, the users panel disappears from the sidebar and I am unable to add or edit any users. Am I missing something?
Are you by chance running the Flutter plugin? Another user just pointed out that it internally re-indexes menu items in a way which clashes with Role Scoper. I have added support for the following entry in your wp-config.php file to resolve the conflict:
define( 'SCOPER_DISABLE_MENU_TWEAK', true );
This change is in the updated Role Scoper development snapshot, and in the upcoming 1.0.5 release.
|
|
|
4:12 am August 3, 2009
| superkershaw
Member
| | | |
|
| posts 5 |
|
|
Ah perfect. Yes I am running flutter. So I downloaded the snapshot and added that line to the wp-config.php and it works fine now.
Thanks for the prompt response/support!
|
|
|
4:46 am August 3, 2009
| superkershaw
Member
| | | |
|
| posts 5 |
|
|
mmmm. Okay, now there's a new problem. With
define( 'SCOPER_DISABLE_MENU_TWEAK', true );
I get a 404 on all the restrictions admin panel options. So far I've just disabled flutter and disabled the tweak.
(with flutter disabled and the tweak enabled, the same issue occurs - 404)
It's strange because the URL is formed differently based on the tweak being active or disabled
WORKING - Tweak Disabled:
/wp-admin/admin.php?page=role-scoper/admin/restrictions/category
BROKEN - Tweak Enabled:
/wp-admin/role-scoper/admin/restrictions/category
|
|
|
3:03 pm August 3, 2009
| Kevin
Admin
| | | |
|
| posts 2402 |
|
|
superkershaw said:
With
define( 'SCOPER_DISABLE_MENU_TWEAK', true );
I get a 404 on all the restrictions admin panel options.
WORKING - Tweak Disabled:
/wp-admin/admin.php?page=role-scoper/admin/restrictions/category
BROKEN - Tweak Enabled:
/wp-admin/role-scoper/admin/restrictions/category
Okay, this turned out to be fairly complicated menu hook naming issue, but is now fixed in the updated Role Scoper Development Snapshot
|
|
|
6:17 am August 4, 2009
| superkershaw
Member
| | | |
|
| posts 5 |
|
|
Wow Kevin,
Many thanks for the prompt support. The new version works perfectly. (1.0.5-beta5)
Really appreciate the hard work! I know it's a lot!
|
|