Hello,
I installed FCKEditor and the component
It is installed in this directory for the module / public_html / modules / fckeditor /
With in this folder are
-- _samples
-- /editor
-- /fckeditor
-- and several files
When I make a post, above the post is "Body (Open Rich Editor)"
When I click on "(Open Rich Editor)" Nothing happens. Nothing. I try to right-mouse click and a new window pops up exactly like the original window and still no FCKEditor
I also tried unchecking the "Open Pop Up". This didn't work either. I got nothing in the edit screen.
Please help. I really would like to implement FCKEditor. It seems the most robust.
Thanks,
Ed
Comments
Comment #1
ontwerpwerk commentedyou are using an outdated version of the module - please download the latest 5.x-1.x-dev release, clear all your browser cache and retry
Comment #2
sgtaw commentedI'm not sure how to clear cache! I went to my internet options and "Delete All". I emptied the trash in my cpanel
I deleted the fckeditor folder from /public_html/modules/
I downloaded into /public_html/modules/ the following two files
1. fckeditor-5.x-1.1.tar.gz
2. FCKeditor_2.4.2.tar.gz
Then I unzipped in this order
1. FCKeditor_2.4.2.tar.gz
2. fckeditor-5.x-1.1.tar.gz
Then I went into Drupal on my site to the "Modules" section. I then check the box next to
"FCKeditor 5.x-1.1 Enables the usage of FCKeditor (WYSIWYG) instead of plain text fields. " and clicked "Save Configuration" I received the message "The configuration options have been saved."
I then went to a node to edit it. The "Open Rich Editor" shows up but click on it does nothing. Except the first time I click it the screen flashes once and goes away. Then nothing more.
I went into the FCKEditor settings page and unchecked the "Popup" and looked at my edit pages again and this time nothing at all shows up.
Here is my file directory.
I installed Drupal in the sites default -- /public_html/
FCKEditor is in the /public_html/modules/
Under FCKEditor folder is:
-- /public_html/modules/fckeditor/_samples/
-- /public_html/modules/fckeditor/editor/
-- /public_html/modules/fckeditor/fckeditor/
I have attached a screenshot of my folders under FCKEditor.
Help please!
Thanks,
Ed
Comment #3
ontwerpwerk commentedfirst: the latest development release at the moment is: http://drupal.org/node/114195
second: the fckeditor zipfile must be installed into
/public_html/modules/fckeditor/fckeditor/(as the file COPY_HERE.txt explains) ... the development release will give some more hints on installation an configurationComment #4
ontwerpwerk commentedand the order might be better the other way around:
Comment #5
sgtaw commentedYahoo!
Thanks it works!
Ed