<?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: control page.ss</title>
			<link>http://www.silverstripe.org/archive/show/127626?start=0#post129428</link>
			<description>&lt;p&gt;image:&lt;br /&gt;homepage.jpg&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: control page.ss &lt;a href=&quot;http://www.silverstripe.org/archive/show/127626?start=0#post129428&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/127626?start=0#post129428&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 26 Jul 2008 10:29:24 +1200</pubDate>
			<dc:creator>rube</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/127626?start=0#post129428</guid>
		</item>
		
		<item>
			<title>Re: control page.ss</title>
			<link>http://www.silverstripe.org/archive/show/127626?start=0#post129420</link>
			<description>&lt;p&gt;First thank you, &lt;/p&gt;&lt;p&gt;I was checking the tutorial, and I saw that  says:&lt;em&gt;Each page type is represented by two php classes &lt;/em&gt; This is in: &lt;br /&gt;tutorial/code.&lt;/p&gt;&lt;p&gt;I have to copy the code and stick in a new HomePage.ss in the folder: &lt;/p&gt;&lt;p&gt;themes\(my_theme)\template\templates\Layout  ?&lt;/p&gt;&lt;p&gt;and to continue making&lt;/p&gt;&lt;p&gt;db/build?flush=1&lt;/p&gt;&lt;p&gt;But I do not have the following image:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:red&quot;&gt;homepage.jpg&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I fail to obtain a HomePage.ss &lt;/p&gt;&lt;p&gt;Thanks again, and I'm sorry for my spelling, I am a Latino boy.&lt;/p&gt;&lt;p&gt;Rube.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: control page.ss &lt;a href=&quot;http://www.silverstripe.org/archive/show/127626?start=0#post129420&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/127626?start=0#post129420&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 26 Jul 2008 10:25:24 +1200</pubDate>
			<dc:creator>rube</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/127626?start=0#post129420</guid>
		</item>
		
		<item>
			<title>Re: control page.ss</title>
			<link>http://www.silverstripe.org/archive/show/127626?start=0#post127782</link>
			<description>&lt;p&gt;Has the homepage got a custom Page type or is it just a standard page? If it has its own page type eg HomePage.php you can create a HomePage.ss file which has the custom code in it. Or if you could add this in your Page.ss&lt;/p&gt;&lt;p&gt;(homepage must have the url 'home'&lt;/p&gt;&lt;p&gt;&amp;lt;% if InSection(home) %&amp;gt;&lt;br /&gt;     // code only for home page&lt;br /&gt;&amp;lt;% end_if %&amp;gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: control page.ss &lt;a href=&quot;http://www.silverstripe.org/archive/show/127626?start=0#post127782&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/127626?start=0#post127782&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 23 Jul 2008 17:46:10 +1200</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/127626?start=0#post127782</guid>
		</item>
		
		<item>
			<title>control page.ss</title>
			<link>http://www.silverstripe.org/archive/show/127626#post127626</link>
			<description>&lt;p&gt;hi&lt;br /&gt;I have an urgent request!!  I  wanted to know how to control the page.ss,   What I need to know is:&lt;br /&gt;When I enter the homepage, I have this structure:&lt;br /&gt;&lt;strong&gt;(image content.jpg)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;-&amp;lt;body&amp;gt;&lt;br /&gt;                -&amp;lt;div id=&quot;wrap&quot;&amp;gt;&lt;br /&gt;                         +&amp;lt;div id=&quot;header&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;                               - &amp;lt;div id=&quot;content-wrap&quot;&amp;gt;&lt;br /&gt;                                        - &amp;lt;div id=&quot;content&quot;&amp;gt;&lt;br /&gt;                                                  +&amp;lt;div id=&quot;sidebar&quot;&amp;gt;&lt;br /&gt;                                                  +&amp;lt;div id=&quot;main&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt; &lt;/p&gt;&lt;p&gt;But when I click on another menu link that has a new structure&lt;br /&gt; &lt;strong&gt;(image content2.jpg)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;-&amp;lt;body&amp;gt;&lt;br /&gt;                -&amp;lt;div id=&quot;wrap&quot;&amp;gt;&lt;br /&gt;                         +&amp;lt;div id=&quot;header&quot;&amp;gt;&lt;/p&gt;&lt;p&gt;                               - &amp;lt;div id=&quot;content-wrap&quot;&amp;gt;&lt;br /&gt;                                        - &amp;lt;div id=&quot;content&quot;&amp;gt;&lt;br /&gt;                                                  +&amp;lt;div id=&quot;sidebar&quot;&amp;gt;&lt;br /&gt;                                                  +&amp;lt;div id=&quot;main&quot;&amp;gt;&lt;br /&gt;                                              &lt;strong&gt;   &lt;em&gt;   +&amp;lt;div id=&quot;navSec&quot;&amp;gt;&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;/div&gt; &lt;/p&gt;&lt;p&gt;I already created the new div=â€navSecâ€ so that other links besides the homepage have this structure.  What I canÂ´t figure out is how to have this control.  Thanks for your help!!&lt;/p&gt;&lt;p&gt;Rube&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: control page.ss &lt;a href=&quot;http://www.silverstripe.org/archive/show/127626#post127626&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/127626#post127626&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 23 Jul 2008 10:19:43 +1200</pubDate>
			<dc:creator>rube</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/127626#post127626</guid>
		</item>
		

	</channel>
</rss>