21308 Posts in 5737 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » page two of news holder page needs to have NO hero...
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 532 Views |
-
page two of news holder page needs to have NO hero...

29 October 2009 at 11:11pm
I have a news holder page on which the first news story is displayed defferently to others (eg as a hero). I achieve this by using the <% if first %> page control. and the rest of the stories are displayed in the standard way.
I have set up paging on the holder page so only 9 are displayed on each page.
My problem is that when I page to the next page I do not want the hero to appear. rather that all the stories are then displayed normall. This is because I only want the first story in my cms to be displayed as hero.
Does this make sense? Does anyone know how I might acheive this?
-
Re: page two of news holder page needs to have NO hero...

30 October 2009 at 7:09am
There is a handy control with DataObjectSet called NotFirstPage, that should do the trick:
<% if YourDataSet.NotFirstPage %>
Non-Hero header
<% else %>
Check out the $Top.$Hero
<% end_if %> -
Re: page two of news holder page needs to have NO hero...

30 October 2009 at 11:44am
Perfect. Thanks
| 532 Views | ||
|
Page:
1
|
Go to Top |


