admin_menu_dropdown seems to be broken with the newest (April 1) -dev release of admin_menu for D6
When I set the menu to CTRL-ALT-M
Everytime the page reloads the admin_menu is hidden again.
hidden by default is unchecked.
admin_menu_dropdown seems to be broken with the newest (April 1) -dev release of admin_menu for D6
When I set the menu to CTRL-ALT-M
Everytime the page reloads the admin_menu is hidden again.
hidden by default is unchecked.
Comments
Comment #1
decipheredHi VeryMisunderstood,
Out of curiosity is your Drupal install in the root of your site or a sub-directory?
It did come to my attention not so long ago that running out of a sub-directory did cause an issue for that particular functionality, and I do have a fix for it, I just haven't had the time to commit it, but I will be doing so very shortly.
If that is not the case, then it's possible there is another issue.
Cheers,
Deciphered.
Comment #2
decipheredAfter fixing the previously mentioned issue it has become apparent that it has not solved this particular issue.
Looking further into this issue now.
Comment #3
decipheredFixed and committed to DRUPAL-6--2.
Comment #5
patcon commentedI had a problem like this, but it had to do with the new release of secure pages, which wasn't switching back to http correctly when not on a secure page. When this happened, the admin menu would disappear for whatever reason. Changing https to http manually (or vice versa.. i forget) would make the menu show up. To solve this, I just changed the secure pages setting so that it didn't even try to switch back to http from https, and then I never experienced anymore problems (although every page is now secure).
Comment #6
hanoii@biocomp.pat: Found this as well, but with another fix that does not make you have all pages secured. Have a look @ #498754: admin_menu does not show on https (SSL) pages with Secure Pages module