3
I just did this yesterday - in fact while searching for hints I came across your post. I wound up using the documentation for xk_editor and figuring it out - I'll address some things that might help:
First, like tcnet says, start by copying the wysiwyg folder to your XOOPS root/class directory. For the purpose of these instructions, you will want to unzip the file on your hard drive and then ftp the wysiwyg folder to your web site in the ./class directory.
Updating the System_imagemanager.html is not documented well. I didn't do it the way tcnet says, I went the "in Xoops" route. Here are the steps:
1)in Xoops, go to Admin->System Admin->General Settings and click "Yes" for "Update module template .html files from themes/your theme/templates directory?". Then click the "Go" button to save.
2) now go System Admin->Templates. In your templates (I use a set of templates other than the default, the one being used has a check at the far right), click "List" next to "System".
3) scroll down to "system_imagemanager.html", click "Browse" on the far right. Browse to the location where you unzipped xk_editor and choose the system_imagemanager.html file. Once chosen, you will have to scroll to the bottom of the templates list and press "Upload".
At this point, xk_editor is installed, but it is not available in your news module. Go to the directory where you unzipped xk_editor/docs and open index.htm. You should see a link for "News 1.1 module implementation" and "News 1.2.1 module implementation". The instructions are pretty clear at that point - I did the news 1.1 module implementation. For news/include/storyform.inc.php, I just replaced everything after (and including) the
include XOOPS_ROOT_PATH."/class/xoopsformloader.php";
line.
The changes for modules/news/admin/storyform.inc.php are pretty straightforward.
Make sure and clear your browser cache before you test it.
Once you are sure it works, remember to set "Update module template .html files from themes/your theme/templates directory?" back to "No".
Good luck, PM me with any questions.