Is it possible to remove the brackets that surround the "more" link in the news module?
I noticed that even if I change the moretext to be something different, CMSMS always puts brackets around the link.
For example, I have moretext set to be: More . . . but CMSMS writes it to the page as [More . . .]. Need to get rid of those darn brackets if possible.
Many thanks in advance.
Remove brackets ( [] ) from the More link in the news module
-
cyberman
Re: Remove brackets ( [] ) from the More link in the news module
Please go to News admin panel and there to Summary template. Change this line
to this
...
Code: Select all
<div class="NewsSummaryMorelink">
[color=red][[/color]{$entry->morelink}[color=red]][/color]
</div>That's all
{$entry->morelink}
Re: Remove brackets ( [] ) from the More link in the news module
Holy, don't I feel stupid lol. I am not sure how I missed that.cyberman wrote: Please go to News admin panel and there to Summary template. Change this line
to thisCode: Select all
<div class="NewsSummaryMorelink"> [color=red][[/color]{$entry->morelink}[color=red]][/color] </div>
That's all
{$entry->morelink}...
-
petrangr
Re: Remove brackets ( [] ) from the More link in the news module
In news module its possible to define your text for the more link, can it be done for the return as well?
Re: Remove brackets ( [] ) from the More link in the news module
I believe you'd change it in the language file.
Look for the "morelink" entry.
Nullig
Look for the "morelink" entry.
Nullig
Re: Remove brackets ( [] ) from the More link in the news module
This is actually on the news help page (admin/listmodules.php?action=showmodulehelp&module=News)
(optional) moretext="more..." - Text to display at the end of a news item if it goes over the summary length. Defaults to "more..."

