1
I was finally able to get TinyEditor to use as the admin blocks editor but there are just so many errors I can't seem to get around and it is driving me nuts.
- I use the Insert embed media tool to place a .wmv on the page and it works but it won't allow to set autostart to 0 or false. I uncheck the autostart box but when I click update the editor just removes it. Likewise if I manually add the command line via the HTML source, when I click update it is stripped. So everytime the page loads the videa plays. I had to just remove it.
I disabled the media embed tool from toolsets and tried adding the embed code via the source and it is completely stripped.
- Any javascript I add it is stripped so I can't add my google adsense to a block unless I swithch to the DHTML editor which requires overwriting class/xoopsform/formdhtmltextarea.php with the original
- It strips image maps
- It has an anchor tool but when I try to link to the anchor within the page by placing #link it adds the entire path to the admin folder so it goes nowhere.
- Adding new content always add a
tag even with the preferences for force
tag is set to no.
- The HTML source is total chaos. To edit a block's HTML I have to copy and paste it in Frontpage then use the reformat tool to organize it neatly.
Otherwise it is a great software.
Has anyone found solutions to all or some of these bugs? More than anything I would really like to fix the problem of stripping scripts.