Let me explain. maybe this is something i can fix?
In EE I have been forced to install the TinyMCE module and extension because the people I have posting are not code people. There’s a LOT of cut and paste stuff that just needs the editor or they wouldn’t post.
This presents a problem because the way this works is ANY ‘textarea’ in the publish form grabs the TinyMCE stuff.
So if you enter keywords, one per line, it adds HTML markup which gets included, and it totally hoses the tags. To the point one time I had to disable the whole module to clear it out. I could have just emptied directly fromt he DB but I wasn’t sure of the structure.
So, and it really makes sense anyway, those entries should get stripped before they’re inserted. Or am I crazy?
EDIT: Disregard this. I just edited the mod.tag.php and changed the text area to a text input. Then changed the preferences to use commas, not line breaks.
Seems ok now.
