| User | Post |
|
5:58 am November 4, 2008
| batdesign
Member
| | | |
|
| posts 4 |
|
|
Just thought I would let you know of a slight issue I'm having.
I have ozh admin menu plugin installed V2.3.4.1
when I am logged in as anything other than an admin to the WP backend, and go to write a post, the Manage dropdown menu no longer displays Page, only Post and Media Library.
If I click on another menu item, or the dashboard, the menu has the Manage Page item again.
I have groups set up, and private pages assigned to particular groups, but some pages are not set private and should be available to edit by all subscribers, which they are, once they can get to the actual admin page.
Sure it's just a ozh plugin conflict, but letting you know in case it hadnt been noted.
|
|
|
7:27 am November 4, 2008
| Kevin
Admin
| | | |
|
| posts 2402 |
|
|
Thanks for the note. I would expect this with Role Scoper 0.9.27, but the Role Scoper 1.0.0-beta releases include a fix, and work fine with ozh in my test install. Please let me know if you still see the problem there.
|
|
|
8:38 am November 6, 2008
| batdesign
Member
| | | |
|
| posts 4 |
|
|
Using Beta5 so something is definitely wrong there. I have Pages reading and editing restricted by default, but have assigned editing privileges to groups.
As I say, it is only when on the Write Post page that the menu item Manage Pages is not available.
I guess it's something particular to my role setup.
I am not using Role Manager, if that helps narrow it down!
Other than that, it's a great plugin, but takes some time to get your head around. Wouldn't be able to do what I wanted otherwise though, so worth the effort to set it up. My users won't notice the hell I went through to make their lives easier!
|
|
|
3:55 pm November 7, 2008
| Kevin
Admin
| | | |
|
| posts 2402 |
|
|
Until I'm able to reproduce and correct this (and depending on your other users' configuration needs) you may be able to make this work by editing admin_rs.php:
in function ozh_adminmenu_hack, change $menu[10][1] = "edit_posts" to $menu[10][1] = "edit_pages" or vice versa.
Feedback after you try that out would at least help me understand what's going on with your configuration.
|
|
|
8:56 am November 12, 2008
| batdesign
Member
| | | |
|
| posts 4 |
|
|
Just upgraded to beta 6 and in the admin_rs.php I can see the ozh hack function but not sure how to edit the $menu[10][1] bit.
There is an if - else and both have that bit. Are you saying I need to swap $menu[10][1] = "edit_posts"; with $menu[10][1] = "edit_pages"; or somethng else?
It's possible you changed that file in beta 6. If so, I am still having issues. I re-assigned my category and page roles to see if that helped following the upgrade, but still can't see Manage Page when in the Write Post screen. These are users that have no Write Page priveleges, only Manage pages.
If you ever want to login to my admin backend to see what on earth I'm doing just let me know!
|
|
|
10:34 am November 12, 2008
| Kevin
Admin
| | | |
|
| posts 2402 |
|
|
batdesign said:
Just upgraded to beta 6 and in the admin_rs.php I can see the ozh hack function but not sure how to edit the $menu[10][1] bit.
There is an if - else and both have that bit. Are you saying I need to swap $menu[10][1] = “edit_posts”; with $menu[10][1] = “edit_pages”; or somethng else?
Yes, that's what I'm saying. And no, there is no such change in the beta 6 source code. I need to reproduce and understand the problem first.
|
|
|
10:36 am November 12, 2008
| Kevin
Admin
| | | |
|
| posts 2402 |
|
|
batdesign said:
still can't see Manage Page when in the Write Post screen. These are users that have no Write Page priveleges, only Manage pages.
That could be a helpful bit of information. If I still can't reproduce the error after configuring my test users that way, I'll e-mail you about an admin login.
|
|