Remove the [more] from Links descriptions

When I add a description to a Link it adds the [more] link at the end no matter how long the description. Does anyone know how to disable this for links? I’m using version 1.3.5

By links you mean topics and pages?

Yes. I’m adding links in the Information sidebox.

Look in the “pages_pages/pages.tpl” file about half way down. You should see something like this:



{if $page.short_description}

{$page.short_description|truncate:300:"...[COLOR=Red] `$lang.more_link`[/COLOR]"}



{/if}




You can delete the part in red.

I saw that code but I wasn’t sure what it applied to.



Thank you,



Harry