the plugin was the only thing that solves this
%$!! issue.
Unbelievable no one saw it before (I use Tiny 3.3.5.1)
no validity can be reach without this "must be plugin"
Thanks to its creator, but should be fixed natively int the modx plugin isn’t it ?
Schtroumpf Grognon - Grouchy Smurf
---------------------------------
Faites pas attention.. - Don't pay attention
http://www.dzi-neo.net
so does the above only work for <p> tags? (i tried the forced_root_block solution and the editor still trashes other tags.
does the FCKeditor have the same problem? If so is there another editor that works?
Well so far this is for evo. Not sure if it works in revo as well.
Just tested it under Revo - no luck, it creates a blank page. Any one any idea on how this could be solved in Revo? I think it is really a must to be able to enter chunks, snippets etc directly into TinyMCE. Turning off forced_root_block is not a good solution as the end user tends to make errors. I really think this should be on board in Revolution.
Thanks a lot
Thanks atype
I already know this solution. It is a good solution if you don’t plan to let the end user edit the content himself. But if you want them to edit there content, then this is not a really good solution, you bet the create invalid content.
The plugin solution in eve was nice and hassle free. Maybe some one from the core team has a solution to this. I feel this should be part of the core!
Thanks again.
-
☆ A M B ☆
- 24,524 Posts
TinyMCE is an optional add-on. Core code is for core MODx functionality, not for modifying behavior of optional add-ons. This will require a plugin for removing unwanted <p> tags around <img /> tags at parse time. I’ve examined the code of TinyMCE, and it would be very tricky to try to exclude any specific non-block elements from the ForceBlock feature.