Postponed (maintainer needs more info)
Project:
Alter CSS
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2007 at 13:56 UTC
Updated:
16 Aug 2008 at 02:15 UTC
Comments
Comment #1
shawn conn commentedHmm, lets see if we can troubleshoot here. Insert the following line on line 83 of alter_css.module:
This should contain the file name of the CSS file that alter_css will load to enter into the content field. Go to /admin/build/themes/settings/bluemarine to see whether a message is displayed showing the name of the CSS file.
Comment #2
mgiffordHey Shawn,
I was pretty eager to start using this in a multi-site instance where I don't want to be handing out either ftp access or the priviledge of writting .php files directly from the web browser. Writing .css files is a nice compromose which would give folks considerably more space for easy customization.
Unfortunately I ran into the same problem as jefbak2 did last year. I tried this test to alter_css.module as you suggeted I came up with the selected file:
* Style sheet new set as default style sheet for marvin theme.
* themes/chameleon/marvin/style_new.css
Unfortunately there was no file style_new.css stored in the themes/chameleon/marvin/ directory. Now it could be just a permissions issue, but I'd have expected to get an error.
I think however, that there are a couple problems with storing the alternate style.css file in the themes directory. Would prefer it were in the files directory, but this doesn't seem to be optional within Drupal 5 at this point.
NOTE: By making the directory/file permissions on the theme folder the same as the /files folder it worked.
chmod -R 777 themes/chameleon/marvin/
Mike