2
I am at the point where I change my views about TinyEditor to now listing it among the dumbest programs written!
It is not yet ready to be classified as a HTML editor for the general public. It needs to remain among developers since they will know how to edit it's core to work properly.
- Add a video clip to a page and the editor makes it autoplay. I manually set <autostart 0> and as I hit update it is stripped.
- Javascript which is so popular cannot be excuted. The silly editor only recognizes the tags but strips the code in between. To make javascript work you have to create a .js file then place the tags to call the script. So if you have multiple excutions of the same 3 lines of code you have to create many .js files.
- Divs are recreated each time you press the enter button. You want just one Div to add content but you end up with a hundred if you keep making paragraphs.
- Each time you add a new block the crazy editor adds a <p> tag even with the Force <P> tags disabled. So it becames an effor to go to source and scan through the now single line code to find the closing tag. It does not know how to present formatted code.
This program has great features but if they don't work then it is not yet ready for public use. I bet there are so many more problems which I just have not yet experienced. Unfortunately I am stuck with it because I still can't get the superior FCKEditor to work as the admin editor and the DHTML editor is just outdated.
Does anyone use FCKeditor? If so, how do I set it up as the Blocks editor? I've added xoopseditor 1.10 and followed all the instructions but I still see only the DHTML editor.