<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Forcing SilverStripe/TinyMCE to eat code such as iframe and script</title>
			<link>http://www.silverstripe.org/archive/show/128480?start=0#post131713</link>
			<description>&lt;p&gt;THX Fabie, dio5 and Gnx-_ &lt;br /&gt;you made my day  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Forcing SilverStripe/TinyMCE to eat code such as iframe and script &lt;a href=&quot;http://www.silverstripe.org/archive/show/128480?start=0#post131713&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/128480?start=0#post131713&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 30 Jul 2008 04:25:32 +1200</pubDate>
			<dc:creator>zyko</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/128480?start=0#post131713</guid>
		</item>
		
		<item>
			<title>Re: Forcing SilverStripe/TinyMCE to eat code such as iframe and script</title>
			<link>http://www.silverstripe.org/archive/show/128480?start=0#post128504</link>
			<description>&lt;p&gt;Nice  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/grin.gif'&gt;  you might like to put this on the wiki as I assume there is alot of other people in your situation!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Forcing SilverStripe/TinyMCE to eat code such as iframe and script &lt;a href=&quot;http://www.silverstripe.org/archive/show/128480?start=0#post128504&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/128480?start=0#post128504&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 24 Jul 2008 22:12:04 +1200</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/128480?start=0#post128504</guid>
		</item>
		
		<item>
			<title>Forcing SilverStripe/TinyMCE to eat code such as iframe and script</title>
			<link>http://www.silverstripe.org/archive/show/128480#post128480</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I had been searching for a solution for this for a looong looong while. I needed to find a way to get SS to allow me to paste code such as &amp;lt;iframe&amp;gt; and scripts. (eg. add GoogleMap iframe)&lt;/p&gt;&lt;p&gt;After an initial search on the IRC I got help and was told it was related to TinyMCE blocking it.&lt;/p&gt;&lt;p&gt;Eventually Gnx-_ and dio5 found the solution and I traced it back on the IRC channel logs... tonite I implemented the solution they proposed and it solved my issue. I am not sure they posted the solution so I thought I would put it here.&lt;/p&gt;&lt;p&gt;Navigate to /cms/javascript/tinymce.template.js&lt;/p&gt;&lt;p&gt;Replace this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;valid_elements : &quot;+a[id|rel|rev|dir|tabindex|accesskey|type|name|href|target|title|class],-strong/-b[class],-em/-i[class],-strike[class],-u[class],#p[id|dir|class|align],-ol[class],-ul[class],-li[class],&lt;br /&gt;br,img[id|dir|longdesc|usemap|class|src|border|alt=|title|width|height|align],&lt;br /&gt;-sub[class],-sup[class],-blockquote[dir|class],&lt;br /&gt;-table[border=0|cellspacing|cellpadding|width|height|class|align|summary|dir|id|style],&lt;br /&gt;-tr[id|dir|class|rowspan|width|height|align|valign|bgcolor|background|bordercolor|style],&lt;br /&gt;tbody[id|class|style],thead[id|class|style],tfoot[id|class|style],&lt;br /&gt;-td[id|dir|class|colspan|rowspan|width|height|align|valign|scope|style],&lt;br /&gt;-th[id|dir|class|colspan|rowspan|width|height|align|valign|scope|style],&lt;br /&gt;caption[id|dir|class],-div[id|dir|class|align],-span[class|align],-pre[class|align],&lt;br /&gt;address[class|align],-h1[id|dir|class|align],-h2[id|dir|class|align],-h3[id|dir|class|align],&lt;br /&gt;-h4[id|dir|class|align],-h5[id|dir|class|align],-h6[id|dir|class|align],hr[class],&lt;br /&gt;dd[id|class|title|dir],dl[id|class|title|dir],dt[id|class|title|dir]&quot;,&lt;/p&gt;&lt;p&gt;by this:&lt;/p&gt;&lt;p&gt;valid_elements : &quot;*&lt;ul&gt;&lt;li&gt;&quot;, (for some reason the forum won't display the whole thing so it is&lt;/p&gt;&lt;p&gt;valid_elements : quote star open square bracket star close square bracket quote coma&lt;/p&gt;&lt;p&gt;And you are done. Thanks Gnx-_ and dio5 you made my day, actually... week, no MONTH!&lt;/p&gt;&lt;p&gt;fabie  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Forcing SilverStripe/TinyMCE to eat code such as iframe and script &lt;a href=&quot;http://www.silverstripe.org/archive/show/128480#post128480&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/128480#post128480&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 24 Jul 2008 21:11:21 +1200</pubDate>
			<dc:creator>Fabie</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/128480#post128480</guid>
		</item>
		

	</channel>
</rss>