CKFind Installation
I just finished installing CKFind on my beta Drupal site. I used IMCE previously for a file browser add-on to CKEditor. CKFind at first glance appears to have a good interface. I’m going to test it out on the Beta site for a while before I put it on the live site. I’ll let you know how it works.
I found this good video on how to install/configure CKFind with CKEditor . It was easy to follow. Just make sure you make the settings.php file read/write and not just read only to make the appropriate changes. But be sure to make it read only when you are done editing it so someone cannot easily edit it.
Installing CKEditor in Drupal. Why is it so difficult for me?
or some reason whenever I install the CKEditor module for Drupal I have a problem with it. It is not a major problem, but it is just a pain. Any other module that I install, it is simple. But for some reason with CKEditor, I always manage to mess something up.
First, I’m glad they changed the name. Because it used to be FCKeditor, but that was one letter away from, well you know. But it is still a two part install to configure the module in Drupal. First,you go to Drupal.org and get the CKeditor download from there. Second, you go to the CKEditor website and download the latest version there.
So, I know what you are thinking–that is only two steps. What is so difficult about that? Well, it is just where you put the second part, the CKEditor files from the CKEditor website. The documentation is not very clear. It says the following:
Unzip the contents of the ckeditor directory in the sites/all/modules/ckeditor/ckeditor directory.
I don’t know why that sentence is so complicated, but it just always is for some reason. I think what I normally do is unzip the download into the 2nd ckeditor directory. But now, there should be 3 ckeditor folders. So the folder would be located on your web server at this location:
www/sites/all/modules/ckeditor/ckeditor/ckeditor
So all the downloaded files (which are in a zip file) go into that 3rd ckeditor folder. So don’t forget that or else you will make the stupid mistake that I always make.
Must have module for Drupal: CKeditor
To anyone just starting to use Drupal. One of the first modules you must get is CKeditor. It was previously titled FCKeditor, which thankfully they changed, because it’s title often looked a lot like a certain 4 letter swear word.
CKeditor is WYSIWYG text editor that will automatically convert your text to HTML. It has many buttons and commands that are similar to Microsoft Word or any other word processor. It lets you do some basic formatting with your text and is simple to use.
Of course, if you need to edit the HTML code, you can quickly switch to the HTML source and update it that way as well. But, obviously, it will save you a great amount of time with basic formatting of text.
So definitely add this to your Drupal installation as one of your first add on modules. To download the module and find more information, refer here to the drupal.org site