[SOLVED] News Module Details Using NCleanBlue Template?
Posted: Mon Dec 14, 2009 7:08 am
I've got a fresh install of 1.6.6. I've tried reading through the different posts, but either I'm not quite understanding how to do this, or they were all referring to something else.
My default template for the homepage is "NCleanBlue". When you click on the "News" link on the left column, I want it to display the next page using the "NCleanBlue" template, not the "Left simple navigation + 1 column" template, which it appears to be doing.
I've tried editing the NCleanBlue template from:
To:
But... this does not work.
I'm sure there is something simple that I'm missing, but I've tried everything that I can think of...
Thanks in advance.
My default template for the homepage is "NCleanBlue". When you click on the "News" link on the left column, I want it to display the next page using the "NCleanBlue" template, not the "Left simple navigation + 1 column" template, which it appears to be doing.
I've tried editing the NCleanBlue template from:
Code: Select all
{* Start News *}
<div id="news">
{news number='3' detailpage='news'}
</div>
Code: Select all
{* Start News *}
<div id="news">
{news number='3' detailpage='news' detailtemplate='NCleanBlue'}
</div>
I'm sure there is something simple that I'm missing, but I've tried everything that I can think of...
Thanks in advance.