12
Tried to make the above code with fckeditor by replacing koivi with fckeditor in the above code. Still the same result.
On debug found formwysiwygtextarea.php does not exist in the xoopseditor/koivi/
and xoopseditor/fckeditor/ both. It seems the file has been renamed to formkoivi.php and formfckeditor.php respectively for the editors.
So replaced formwysiwygtextarea.php with this formfckeditor.php in the above code and also XoopsFormWysiwygTextArea with XoopsFormFckeditor
The fckeditor displays on the submit page now. But it does not save any answer written in it.
Debug info shows:
Warning: Class 'XoopsTree' is deprecated, check 'XoopsObjectTree' in tree.php in file /class/xoopstree.php line 45
Warning: Invalid argument supplied for foreach() in file /class/xoopseditor/fckeditor/formfckeditor.php line 145
Kindly Help