Closed (fixed)
Project:
Masquerade
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 16:32 UTC
Updated:
20 Aug 2009 at 19:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Gurpartap Singh commentedHm yes.
Can you try clearing menu cache? press the save button on modules page.
Comment #2
jhang commentedI am having the same problem. Is this a bug?
Comment #3
physiotek commentedcan'T make it work either
Comment #4
ktonini commentednot working for me either.
Comment #5
Tally commentedWorked 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.
Comment #6
physiotek commented"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.
Comment #7
deviantintegral commentedThis 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.
Comment #8
deviantintegral commentedOops, misclick on the status.
Comment #9
deviantintegral commentedI'll be committing the rerolled patch in a moment.
Comment #10
deviantintegral commented