| Re: How do I add Kovi editor to the "Profiles" module? |
| by fredgsanford on 2006/10/23 6:33:50 Thanks snow, ... I'll give that a shot.
|
| Re: How do I add Kovi editor to the "Profiles" module? |
| by snow77 on 2006/10/18 19:06:10 I don't know. But I got some ideas 'cause recently I added koivi to the custom blocks text editor. < see here > Also I read about something similar in a very recent post < here > so an idea could be that you search for, in the module files, where the current text editor is being called. Then if from what I've seen some where on your file (maybe on top) there is a line that looks like this: Quote:
to add koivi you add this below the above line: Quote:
now like it was said in the 2nd link I wrote: if replacing XoopsFormTextArea with XoopsFormDhtmlTextArea gives a result of taking away the dhtml editor leaving just a text editor. you could look for the different lines where the current editor is being called in the module and replace either XoopsFormDhtmlTextArea or XoopsFormTextArea with XoopsFormWysiwygTextArea which is the one for koivi. This is just an experimental idea. |
| Re: How do I add Kovi editor to the "Profiles" module? |
| by fredgsanford on 2006/10/18 18:41:02 Anyone? ...please I really need this if it can be done |
| How do I add Kovi editor to the "Profiles" module? |
| by fredgsanford on 2006/10/11 14:21:27 I have installed the "Profiles" module and it uses XOOPS defult editor. I want it to use Kovi editor. I have installed Kovi editor in the "Class" directory but the "Profiles" module doesn't have an option to select what editor to use in it's prefernces. Is there a way I can get this module to use the Kovi editor I have installed? Thanks. |