75
Well... i think i must comment here because i spent a lot of my time on this project and we are at a good point at the moment. We managed to integrate htmlarea for the whole site but there are things to do now that completely recreate Xoops. Let's see some problems:
1. Smilies don't work as expected so you have to integrate them in the htmlarea code (by using custom buttons) and remove any smilie references from Xoops
2. Integrated image manager of XOOPS is not working anymore (not an actual image manager - more of an imae handler for a small number of images. No search option)
3. All bbcode should be removed because it is now replaced with htmlarea
4. htmlarea appears in places tou don't want to (for example the at user's profile, at the textarea to add a signature) and you need to restrict html from those pages. Maybe a custom textarea there will do the job...
5. At some points, users and editors may select to "Disable HTML" which is womething you don't want to. You have to edit each page and remove thos references
6. you propably don't need any bbcode references too, so the pages should be edited again to remove those references.
....
There are a lot more small things that all of them take up your time for such a project. Unfortunately i cannot post any code, because as you can propably understand the changes are at the whole XOOPS site and not on single files...
Maybe at the end of the projects, we could try and release some XOOPS htmlarea patch that someone could run and promote XOOPS to WUSIWYG editing...
I wishyou good luck...
P.S. has anyone managed to create a searchable image manager that is able to work with htmlarea or could easily be adopted? Thanks...