I did everything that I could from there and still get Fatal error: Call to undefined function htmlEditor() in C:\Websites\test\actions_admin\p.php on line 62
papakilo - very strange ... you should have htmlEditor function in plugins/edit/htmleditor.php
papakilo
2008-02-03 15:28
I started over and got it to work - somewhat.
If I set the option "WYSWIG editor" to NO it appears as I would expect it to with fckedit on the Full Description, but
If I set "WYSWIG editor" to YES then I get the WYSWIG editor on the Short Description, a narrow width WYSWIG editor on the Full Description and then a normal width FCK editor below the Full Description.
Where in the code should I look to turn off the mini Full Description window?
papakilo
2008-02-04 04:18
OK, I found it!
I have the fck editor working for the Full Description and the Short description is set with the "WYSWIG editor" option.
If anyone wants the solution, I will post what I changed.
This is the way I did it. It is similar to the one in the tips, but several of the indicated changes in tips I couldn't make, because the files or the folders were not there. Also instead of deleting things I prefer to comment them out, just in case I screw up.
1) Download FCKeditor http://www.fckeditor.net (about 2 MB - after unpack)
2) Unpack file on you disc and copy folder to server - to main directory - where you have files "index.php" and "admin.php"
3) Edit file "admin.php" and add following line (best will be beside other functions require_once() )
require_once ( 'fckeditor/fckeditor.php' );
4) Edit file "plugins/edit/htmleditor.php" insert this function after the function htmlEditor() with: