Great little module, it was just what I was looking for.
Because the access on the menu item "admin/settings/title_perms" is access=>TRUE anyone can edit the Title perm settings. You need to add a perm like "administer title perms" then add
'access' => user_access('administer title perms')
to hook_menu
I would have supplied a patch but am not sure how your perm array works.
Many thanks again
Geoff
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu_access.patch | 978 bytes | behindthepage |
Comments
Comment #1
behindthepage commentedI have added an "administer title perms" permission and it seems to work OK but I am not positive that it won't bugger something else up. What do you think?
Regards
Geoff