The clients use RTE and I don’t. So when I need to edit a page I select none form the editor option and edit away ten save and am done. However, once I save the page it seems that all the editor specific code like mce_href="" that was on the page is broken so all links stop working.
I tried turning auto-cleanup off but it does not seem to make a difference. The only solution is to un-check the Use RTE option and save the document and then re-open it to edit it, then activate the Use RTE box and then save it. I don’t recall having this problem before. The site is using 0963.
You could use the html editor in TinyMCE if you don’t find a solution... just a thought.
//though that will restrict much of what you can post...
The problem you’re having is more by design than a bug with TinyMCE. The presence of mce_href="" in the code usually indicates that TinyMCE attempted to rewrite the code in an effort to make it more standards-based and couldn’t, thus the reason for the mce_href. Turning off auto-cleanup will only make it worse and it’s recommended unless there’s a very specific reason.
In order to tell you exactly what is going on, I’d need to see an example. Can you post some code from a page that consistently get’s rewritten with mce_href’s in the code? Thx!
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
What version of TinyMCE are you using? I tried replicating this but the only thing I’m getting is that the ’B’ tags are being replaced with ’STRONG’ tags on my end. Best guess would be that the xconfig.js file wasn’t updated right and/or contains some bad entries in the tinymce_valid_elements variable. Something is causing the TinyMCE cleanup routine to stumble.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
I had that too recently with an older MODx version and it drove me nuts. All I can say is that with the latest stable 0.9.6.3 + the pre-installed tinyMCE 3.2.0.1, together with these settings you see in my screenshot, don’t behave like that. Everything’s nice and peachy. Site encoding is UTF-8, but I don’t think that matters much in this case.
Maybe it’s worth updating tinyMCE or MODx, if you’re not having the latest versions.
The site uses 3.2.0.1 I will try the setup as you have it and see if it helps. If not I will re-install.
I just posted a new version of TinyMCE as well (version 3.2.1.1:
http://modxcms.com/TinyMCE-498.html). That might help as well.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."