Closed (fixed)
Project:
JQuery menu
Version:
6.x-1.5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 09:10 UTC
Updated:
1 Jan 2009 at 01:00 UTC
I spent quite a while trying to figure out how to configure this, then I realised the only way to get access to the menu for the settings is to login as UID 1.
There's no permissions for other users.
A small bug that might trip a few others up.
Cheers,
Tim
Comments
Comment #1
hbauer commentedRedundant to http://drupal.org/node/340862.
You don't have to edit jquery-menu-blocks as long as you created the menus by yourself. It seems to be only necessary for the navigation-menu.
Comment #2
Tistur commentedThis is a dealbreaker for me, so I changed it. For people not sure how to do this, I wrote it up below.
To fix it, open jquerymenu_menu.module and go to line 18(?), which says
'access arguments' => array('administer content'),, in the function shown below:And replace the word "content" with the word "menu": this will allow all users who are alllowed to administer menus to use jQueryMenu.
'access arguments' => array('administer menu'),I also added a note in the function header, so it looks like:
Comment #3
PixelClever commentedYou were right, so I went ahead and fixed it for 1.6.