Closed (fixed)
Project:
SimpleMenu
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2010 at 13:49 UTC
Updated:
21 Jul 2010 at 21:40 UTC
Hi,
SimpleMenu is great, but there is one imcompatibility with using an admin theme and viewing the admin/build/block-page. When SimpleMenu is installed and you have set a different theme as administration theme, you'll get the admin/build/block page themed with the admin-theme, not themed with your standard theme.
The cause for this misbehavior is, that init_theme get called too early. See the similar issues with other modules:
http://drupal.org/node/634202, http://drupal.org/node/288148
I don't know how to fix this bug, as a workaround I added admin/build/block* to the list of paths where simplemenu should not be shown which fixed it for me.
Comments
Comment #1
AlexisWilke commentedThis was fixed in the -dev version. It will be part of the 1.8 version which should be out soon.
Thank you.
Alexis