<?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: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=8#post242684</link>
			<description>&lt;p&gt;1 vote for Ingo's suggestion. Any changes planned?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=8#post242684&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=8#post242684&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 04 Dec 2008 17:58:17 +1300</pubDate>
			<dc:creator>kcd</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=8#post242684</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post7471</link>
			<description>&lt;p&gt;I understand Sam's point, separating the code from the layout.  &lt;/p&gt;&lt;p&gt;But, I would like the ability to change themes without having to redo my changes.  I think a developer should be able to switch to a new theme with minimal amount of work.&lt;/p&gt;&lt;p&gt;So, I support Ingo's idea that it should be up to the developer.  Can you add a feature that allows site developers to choose how things are overriden?  Or, as Ingo mentioned, mysite templates are given priority?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post7471&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post7471&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 26 Oct 2007 07:33:39 +1300</pubDate>
			<dc:creator>Karl</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post7471</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post7452</link>
			<description>&lt;p&gt;overriding mysite with blackcandy might be a common scenario when using the installer, but i think usually its the other way around: you have a working theme, and want to customize little bits.&lt;/p&gt;&lt;p&gt;for example, i just set up a instance where i don't care too much about layout, and used the default blackcandy. i DID care about the &quot;your sitename here&quot; title though. in the use-case described by you, i'd have to duplicate the whole theme dir to make this change (rather than just overriding Page.ss) - and loose easy upgrade-options through svn.&lt;/p&gt;&lt;p&gt;if its logically possible to give mysite-templates priority if present, i suggest we should give this option to the developer. he can still decide to duplicate the whole theme if the amount of customizations justifies it.&lt;/p&gt;&lt;p&gt;what do you guys think?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post7452&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post7452&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 25 Oct 2007 16:35:07 +1300</pubDate>
			<dc:creator>Ingo</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post7452</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post7443</link>
			<description>&lt;p&gt;This is a bit of an open issue.  The current thinking is to do the following:&lt;/p&gt;&lt;p&gt; * Leave CSS and SS files out of the mysite folder.&lt;br /&gt; * If you want to create your own HTML, and don't want to edit the theme, then duplicate the theme and edit that.&lt;br /&gt; * If you want to start from scratch, then create your own theme from scratch.&lt;/p&gt;&lt;p&gt;The theme files take precedence over the files in mysite because the concept was that you'll &lt;strong&gt;override&lt;/strong&gt; the built-in template (in mysite) with one from a theme.&lt;/p&gt;&lt;p&gt;However, this isn't clearly spelled out in the documentation.&lt;/p&gt;&lt;p&gt;From a product development perspective, the best bet is probably to remove the .ss and .css files from the mysite folder in the installer, and to improve the documentation about how to create your own custom theme.&lt;/p&gt;&lt;p&gt;The mysite folder should just contain your PHP and JS code.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post7443&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post7443&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 25 Oct 2007 14:29:57 +1300</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post7443</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post7439</link>
			<description>&lt;p&gt;Yar, I am also led astray by 'mysite/templates/Page.ss' not overriding 'themes/blackcandy/templates/Page.ss' as it was described in the aforementioned wiki page.  Anyone able to shed light on this?  This is just a &quot;me too&quot; but what's the official stance? Overriding with mysite or simply tailoring a theme directly?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post7439&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post7439&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 25 Oct 2007 12:25:59 +1300</pubDate>
			<dc:creator>Damo</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post7439</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post7095</link>
			<description>&lt;p&gt;I've experienced a similar issue.  mysite/templates/Page.ss doesn't override themes/blackcandy/templates/Page.ss.  The above post indicates that changes should be made in the theme but this doesn't make sense to me conceptually.  I should be able to drop in a new theme and it should work (maybe not perfectly, but still work) without edits to the theme.  Any edits I make should be in mysite without need to change the theme.&lt;/p&gt;&lt;p&gt;Additionally, this page, &lt;a href=&quot;http://doc.silverstripe.com/doku.php?id=themes:developing&quot;&gt;http://doc.silverstripe.com/doku.php?id=themes:developing&lt;/a&gt; , indicates that mysite should override the theme but this is not happening.  Any suggestions or input?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post7095&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post7095&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Oct 2007 06:19:32 +1300</pubDate>
			<dc:creator>Karl</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post7095</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post6666</link>
			<description>&lt;p&gt;ah ok. I would just use the themes folder for all your custom css/templates and leave mysite for the code.. Maybe this is getting a tad confusing as its not too obvious as to where you edit css/templates..&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post6666&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post6666&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 07 Oct 2007 16:41:14 +1300</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post6666</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post6633</link>
			<description>&lt;p&gt;Hi Will,&lt;/p&gt;&lt;p&gt;Thanks for the reply.  It seems that I cannot override the contents of the css, images, templates  directories under the themes directory with the contents of mysite.  The only folder that appears to work under mysite now is the code folder.&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Gary&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post6633&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post6633&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Oct 2007 17:30:29 +1300</pubDate>
			<dc:creator>gakenny</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post6633</guid>
		</item>
		
		<item>
			<title>Re: Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623?start=0#post6625</link>
			<description>&lt;p&gt;They are obsolete in a way, I think mysite is used if you want to override a theme? or as a backup if there is no themes.. anyway you should develop your site as a custom theme in the themes folder.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623?start=0#post6625&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/6623?start=0#post6625&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Oct 2007 10:46:33 +1300</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623?start=0#post6625</guid>
		</item>
		
		<item>
			<title>Themes in v2.1.0</title>
			<link>http://www.silverstripe.org/archive/show/6623#post6623</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;With the new themes folder offered in v2.1.0, does this now mean that all stylesheets and images associated with the presentation of the website should be now located here rather than under mysite?  Does this mean that the css, images, etc. folders under mysite are obsolete?  Is there any documentation relating to this change available?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Gary&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Themes in v2.1.0 &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623#post6623&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/6623#post6623&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Oct 2007 08:25:20 +1300</pubDate>
			<dc:creator>gakenny</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/6623#post6623</guid>
		</item>
		

	</channel>
</rss>