The %t for indicating path to theme results in the path (something like) /var/www/html/public/modules/fckeditor/fckeditor/editor/themes/my_theme/my_fck_css.css
while this should ofcourse be /var/www/html/public/themes/my_theme/my_fck_css.css

the attached patch solves that problem by making the path-to-theme variable used in the code absolute from base-path

CommentFileSizeAuthor
fck3.patch430 bytesrmpel

Comments

wwalc’s picture

Status: Needs review » Fixed

Actually the following wildcard worked if you wanted to point to the theme directory: %h%t... but I agree that this is not intuitive and your patch was very helpful, I've modified it a bit and committed it:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fckeditor/f...

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.