However, I ran into one more problem. In the solution for the previous XOOPS version we could set the options like this:
$options= array
(
"formatblock","forecolor","hilitecolor","newline",
"undo","redo","separator","cut","copy","paste","separator",
"italic","underline","strikethrough","removeformat","separator","justifyleft",
"justifycenter","justifyright","justifyfull","separator","insertorderedlist",
"insertunorderedlist","indent","outdent","newline","superscript","subscript",
"separator","quote","code","separator","createlink","unlink","separator",
"inserthorizontalrule","createtable","imagemanager","insertimage","imageproperties");
However, this does not seem to have any effect when I select Koivi as editor. I also seem to have a problem switching from one editor to another, so I just used:
$editor = "koivi";
...right after the user profile variable.
How can we set the options?