<?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 'Themes'</title>
		<link>http://www.silverstripe.org/themes-2/rss</link>
		<atom:link href="http://www.silverstripe.org/themes-2/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Another theme installation problem</title>
			<link>http://www.silverstripe.org/themes-2/show/280613?start=0#post281264</link>
			<description>&lt;p&gt;What is the name of your theme? Make sure its all lowercase and no underscores. Like 'mytheme' then SSViewer::set_theme('mytheme'); and make sure you ?flush=1.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Another theme installation problem &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280613?start=0#post281264&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/280613?start=0#post281264&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 20 Mar 2010 15:22:24 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280613?start=0#post281264</guid>
		</item>
		
		<item>
			<title>Re: Another theme installation problem</title>
			<link>http://www.silverstripe.org/themes-2/show/280613?start=0#post281204</link>
			<description>&lt;p&gt;I'm having a similar problem. I've launched a production SS site before so I have an intermediate to advanced knowledge of what I'm doing. When I try to switch to a theme and flush the cache, using either 1 or all, I get this error:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;[Warning] None of these templates can be found: Page.ss, ContentController.ss&lt;br /&gt;GET /?flush=1&lt;/p&gt;&lt;p&gt;Line 175 in /var/www/vhosts/domain.com/subdomains/subdomain/httpdocs/sapphire/core/SSViewer.php&lt;br /&gt;Source&lt;/p&gt;&lt;p&gt;166 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;chosenTemplates['main'] = $this-&amp;gt;chosenTemplates[$templateFolder];&lt;br /&gt;167 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unset($this-&amp;gt;chosenTemplates[$templateFolder]);&lt;br /&gt;168 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;169 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;170 &lt;br /&gt;171 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(isset($_GET['debug_request'])) Debug::message(&quot;Final template selections made: &quot; . var_export($this-&amp;gt;chosenTemplates, true));&lt;br /&gt;172 &lt;br /&gt;173 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;174 &lt;br /&gt;175 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(!$this-&amp;gt;chosenTemplates) user_error(&quot;None of these templates can be found: &quot;. implode(&quot;.ss, &quot;, $templateList) . &quot;.ss&quot;, E_USER_WARNING);&lt;br /&gt;176 &lt;br /&gt;177 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::__construct();&lt;br /&gt;178 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;179 &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;180 &amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;181 &amp;nbsp;&amp;nbsp;&amp;nbsp; * Returns true if at least one of the listed templates exists&lt;/p&gt;&lt;p&gt;Trace&lt;/p&gt;&lt;p&gt;    * None of these templates can be found: Page.ss, ContentController.ss&lt;br /&gt;      Line 175 of SSViewer.php&lt;br /&gt;    * SSViewer-&amp;gt;__construct(Array)&lt;br /&gt;      Line 305 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;getViewer(index)&lt;br /&gt;      Line 172 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;handleAction(HTTPRequest)&lt;br /&gt;      Line 129 of RequestHandler.php&lt;br /&gt;    * RequestHandler-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 119 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 29 of ModelAsController.php&lt;br /&gt;    * ModelAsController-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 44 of RootURLController.php&lt;br /&gt;    * RootURLController-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 280 of Director.php&lt;br /&gt;    * Director::handleRequest(HTTPRequest,Session)&lt;br /&gt;      Line 121 of Director.php&lt;br /&gt;    * Director::direct(/)&lt;br /&gt;      Line 118 of main.php&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The Page.ss does exist in the template directory. I'm mystified... I really liked SS in the beginning but all these new problems are driving me towards Ruby on Rails instead.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Another theme installation problem &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280613?start=0#post281204&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/280613?start=0#post281204&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Mar 2010 09:22:34 +1300</pubDate>
			<dc:creator>Ryan Marshall</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280613?start=0#post281204</guid>
		</item>
		
		<item>
			<title>Re: New Administration Themes</title>
			<link>http://www.silverstripe.org/themes-2/show/255425?start=0#post281203</link>
			<description>&lt;p&gt;This is of interest too, it would be cool to make it dead simple. Eventually allowing for templates to be built and available for download.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: New Administration Themes &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/255425?start=0#post281203&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/255425?start=0#post281203&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Mar 2010 09:05:57 +1300</pubDate>
			<dc:creator>181920</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/255425?start=0#post281203</guid>
		</item>
		
		<item>
			<title>Re: Extra space after include</title>
			<link>http://www.silverstripe.org/themes-2/show/281144?start=0#post281167</link>
			<description>&lt;p&gt;Maybe it's the whitespace that is rendered as a &quot;blank&quot; line. I have encountered similar issues with IE. Try to set CSS &lt;em&gt;line-height&lt;/em&gt; and &lt;em&gt;font-size&lt;/em&gt; to zero on the element that wraps the includes. Then of course set &lt;em&gt;line-height&lt;/em&gt; and &lt;em&gt;font-size&lt;/em&gt; of the inner elements to normal values again.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Extra space after include &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281144?start=0#post281167&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/281144?start=0#post281167&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 19:53:47 +1300</pubDate>
			<dc:creator>banal</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/281144?start=0#post281167</guid>
		</item>
		
		<item>
			<title>Re: Extra space after include</title>
			<link>http://www.silverstripe.org/themes-2/show/281144?start=0#post281151</link>
			<description>&lt;p&gt;it could be the encoding of the file?&lt;/p&gt;&lt;p&gt;luk&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Extra space after include &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281144?start=0#post281151&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/281144?start=0#post281151&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 12:10:47 +1300</pubDate>
			<dc:creator>lerni</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/281144?start=0#post281151</guid>
		</item>
		
		<item>
			<title>Extra space after include</title>
			<link>http://www.silverstripe.org/themes-2/show/281144#post281144</link>
			<description>&lt;p&gt;I am having a very weird issue with a new site I am working on.&lt;/p&gt;&lt;p&gt;When I build the layout, everything works fine.  But then if I go and cut my layout into multiple include files (Header, Footer and Sidebar), when I render the new Page.ss template, I am either getting extra space above or below my includes (above in IE, below in a WebKit browser).&lt;/p&gt;&lt;p&gt;In the newest version of SS, it seems to insert comments automatically into my HTML.  Could that be affecting something?&lt;/p&gt;&lt;p&gt;I've successfully built many SS templates before, and have never seen this kind of error.  Anyone else solved this?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Extra space after include &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281144#post281144&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281144#post281144&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 10:31:56 +1300</pubDate>
			<dc:creator>DanStephenson</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/281144#post281144</guid>
		</item>
		
		<item>
			<title>Re: Pixelgreen Search</title>
			<link>http://www.silverstripe.org/themes-2/show/281000?start=0#post281016</link>
			<description>&lt;p&gt;You're right to follow that tutorial, and that should tell you how to get the search going.&lt;br /&gt;However, Pixelgreen has a (wrongly) hard-coded search form.&lt;/p&gt;&lt;p&gt;Look for the file:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;themes/pixelgreen/templates/Includes/SideBar.ss&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Look for the code like that below:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;sidebox&quot;&amp;gt;&lt;br /&gt;  &amp;lt;h1&amp;gt;Search Box&amp;lt;/h1&amp;gt;&lt;br /&gt;  &amp;lt;form&amp;gt;&lt;br /&gt;   ....&lt;br /&gt;  &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Change this, by removing the form, so it looks like:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;lt;div class=&quot;sidebox&quot;&amp;gt;   &lt;br /&gt;        &amp;lt;h1&amp;gt;Search Box&amp;lt;/h1&amp;gt;&lt;br /&gt;        $SearchForm&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;You may need to play around with the styles or the display of the form, but this should get things going for you.&lt;/p&gt;&lt;p&gt;Cheers,&lt;br /&gt;- Luke&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Pixelgreen Search &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281000?start=0#post281016&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/281000?start=0#post281016&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 16 Mar 2010 11:56:02 +1300</pubDate>
			<dc:creator>silverluke</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/281000?start=0#post281016</guid>
		</item>
		
		<item>
			<title>Pixelgreen Search</title>
			<link>http://www.silverstripe.org/themes-2/show/281000#post281000</link>
			<description>&lt;p&gt;Hey guys.&lt;br /&gt;I wonder why the serach form in pixelgreen does not work. I tried to fix it by following the instructions of &lt;span style=&quot;text-decoration:underline;&quot;&gt;&lt;a href=&quot;http://doc.silverstripe.org/doku.php?id=tutorial:4-site-search&quot;&gt;this&lt;/a&gt;&lt;/span&gt; tutorial but I wasn't successful (maybe i did something wrong ?)&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Can somebody help me making the serach function in pixelgreen working ?&lt;/strong&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Pixelgreen Search &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281000#post281000&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/281000#post281000&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 16 Mar 2010 07:42:33 +1300</pubDate>
			<dc:creator>jhstripe</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/281000#post281000</guid>
		</item>
		
		<item>
			<title>Resizing picture  in templete</title>
			<link>http://www.silverstripe.org/themes-2/show/280912#post280912</link>
			<description>&lt;p&gt;i am trying to resize a picture in template but it is giving me error &lt;br /&gt;the code i have tried  are&lt;/p&gt;&lt;p&gt;$Photo.SetSize(80 , 80)&lt;br /&gt;$Photo.SetSize(80, 80)&lt;br /&gt;$Photo.SetSize(80,80)&lt;/p&gt;&lt;p&gt; error i have received is&lt;/p&gt;&lt;p&gt;Missing argument 1 for Image::SetSize()&lt;/p&gt;&lt;p&gt;and&lt;/p&gt;&lt;p&gt;$Photo.PaddedImage(80, 80)&lt;br /&gt;$Photo.PaddedImage(80,80)&lt;br /&gt;$Photo.PaddedImage(80 , 80)&lt;/p&gt;&lt;p&gt;the error i have received is&lt;/p&gt;&lt;p&gt;imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions&lt;/p&gt;&lt;p&gt;I am trying to resize the image without cropping it.&lt;/p&gt;&lt;p&gt; when i am calling only the variable its showing the picture&lt;/p&gt;&lt;p&gt;thank you in advance&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Resizing picture  in templete &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280912#post280912&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280912#post280912&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 14 Mar 2010 21:02:18 +1300</pubDate>
			<dc:creator>anujkryadav</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280912#post280912</guid>
		</item>
		
		<item>
			<title>Newbie question</title>
			<link>http://www.silverstripe.org/themes-2/show/280866#post280866</link>
			<description>&lt;p&gt;Hi,&lt;br /&gt;I am new to Silverstripe and need some help.  How do I customize themes like change theme image, site color, etc...Is there a program I could use as I don't know any programming.  I am trying to build a photo gallery; is there themes for this?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Newbie question &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280866#post280866&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280866#post280866&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 14 Mar 2010 00:33:59 +1300</pubDate>
			<dc:creator>1cent</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280866#post280866</guid>
		</item>
		
		<item>
			<title>Remove hover graphic in Blackcandy sidebar</title>
			<link>http://www.silverstripe.org/themes-2/show/280745#post280745</link>
			<description>&lt;p&gt;In the sidebar menu in the Blackcandy theme, when you have a sub menu (Menu 2), a darker gray area appears and it hangs out to the right over the sidebar. All I want it to do is change to the pointer when the cursor is hovered over it, I don't want arrows and different colors and all that. I was able to remove the graphics from the level 1 menu, but I can't seem to get the 2nd level sidebar menu to lose the hover graphics. I'm working in layout.css; any suggestions? Thanks.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Remove hover graphic in Blackcandy sidebar &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280745#post280745&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280745#post280745&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 12 Mar 2010 07:24:42 +1300</pubDate>
			<dc:creator>jseth</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280745#post280745</guid>
		</item>
		
		<item>
			<title>Re: Another theme installation problem</title>
			<link>http://www.silverstripe.org/themes-2/show/280613?start=0#post280623</link>
			<description>&lt;p&gt;No! :embarrassment: I just tried and now it works. Thank you so much. I should better read the manual more carefully before I post next time.&lt;/p&gt;&lt;p&gt;Best, &lt;br /&gt;Torsten&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Another theme installation problem &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280613?start=0#post280623&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/280613?start=0#post280623&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 02:45:51 +1300</pubDate>
			<dc:creator>neuron</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280613?start=0#post280623</guid>
		</item>
		
		<item>
			<title>Re: Another theme installation problem</title>
			<link>http://www.silverstripe.org/themes-2/show/280613?start=0#post280622</link>
			<description>&lt;p&gt;Did you flush the cache? &lt;a href=&quot;http://doc.silverstripe.org/doku.php?id=tutorial:1-building-a-basic-site&amp;amp;s=flush#templates&quot;&gt;http://doc.silverstripe.org/doku.php?id=tutorial:1-building-a-basic-site&amp;amp;s=flush#templates&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Another theme installation problem &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280613?start=0#post280622&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/280613?start=0#post280622&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 02:35:50 +1300</pubDate>
			<dc:creator>Juanitou</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280613?start=0#post280622</guid>
		</item>
		
		<item>
			<title>Another theme installation problem</title>
			<link>http://www.silverstripe.org/themes-2/show/280613#post280613</link>
			<description>&lt;p&gt;Hi there!&lt;/p&gt;&lt;p&gt;Sorry for starting another &quot;theme install problem&quot; thread but my problem doesn't seem to be covered by the existing threads. I am fairly new to Silverstripe and started to run it with MAMP on my Mac. Everything went fine and I was also able to download new themes, put them into the themes folder, change /mysite/_config.php and voila the new theme was shown. &lt;/p&gt;&lt;p&gt;Now I did install Silverstripe on a websever. The installation process went fine and I can use both the tutorial theme and also the blackcandy theme by changing _config.php respectively. If I download another theme though, upload it to the themes folder and change _config.php I will just get a blank site this happens no matter theme I choose apart from 'tutorial' and 'blackcandy'. It even happens if I copy all 'blackcandy' subfolders and files into a new folder calles mytheme in the themes folder and change _config.php respectively. So it is not a problem of the subfolder structure or the .ss files but rather a problem of the server not fiinding the themes in general.  This there anything else I need to refresh or change apart from -config.php&lt;/p&gt;&lt;p&gt;Sorry for such a dump question but I am still a newbie in this regard.&lt;br /&gt;Cheers,&lt;br /&gt;Torsten&lt;/p&gt;&lt;p&gt;Just some more information:&lt;br /&gt;I tried to use theme 'BrightSide'&lt;/p&gt;&lt;p&gt;In the themes folder I have the following subfolders as downloaded from the web:&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;BrightSide1&lt;br /&gt;BrightSide1_blog&lt;br /&gt;BrightSide1_ecommerce&lt;br /&gt;BrightSide1_forum&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;So I changed /mysite/_config.php to 'BrightSide1' and while Safari just shows a blank site, Firefox returns the following which doesn't mean much to me but hopefully to someone of you:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Source&lt;/p&gt;&lt;p&gt;166 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;chosenTemplates['main'] = $this-&amp;gt;chosenTemplates[$templateFolder];&lt;br /&gt;167 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unset($this-&amp;gt;chosenTemplates[$templateFolder]);&lt;br /&gt;168 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;169 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;170 &lt;br /&gt;171 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(isset($_GET['debug_request'])) Debug::message(&quot;Final template selections made: &quot; . var_export($this-&amp;gt;chosenTemplates, true));&lt;br /&gt;172 &lt;br /&gt;173 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;174 &lt;br /&gt;175 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(!$this-&amp;gt;chosenTemplates) user_error(&quot;None of these templates can be found: &quot;. implode(&quot;.ss, &quot;, $templateList) . &quot;.ss&quot;, E_USER_WARNING);&lt;br /&gt;176 &lt;br /&gt;177 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::__construct();&lt;br /&gt;178 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;179 &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;180 &amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;181 &amp;nbsp;&amp;nbsp;&amp;nbsp; * Returns true if at least one of the listed templates exists&lt;/p&gt;&lt;p&gt;Trace&lt;/p&gt;&lt;p&gt;    * None of these templates can be found: Page.ss, ContentController.ss&lt;br /&gt;      Line 175 of SSViewer.php&lt;br /&gt;    * SSViewer-&amp;gt;__construct(Array)&lt;br /&gt;      Line 305 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;getViewer(index)&lt;br /&gt;      Line 172 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;handleAction(HTTPRequest)&lt;br /&gt;      Line 129 of RequestHandler.php&lt;br /&gt;    * RequestHandler-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 119 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 29 of ModelAsController.php&lt;br /&gt;    * ModelAsController-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 44 of RootURLController.php&lt;br /&gt;    * RootURLController-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 280 of Director.php&lt;br /&gt;    * Director::handleRequest(HTTPRequest,Session)&lt;br /&gt;      Line 121 of Director.php&lt;br /&gt;    * Director::direct(/)&lt;br /&gt;      Line 118 of main.php&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Another theme installation problem &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280613#post280613&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280613#post280613&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 23:36:19 +1300</pubDate>
			<dc:creator>neuron</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280613#post280613</guid>
		</item>
		
		<item>
			<title>Re: Selecting HomePage.ss in theme</title>
			<link>http://www.silverstripe.org/themes-2/show/273365?start=8#post280605</link>
			<description>&lt;p&gt;Thanks Juan &lt;/p&gt;&lt;p&gt;I changed home page with new template. Because first install, I was not selected template(empty) to begin tutorial.&lt;/p&gt;&lt;p&gt;Thanks again!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Selecting HomePage.ss in theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/273365?start=8#post280605&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/273365?start=8#post280605&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 22:08:14 +1300</pubDate>
			<dc:creator>onhamotminh</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/273365?start=8#post280605</guid>
		</item>
		
		<item>
			<title>Re: Selecting HomePage.ss in theme</title>
			<link>http://www.silverstripe.org/themes-2/show/273365?start=8#post280589</link>
			<description>&lt;p&gt;Hi Juan!&lt;/p&gt;&lt;p&gt;step1:&lt;br /&gt;Create HomePage.php (path /mysite/code/):&lt;br /&gt;&amp;lt;?php&lt;br /&gt;/**&lt;br /&gt; * Defines the HomePage page type&lt;br /&gt; */&lt;/p&gt;&lt;p&gt;class HomePage extends Page {&lt;br /&gt;   static $db = array(&lt;br /&gt;   );&lt;br /&gt;   static $has_one = array(&lt;br /&gt;   );&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;class HomePage_Controller extends Page_Controller {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/p&gt;&lt;p&gt;step2 : run http://localhost:82/silverstripe/dev/build?flush=1&lt;/p&gt;&lt;p&gt;step 3 :  Home Page assigned it to page type HomePage created (step2)&lt;/p&gt;&lt;p&gt;step 4 :&lt;/p&gt;&lt;p&gt;i checked image welcome.png correct with path as well as div banner (attach file)&lt;/p&gt;&lt;p&gt;Create HomePage.ss (path /themes/tutorial/templates/Layout/ and i tried with path /themes/tutorial/templates/ ):&lt;br /&gt;&amp;lt;div id=&quot;Banner&quot;&amp;gt;&lt;br /&gt;  &amp;lt;img src=&quot;themes/tutorial/images/welcome.png&quot; alt=&quot;Homepage image&quot; /&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&quot;Content&quot; class=&quot;typography&quot;&amp;gt;&lt;br /&gt;  $Content&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;step 5: I flushed the cache by http://localhost:82/silverstripe/?flush=1&lt;/p&gt;&lt;p&gt;My home page is not change with new layout. Please, Can you guide me which mistake ? Thanks Juan&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Selecting HomePage.ss in theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/273365?start=8#post280589&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/273365?start=8#post280589&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 15:41:04 +1300</pubDate>
			<dc:creator>onhamotminh</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/273365?start=8#post280589</guid>
		</item>
		
		<item>
			<title>Re: Problem with installing a new theme</title>
			<link>http://www.silverstripe.org/themes-2/show/258729?start=0#post280586</link>
			<description>&lt;p&gt;Ok, got it.&lt;/p&gt;&lt;p&gt;Thanks Willr, I guess I should wait till it is all stable including the couple of modules I'm using (blog, image-gallery).&lt;/p&gt;&lt;p&gt;Thanks for pointing me to the doc as well - surely this is useful.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Problem with installing a new theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/258729?start=0#post280586&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/258729?start=0#post280586&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 11:58:41 +1300</pubDate>
			<dc:creator>stx333</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/258729?start=0#post280586</guid>
		</item>
		
		<item>
			<title>Re: Problem with installing a new theme</title>
			<link>http://www.silverstripe.org/themes-2/show/258729?start=0#post280584</link>
			<description>&lt;p&gt;As with any upgrade it depends on how complex your application is that you have built on top of silverstripe. If its a simple site then it will be fairly easy. I just upgraded a site this morning and just needed to rebuild the database and change a couple methods.&lt;/p&gt;&lt;p&gt;We have been trying to pad out the notes on &lt;a href=&quot;http://doc.silverstripe.org/doku.php?id=upgrading:2.4.0&quot;&gt;http://doc.silverstripe.org/doku.php?id=upgrading:2.4.0&lt;/a&gt; to make it easy.&lt;/p&gt;&lt;p&gt;If you're running modules then it is likely you will have to upgrade those to the daily builds.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Problem with installing a new theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/258729?start=0#post280584&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/258729?start=0#post280584&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 11:52:09 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/258729?start=0#post280584</guid>
		</item>
		
		<item>
			<title>Re: Problem with installing a new theme</title>
			<link>http://www.silverstripe.org/themes-2/show/258729?start=0#post280583</link>
			<description>&lt;p&gt;I'm using 2.3.6, so I guess I'll just wait for a stable release of 2.4. &lt;/p&gt;&lt;p&gt;By the way - will the upgrade to 2.4 be very annoying from 2.3.6 or 2.3.1 (got another site on 2.3.1)?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Stas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Problem with installing a new theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/258729?start=0#post280583&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/258729?start=0#post280583&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 11:46:45 +1300</pubDate>
			<dc:creator>stx333</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/258729?start=0#post280583</guid>
		</item>
		
		<item>
			<title>Re: Problem with installing a new theme</title>
			<link>http://www.silverstripe.org/themes-2/show/258729?start=0#post280582</link>
			<description>&lt;p&gt;Well I am on the dev team  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; . This has been fixed as part of 2.4 AFAIK. Sean did some work on this 11 months ago.&lt;/p&gt;&lt;p&gt;Are you using 2.3 or 2.4?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Problem with installing a new theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/258729?start=0#post280582&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/258729?start=0#post280582&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 11:40:04 +1300</pubDate>
			<dc:creator>Willr</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/258729?start=0#post280582</guid>
		</item>
		
		<item>
			<title>Re: Problem with installing a new theme</title>
			<link>http://www.silverstripe.org/themes-2/show/258729?start=0#post280578</link>
			<description>&lt;p&gt;Willr,&lt;/p&gt;&lt;p&gt;Just downloaded and installed 2.3.6. The exactly same problem occured after adding a new theme (wine) to the themes dir and changing the _config.php file. &lt;/p&gt;&lt;p&gt;Your fix solved the problem however. Shouldn't this be reported to the Dev Team?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Stas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Problem with installing a new theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/258729?start=0#post280578&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/258729?start=0#post280578&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 11:28:46 +1300</pubDate>
			<dc:creator>stx333</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/258729?start=0#post280578</guid>
		</item>
		
		<item>
			<title>Re: Selecting HomePage.ss in theme</title>
			<link>http://www.silverstripe.org/themes-2/show/273365?start=0#post280551</link>
			<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;Well, are you sure welcome.png is there? The URL is correct. I guess you flushed the cache…&lt;/p&gt;&lt;p&gt;I suggest you to check the page source and verify that the div banner is there, so to confirm that the problem is the image not being loaded.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Selecting HomePage.ss in theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/273365?start=0#post280551&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/273365?start=0#post280551&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 06:55:03 +1300</pubDate>
			<dc:creator>Juanitou</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/273365?start=0#post280551</guid>
		</item>
		
		<item>
			<title>Re: Selecting HomePage.ss in theme</title>
			<link>http://www.silverstripe.org/themes-2/show/273365?start=0#post280547</link>
			<description>&lt;p&gt;thanks Juan&lt;/p&gt;&lt;p&gt;as image ss.png. I created HomePage page type and assigned it to my Home Page. I was deleted HomePage.ss in \templates. Only HomePage.ss have at \templates\layout. but home page also not show welcome image. &lt;/p&gt;&lt;p&gt;help me please,&lt;br /&gt;Trung&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Selecting HomePage.ss in theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/273365?start=0#post280547&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/273365?start=0#post280547&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 04:20:03 +1300</pubDate>
			<dc:creator>onhamotminh</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/273365?start=0#post280547</guid>
		</item>
		
		<item>
			<title>Re: Selecting HomePage.ss in theme</title>
			<link>http://www.silverstripe.org/themes-2/show/273365?start=0#post280529</link>
			<description>&lt;p&gt;Hi!&lt;/p&gt;&lt;p&gt;Have you created a HomePage page type as explained in the tutorial and assigned it to your Home Page?&lt;/p&gt;&lt;p&gt;Also, don’t put HomePage.ss in \templates.&lt;/p&gt;&lt;p&gt;Hope it helps,&lt;br /&gt;Juan&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Selecting HomePage.ss in theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/273365?start=0#post280529&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/273365?start=0#post280529&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 09 Mar 2010 23:41:36 +1300</pubDate>
			<dc:creator>Juanitou</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/273365?start=0#post280529</guid>
		</item>
		
		<item>
			<title>Re: Selecting HomePage.ss in theme</title>
			<link>http://www.silverstripe.org/themes-2/show/273365?start=0#post280526</link>
			<description>&lt;p&gt;Hi All&lt;/p&gt;&lt;p&gt;In the SilverStripe template basic theme tutorial, I did as the guide however home page not change theme &lt;/p&gt;&lt;p&gt;HomePage.ss (path \themes\tutorial\templates and a copy at themes\tutorial\templates\layout)&lt;br /&gt;&amp;lt;div id=&quot;Banner&quot;&amp;gt;&lt;br /&gt;  &amp;lt;img src=&quot;themes/tutorial/images/welcome.png&quot; alt=&quot;Homepage image&quot; /&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&quot;Content&quot; class=&quot;typography&quot;&amp;gt;&lt;br /&gt;  $Content&lt;br /&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;&lt;p&gt;I was tried run /dev/build?flush=1 and dev/build?flush=all but it was not run theme HomePage.ss. Can you help me? (SS version 2.3.6)&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Selecting HomePage.ss in theme &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/273365?start=0#post280526&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/273365?start=0#post280526&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 09 Mar 2010 23:17:19 +1300</pubDate>
			<dc:creator>onhamotminh</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/273365?start=0#post280526</guid>
		</item>
		
		<item>
			<title>Re: Overriding Theme Files in Modules</title>
			<link>http://www.silverstripe.org/themes-2/show/280296?start=0#post280451</link>
			<description>&lt;p&gt;A theme template should override a module template of the same name.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Overriding Theme Files in Modules &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280296?start=0#post280451&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/280296?start=0#post280451&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 08 Mar 2010 12:00:21 +1300</pubDate>
			<dc:creator>Hamish</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280296?start=0#post280451</guid>
		</item>
		
		<item>
			<title>Re: Blackcandy theme question</title>
			<link>http://www.silverstripe.org/themes-2/show/280340?start=0#post280344</link>
			<description>&lt;p&gt;Solved one question - in the layout.css, I increased the % of the font size, which gave me a larger font for, well, everything, but did make the rss feed links readable, then I just needed to adjust the font sizes throughout the rest of the code to return them to their relative desired sizes.&lt;/p&gt;&lt;p&gt;I'm still looking for where to change the link color, if anyone has any suggestions!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blackcandy theme question &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280340?start=0#post280344&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/280340?start=0#post280344&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Mar 2010 09:00:02 +1300</pubDate>
			<dc:creator>jseth</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280340?start=0#post280344</guid>
		</item>
		
		<item>
			<title>Blackcandy theme question</title>
			<link>http://www.silverstripe.org/themes-2/show/280340#post280340</link>
			<description>&lt;p&gt;I think this will probably be an easy question for someone with more experience than I. I'm using the Blackcandy theme and have customized it to suit our organization, but there are two things I need to change that I just cannot find!&lt;/p&gt;&lt;p&gt;1. I'm using &lt;a href=&quot;http://silverstripe.org/all-other-modules/show/274910&quot;&gt;Widget Manager &lt;/a&gt;, and the rss widget shows up nicely in the left sidebar, however the font is quite tiny and the links are blue. I'd like to enlarge the font a bit, and change the font link color. I'm able to change the link color and size for my content within the theme, but not in the widget. It seems the Widget Manager did not come with any files to modify - am I supposed to create these myself? Is the answer elsewhere?&lt;/p&gt;&lt;p&gt;2. I've created a Logout link which I've placed in the header area, and it's fine except that it is surrounded with a purple border (I'm assuming because it is a link). I'd really like to either remove the border all together, or at least change the color. I've gone through all the css files with a fine tooth comb (and my eyes too) but can't seem to find the magic code to change this.&lt;/p&gt;&lt;p&gt;Can anyone assist me? Thank you!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Blackcandy theme question &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280340#post280340&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280340#post280340&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Mar 2010 07:54:40 +1300</pubDate>
			<dc:creator>jseth</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280340#post280340</guid>
		</item>
		
		<item>
			<title>Overriding Theme Files in Modules</title>
			<link>http://www.silverstripe.org/themes-2/show/280296#post280296</link>
			<description>&lt;p&gt;hi&lt;/p&gt;&lt;p&gt;I came upon this problem whilst trying to deal with a validation error in the Newsletter module - the file SubscribeSubmission contains a  '&amp;lt;br &amp;gt;' (note the extra space) that is causing XML validation issues with the theme layouts I am using.&lt;/p&gt;&lt;p&gt;If there a way a theme can cleanly override a module, or do I have to create another module that decorates the appropriate method and change the path of the file being used as a template?&lt;/p&gt;&lt;p&gt;Apologies if I have missed something obvious&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Gordon&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Overriding Theme Files in Modules &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280296#post280296&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/280296#post280296&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 05 Mar 2010 17:58:09 +1300</pubDate>
			<dc:creator>elgordo</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/280296#post280296</guid>
		</item>
		
		<item>
			<title>Re: Own Theme, Login not Working</title>
			<link>http://www.silverstripe.org/themes-2/show/278919?start=0#post280236</link>
			<description>&lt;p&gt;got the same problem. blinder's fix works like a charm :3&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Own Theme, Login not Working &lt;a href=&quot;http://www.silverstripe.org/themes-2/show/278919?start=0#post280236&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/themes-2/reply/278919?start=0#post280236&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 05 Mar 2010 01:56:38 +1300</pubDate>
			<dc:creator>wfrostfire</dc:creator>
			<guid>http://www.silverstripe.org/themes-2/show/278919?start=0#post280236</guid>
		</item>
		

	</channel>
</rss>