hi,
when i use tags they get dropped when the user logs in and makes changes to the page??
also does it with flash embed code??
anyone know how to stop it from doing this as every time client logs in to change something he is on the phone to me to re-write the code?? which of course makes it completely useless being content managed as i still have to work on it!
thanks
[SOLVED] html being dropped??
[SOLVED] html being dropped??
Last edited by tyman00 on Fri Apr 03, 2009 4:09 pm, edited 1 time in total.
Re: html being dropped??
Best practice is to put things like iframes, flash, javascript blocks, etc into global content blocks. That way they only have one {tag} they can potentially mess up instead of a whole block of code. The farther the really important code bits are from the client, the better.
See http://wiki.cmsmadesimple.org/index.php ... ent_Blocks for a so-so description of what they're for.
See http://wiki.cmsmadesimple.org/index.php ... ent_Blocks for a so-so description of what they're for.

Re: html being dropped??
Personallly, I use GCBs for that as well... And in addition I allways set the GlobalSettings to NOT allow a wysiwyg on GCBs. That way logic in iframes/paypal/youtube etc.... doesnt get modified by the wysiwyg. The GCB can then be called in the page or template.
Ronny
Ronny
Re: html being dropped??
Another way to integrate iframes without disabling the wysiwyg-editor is using the {embed}-tag.
Re: html being dropped??
Brilliant works a treat....thank youTed wrote: Best practice is to put things like iframes, flash, javascript blocks, etc into global content blocks. That way they only have one {tag} they can potentially mess up instead of a whole block of code. The farther the really important code bits are from the client, the better.
See http://wiki.cmsmadesimple.org/index.php ... ent_Blocks for a so-so description of what they're for.
Re: html being dropped?? [Solved]
Last edited by thintech on Fri Apr 03, 2009 2:23 pm, edited 1 time in total.