Download & Extend

Masquerade quick switch menu link doesn't appear

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

Version:6.x-1.1» 6.x-1.x-dev
Status:active» fixed

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.

AttachmentSize
415800_save_variable_before_rebuild.patch 886 bytes

#8

Status:fixed» needs review

Oops, misclick on the status.

#9

Status:needs review» fixed

I'll be committing the rerolled patch in a moment.

AttachmentSize
415800_save_variable_before_rebuild_9.patch 775 bytes

#10

Title:Masquerade How is the default user suppose to work, no visible menu» Masquerade quick switch menu link doesn't appear

#11

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.