remove links in newsmodule
remove links in newsmodule
I wont to remove the links after an article in the detailtemplate. How can I do this.
Re: remove links in newsmodule
In the detail template you're using, either delete the links or comment them out with {* *}
e.g. change
to
e.g. change
Code: Select all
{if $return_url != ""}
<div id="NewsPostDetailReturnLink">{$return_url}{if $category_name != ''} - {$category_link}{/if}</div>
{/if}Code: Select all
{*
{if $return_url != ""}
<div id="NewsPostDetailReturnLink">{$return_url}{if $category_name != ''} - {$category_link}{/if}</div>
{/if}
*}Not getting the answer you need? CMSMS support options
Re: remove links in newsmodule
Thanks DIGI13 for your reply. I'm only using the News Summary Sample-template and not the detail-template. But client changed her mind. So that's it.
Re: remove links in newsmodule
Hallo DIGI13, the question was how to remove the NewsSummaryLink in the detailpage. This means that my first question had a bad phrasing.


