Modified a drupal 4.6 module file to work for drupal fr 4.7 have a few workarounds if anyone else knows a better way let me know. If creates a new form element whenever a textarea is found and uses the fckeditor.replace javascript syntax. new to drupal 4.7 but it seems to work, if anyone from the FCKeditor project could let me know how to add the drupal css to the editor I would appreciate it

CommentFileSizeAuthor
fckeditor_15.module7.08 KBcycoj

Comments

thierry_gd’s picture

Seem to work quite OK but need some improvment as I get the following messages :

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\documents and settings\tgu\my documents\mes sites\drupal-4.7.2\modules\fckeditor\fckeditor.module on line 51

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\documents and settings\tgu\my documents\mes sites\drupal-4.7.2\modules\fckeditor\fckeditor.module on line 64

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\documents and settings\tgu\my documents\mes sites\drupal-4.7.2\modules\fckeditor\fckeditor.module on line 67

thierry_gd’s picture

Status: Needs review » Closed (duplicate)

Please refer to http://drupal.org/node/41288 for this issue