I am new to the FCK editor. I am programming a CMS in PHP for a client right now. I am a designer and by no means a developer! I am learning on the fly. I downloaded the editor but I am clueless as to how to implement this tool.
I have various forms in my CMS and instead of a textarea, I would like to replace it with FCKeditor. Please advise on how to do this.
Thanks!
I have various forms in my CMS and instead of a textarea, I would like to replace it with FCKeditor. Please advise on how to do this.
Thanks!
Re: How do you use this?
I think I need step by step, idiot proof directions!!!
Re: How do you use this?
Re: How do you use this?
Skeerolls, when you figure it out as well, do you think you can help me? I can't even find out where you found the install directions. I am just confused
Any help would be appreciated. Even maybe do an install for me and make a few bucks.

Signed,
Lost
Re: How do you use this?
Actually, I found out where to install, uploaded the files but really can't get the java or php to work. Anyone that can help out please?
Re: How do you use this?
Here is a link that gives you all the directions for the install and implementation:
http://docs.fckeditor.net/FCKeditor_2.x ... pers_Guide
Now, where the text box is supposed to be, you are supposed to place the following code (my FCKeditor is in my siteadmin directory):
<?php
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = 'siteadmin/fckeditor/' ;
$oFCKeditor->Value = 'blah blah blah' ;
$oFCKeditor->Create() ;
?><br>
Now for me, the FCKeditor does not show up... instead my page header loads where the editor is supposed to load. Can somebody... ANYBODY explain why it would do this and how in the world do I fix it...