Posted by espirates on March 27, 2009 at 4:32pm
| Project: | Masquerade |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Enter the username of an account you wish to switch easily between via a menu item.
Is this suppose to create a single switching menu ?
Comments
#1
Hm yes.
Can you try clearing menu cache? press the save button on modules page.
#2
I am having the same problem. Is this a bug?
#3
can'T make it work either
#4
not working for me either.
#5
Worked fine for me. On the Masquerade admin page, select the desired user names. The secret is in the line below the select box: Select the usernames for accounts to show as quick links in the Masquerade block.
You need to position the Masquerade block where you want it, and the menu of users will be in the block. The Drupal navigation menu was not modified except to add an option to the admin page.
#6
"The Drupal navigation menu was not modified except to add an option to the admin page."
So it's not working...
Tally... the goal of this issue is to have a menu item in the navigation menu, just like it were working in previous releases.
I would like to have the possibility to use a menu item instead of a dedicated block.
#7
This is working for me in the latest development release, but only if the menu cache is flushed twice (such as submitting the masquerade settings twice). The problem is that masquerade_admin_settings_submit() is called before the settings are saved, so the variable_get() for the user name returns the old data.
I've attached a patch against the latest -dev release which fixes the issue.
#8
Oops, misclick on the status.
#9
I'll be committing the rerolled patch in a moment.
#10
#11
Automatically closed -- issue fixed for 2 weeks with no activity.