Page 1 of 1

News module "See more" link to External Webpage?

Posted: Mon Nov 19, 2018 2:14 pm
by Sendlingur
Hi all I've one question.

Is it possible to somehow use the "See more" link to go to an external webpage instead of going to the detailpage?

And off course without making a new template for each news item.

thanks in advance.

Re: News module "See more" link to External Webpage?

Posted: Mon Nov 19, 2018 3:45 pm
by DIGI3
Add another field for external link (or use the 'extra' field), then in your template just check for it. Something like:

Code: Select all

{if $mynewfield}<a href="{$mynewfield}" target="_blank" rel="noreferrer" />{else}{$morelink}{/if}