1259 Posts in 348 Topics by 484 members
| Go to End | Next > | |
| Author | Topic: | 2856 Views |
-
Selecting HomePage.ss in theme

14 November 2009 at 5:27pm Last edited: 14 November 2009 5:36pm
I'm confused...
In the SilverStripe template basic theme tutorial, we are told to change the behavior of the page that we would like to be homepage to use the HomePage.ss template through the drop-down list. However I only have three items on the list for my theme, none of which says 'HomePage' -- is it just me or what's going on? Can anybody help here?
-
Re: Selecting HomePage.ss in theme

14 November 2009 at 10:13pm
The tutorial says: "To illustrate how we do this, we will create a new template for the homepage."
You will have to create it yourself and then flush the database etc. It is all explained in there.
-
Re: Selecting HomePage.ss in theme

14 November 2009 at 10:30pm
Thanks for your response Yurigoul - got me looking things over again more carefully. Have added the HomePage.php file to mysite/code. However when I click the link http://localhost/dev/build?flush=1 I get a 404 page! My development address for my site is http://localhost/Sites/SilverStripe/?flush=1, so I'm wondering if this is a factor? Do you have any further pointers?
-
Re: Selecting HomePage.ss in theme

14 November 2009 at 11:26pm
Your URL would then be : http://localhost/Sites/SilverStripe/dev/build?flush=1
Always append the /dev/build to the URL of your SilverStripe install.
-
Re: Selecting HomePage.ss in theme

9 March 2010 at 11:17pm Last edited: 9 March 2010 11:19pm
Hi All
In the SilverStripe template basic theme tutorial, I did as the guide however home page not change theme
HomePage.ss (path \themes\tutorial\templates and a copy at themes\tutorial\templates\layout)
<div id="Banner">
<img src="themes/tutorial/images/welcome.png" alt="Homepage image" />
</div>
<div id="Content" class="typography">
$Content
</div>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)
-
Re: Selecting HomePage.ss in theme

9 March 2010 at 11:41pm
Hi!
Have you created a HomePage page type as explained in the tutorial and assigned it to your Home Page?
Also, don’t put HomePage.ss in \templates.
Hope it helps,
Juan -
Re: Selecting HomePage.ss in theme

10 March 2010 at 4:20am Last edited: 10 March 2010 4:37am
thanks Juan
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.
help me please,
Trung
| 2856 Views | ||
| Go to Top | Next > |



