URL squashed and changed
Permalink
I've got a URL from Amazon, and it looks like TinyMCE is encoding it, for example changing all the % to 20&.
I've modified the editor_config.php file in several ways, and have done this successfully for other issue, but this one isn't fixing.
Normally, the encoding is a good and useful thing...until you don't want it. Is there a simple way to escape it on a specific instance?
I've modified the editor_config.php file in several ways, and have done this successfully for other issue, but this one isn't fixing.
Normally, the encoding is a good and useful thing...until you don't want it. Is there a simple way to escape it on a specific instance?
Followed the advice given in the FAQ, where you edit the editor_config.php file. I have added variously the following in several combinations:
I have also edited the /js/tiny_mce_309/tiny_mce.js file so that the convert_urls and relative_urls were both set to 0.
The content I originally intended to publish, which has originated this whole search, was an iframe from Amazon. It looks like this:
No matter what settings I am using, the URL still gets encoded. Obviously, I am not editing the right thing.
Also, even with the URL altered, this iframe will work in IE, but in FF, the iframe does not appear at all.
Not one thing I have done has made an image link from Amazon show up at all; I'm assuming this will hold true for any complex URL that has % and other characters in it.
I'd absolutely love to be able to fix this. Until I ran into this problem, I was very stoked about C5, and was planning to build a number of client sites with it, but if this problem cannot be fixed, it is essentially useless to me. :(