Am I putting too many parameters in the tag? Can I not specify both templates in the call?
Code: Select all
{news category='special*' browsecat='1' summarytemplate='MySummary' detailtemplate='MyDetail}
Nullig
Code: Select all
{news category='special*' browsecat='1' summarytemplate='MySummary' detailtemplate='MyDetail}
NoNullig wrote: Am I putting too many parameters in the tag?
Yes, News use default template if not specificatedNullig wrote: Can I not specify both templates in the call?
Check sintax, detailtemplate is not close:Nullig wrote:Code: Select all
{news category='special*' browsecat='1' summarytemplate='MySummary' detailtemplate='MyDetail}
Try to invert quote also (' -> ")detailtemplate='MyDetail'}
Code: Select all
{news category="special*" browsecat="1" summarytemplate="MySummary" detailtemplate="MyDetail"}
Code: Select all
{news summarytemplate="MySummary"}
Search in forum for this.Nullig wrote: It all works perfectly as I add parameters until I add the browsecat="1", then it goes back to the default templates.
does not make a difference to the output.detailtemplate="Bestuursnieuws"