<?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: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post185775</link>
			<description>&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;valid_elements : &quot;*&lt;ul&gt;&lt;li&gt;&quot;,&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;That'll work, so you don't need to add every single tag you want to use.&lt;/p&gt;&lt;p&gt;EDIT: The code tag isn't displayed properly:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;valid_elements: Quote Asterik SquareBracketOpen Asterik SquareBracketClose Quote Comma&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post185775&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post185775&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 30 Sep 2008 03:26:32 +1300</pubDate>
			<dc:creator>FlorianH</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post185775</guid>
		</item>
		
		<item>
			<title>Re: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post176837</link>
			<description>&lt;p&gt;As Willr said, you have to go to cms/javascript/tinymce.template.js file scroll down to bottom and look for &quot;extended_valid_elements&quot;.  There you can add the elements/tags you would like the editor to accept. &lt;/p&gt;&lt;p&gt;However, DO NOT DELETE THE DATA AND ADD AN ASTERISK SINCE THAT WON'T WORK.&lt;/p&gt;&lt;p&gt;For example, if you would like to include the &quot;style&quot; attribute in a DIV, just add &quot;, div[style]&quot; at the end of &quot;extended_valid_elements&quot;. More info can be found at:&lt;br /&gt;wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post176837&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post176837&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 20 Sep 2008 09:13:48 +1200</pubDate>
			<dc:creator>Krato</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post176837</guid>
		</item>
		
		<item>
			<title>Re: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post150159</link>
			<description>&lt;p&gt;The blog by default disables TinyMCE and uses BBCode (not a smart idea and I dont like that). If your using a recent version of the blog - available off dailybuilds.silverstripe.com you can use call this in your mysite/_config.php file &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;BlogEntry::allow_wysiwyg_editing();&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Re the change to vaild_elements - if that doesn't work then I have no clue as thats the standard fix for tiny_mce. Make sure it hasn't cached the JS file by clearing your browser cache and visiting &lt;a href=&quot;http://yoursite.com/admin?flush=1&quot;&gt;http://yoursite.com/admin?flush=1&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post150159&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post150159&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 21 Aug 2008 17:55:19 +1200</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post150159</guid>
		</item>
		
		<item>
			<title>Re: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post150111</link>
			<description>&lt;p&gt;Still didn't work, and I changed both to &quot;*&quot;&lt;/p&gt;&lt;p&gt;But even the Blog Module that is made for html code didn't come out as html format, it came out in text format??&lt;/p&gt;&lt;p&gt;Which is really weird??&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post150111&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post150111&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 21 Aug 2008 14:24:50 +1200</pubDate>
			<dc:creator>SparxDesign</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post150111</guid>
		</item>
		
		<item>
			<title>Re: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post150039</link>
			<description>&lt;p&gt;yes adding at will not work.. What you need to do is edit the SS config to allow for script tags by editing the cms/javascript/tinymce.template.js file scroll down to the bottom and there is 2 extended_valid_elements and valid_elements where you can add script and I think if you use valid_elements : &quot;*&quot;; it will allow everything. See &lt;a href=&quot;http://www.silverstripe.com/extending-hacking-silverstripe-forum/flat/128480&quot;&gt;http://www.silverstripe.com/extending-hacking-silverstripe-forum/flat/128480&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post150039&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post150039&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 21 Aug 2008 10:59:17 +1200</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post150039</guid>
		</item>
		
		<item>
			<title>Re: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post149958</link>
			<description>&lt;p&gt;I am trying to add&lt;/p&gt;&lt;p&gt;&amp;lt;div style='width: 180px; height: 150px; background-image: url(http://www.silverstripe.org/ &lt;a href=&quot;http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_180x150_bg.jpg&quot;&gt;http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_180x150_bg.jpg&lt;/a&gt; ); background-repeat: no-repeat; background-color: #346797;' &amp;gt;&amp;lt;div style='height: 138px;' &amp;gt;&amp;lt;script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2.asp?partner=netweather&amp;amp;tStyle=whteYell&amp;amp;logo=0&amp;amp;zipcode=OCN|NZ|NZ000|TAURANGA|&amp;amp;lang=uke&amp;amp;size=8&amp;amp;theme=blue&amp;amp;metric=1&amp;amp;target=_self'&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: #FFFFFF;' &amp;gt;&amp;lt;a style='color: #FFFFFF' href='http://www.accuweather.com/world-index-forecast.asp?partner=netweather&amp;amp;locCode=OCN|NZ|NZ000|TAURANGA|&amp;amp;metric=1' &amp;gt;Weather Forecast&amp;lt;/a&amp;gt; | &amp;lt;a style='color: #FFFFFF' href='http://www.accuweather.com/maps-satellite.asp' &amp;gt;Weather Maps&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;I need it for my client  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post149958&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post149958&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 21 Aug 2008 08:58:37 +1200</pubDate>
			<dc:creator>SparxDesign</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post149958</guid>
		</item>
		
		<item>
			<title>Re: My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989?start=0#post149773</link>
			<description>&lt;p&gt;What is the code you are trying to add? The CMS HTML editor window only allows basic HTML. We turned off things like Javascript so you can't write that in there by default and things like iframes so you won't be able to write anything like that - (it will just strip it out)&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989?start=0#post149773&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148989?start=0#post149773&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 20 Aug 2008 22:40:41 +1200</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989?start=0#post149773</guid>
		</item>
		
		<item>
			<title>My silverstripe won't let me add HTML CODE!</title>
			<link>http://www.silverstripe.org/archive/show/148989#post148989</link>
			<description>&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p&gt;Just posting up as having trouble getting html code into the website, I just want to add a Weather Forecast link, but I can't seem to do it!!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.mountbowls.co.nz/blog/&quot;&gt;http://www.mountbowls.co.nz/blog/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I installed the html widget and it won't let me add any html at all, also I added the script directly using the HTML CODE part of the WYSIWYG editor but it didn't work either!&lt;/p&gt;&lt;p&gt;Can somebody please help me - I appreciate it.&lt;/p&gt;&lt;p&gt;Cheers&lt;br /&gt;Sheldon&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: My silverstripe won't let me add HTML CODE! &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989#post148989&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/148989#post148989&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 19 Aug 2008 13:33:40 +1200</pubDate>
			<dc:creator>SparxDesign</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148989#post148989</guid>
		</item>
		

	</channel>
</rss>