This module seems to conflict with the Admin module (http://drupal.org/project/admin): Once both are enabled and you are inside the civicrm path the menu region visibility of Admin modul can not be toogled on/off. Additional the civicrm_theme regions are mangled somehow. See the screenshot at

civicrm_theme seems to trigger the misbehaviour when calling civicrm_initialize(). I tried it using Safari 5 and Firefox 3.6. Admin module was set to Layout: Horizontal and Position: Bottom left. Same behaviour when using Layout: Vertical. Looks like the head line of the Admin module region - where the menu names and the tool or close icon is located - is disabled for mouse clicks.

Comments

univate’s picture

Also noticed a similar issue.

kurund’s picture

Assigned: Unassigned » kurund

Note that CiviCRM Theme module only changes your theme. So I think this might be mostly some conflict with the theme that you use and admin menu.

avolve’s picture

I have noted this issue with the 'seven' (6.x.1-beta13) theme, SimplyCivi (6.x.2.x-dev) and my custom 'zen' (6.x.1.2) subtheme.

If they are set as the default theme, the work with the admin module. If set as the CiviCRM Theme, the admin module is broken.

I have installed http://drupal.org/project/themekey to achieve this (based on path: civicrm/*) which seems to be suitable for a current projects' needs (and does not appear to have any issues with admin module).

[unrelated, I have seen hints at some discussion of integrating the CiviCRM menu with the admin menu (rather than having two interfaces). This would be a massive leap forward in usability]