Can anyone tell me how to display only details using news module, without displaying summary?
I've been thinking a while about it and can't find a solution. I have a website, where on main page I've got some article (summary of it) with "more" button. Styled it using own templates, so the code looks like:
Code: Select all
{news number='1' detailpage='some-page' category="cat" detailtemplate="Sample" summarytemplate="Sample"}
Code: Select all
{news number='1' detailpage='some-page' category="cat" detailtemplate="Sample" }
Tell me, is it any way to do it? I checked new's code and tried to make some changed, but I didn't archieve anything. Whole task would be simple, if it regarded diffrent articles, cause then I could use diffrent templates. However here, at one page the article must have both summary and details (with "more" link) and at the other page same article must display only details.
Any solution how to do this? Would be very grateful for hints.
Regards,
Dave