Closed (fixed)
Project:
Cufón
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 10:31 UTC
Updated:
19 May 2011 at 10:44 UTC
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
Comment #1
davideads commentedDo 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.
Comment #2
hunvreus commentedThe 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.
Comment #3
davideads commentedI wonder if
path_to_theme()isn't properly resolving for you. What doesdpm(path_to_theme())tell you?Comment #4
davideads commentedWell, 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.
Comment #5
davideads commentedFixed in 6--1-0-BETA4 -- please review!
Comment #6
muhleder commentedWorking well for us. Using it on two sites so far, one live, one in dev. Thnks.
Comment #7
troky commented