I had to make my own method to load up CKeditor on my website because the default CKeditor module wont load any custom modules.
Anyway it works fine on my Drupal site but it doesnt work on any "edit" type nodes:
CKEDITOR.replaceAll( 'form-textarea' );
Anyone have any ideas why edit nodes are treated differently ?
Sat, 02/07/2015 - 01:26
#1
same thing.....
It happened to me as well, but other case!
One of the difference that I could spot between my CKEditor on Drupal 6.19 and on Drupal 6.20:
6.19 CKEditor UI Color Picker on CKPicker profile which show: "Click on the UI Color Picker button to set your color preferences.", doesn't show up on the 6.20 CKEditor.This means the CK toolbar just doesn't affecting the textarea anymore. I have tried installing CKEditor 3.4.2, 3.4.3, 3.5 using module ckeditor-6.x-1.2. None were working.
So, still looking for solving this issue in drupal cms. Please, let me know if any ideas, will be very thankful!