Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2008 at 12:39 UTC
Updated:
6 Jun 2008 at 09:11 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| fck3.patch | 430 bytes | rmpel |
Comments
Comment #1
wwalc commentedActually 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...
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.