Hi,

when Cufon module is enabled, the theme for the Admin module does not display. Haven't had time to do any debugging yet, so not sure if it's a fault with Cufon or Admin. The Admin module currently sets the theme from within the module, so I would guess it's something to do with that.

Comments

davideads’s picture

Do you mind helping by debugging this a bit further? I'm a few weeks out from being able to roll a stable release of this and don't presently have the time to test it against the Admin module extensively. I would, however, love to get this fixed if it is a problem for you.

hunvreus’s picture

The bug is coming from the line #66:
$files += file_scan_directory('./'. path_to_theme(), $pattern);
This seems to create a conflict of some sort, haven't looked further but will get it fixed sooner or later. One thing I think could cause it is the fact that the Slate/Admin theme is stored in the Admin module (not the theme folder). Will look into it later on this week.

davideads’s picture

I wonder if path_to_theme() isn't properly resolving for you. What does dpm(path_to_theme()) tell you?

davideads’s picture

Well, I'm wrong about that. The latest CVS version should fix this issue (see http://drupal.org/node/559830). If you could please update and help me test, I can roll a release later this week than includes the fix.

davideads’s picture

Status: Active » Needs review

Fixed in 6--1-0-BETA4 -- please review!

muhleder’s picture

Working well for us. Using it on two sites so far, one live, one in dev. Thnks.

troky’s picture

Status: Needs review » Closed (fixed)