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

CommentFileSizeAuthor
#1 menu_access.patch978 bytesbehindthepage

Comments

behindthepage’s picture

Status: Active » Needs review
StatusFileSize
new978 bytes

I 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