How to disable TinyMCE from deleting / modifying my HTML in Joomla?

I have a Joomla website with TinyMCE installed as an editor. One of the site editors is now trying to embed a media player in the article, but TinyMCE continues to corrupt HTML.

I tried setting Extended Valid Elements in the plugin configuration to *[*] to allow anything and anything, but it does not work.

I would like to disable the function of allocating code descriptors from TinyMCE together. I do not want him to try to check my HTML or something like that.

How to disable code deletion?

+7
source share
4 answers

If all else fails, you can disable all editors in Joomla:

Go to: Extensions (should be on the top tab control) Click "Plugin Manager."
This will lead you to a list of all Joomla plugins. Disable all plugins starting with "-editor".

This should leave you in a text editor that edits and saves the HTML without regard to what is in it. If you can find a better solution, use this, but it worked when everything else did not help me.

+2
source

@dave: Here's how you can stop the HTML rotation: http://dijoomla.blogspot.com/2009/02/turn-off-tinymce-cleanup-code.html .

But he recommended that you do not do this, since the rotation function is designed to prevent exploits. Instead, you can use the tinymce plugin, such as Media .

0
source
 Note:This works in 2.5 using JCE Editor (not sure 1.5) 

Go to ... administrator> Global Configuration> Text Filters ... Now do not set the filtering at the permission levels you have selected. Not your public levels to protect safety. I can do this after upgrading to JCE and resetting TinyMCE.

I use the free JCE editor (on the "Components" tab after installation), you can configure it much better with many features added or not configure it as needed many times.

0
source

In Joomla 2.5, go to plug-in manager > Editor - TinyMCE . In basic juste variants, remove the iframe from the forbidden elements.

0
source

All Articles