Loading...
 
Features / Usability

Features / Usability


Long article titles are being truncated

posts: 43 New Zealand

Long article titles are being truncated in the List Articles page (tiki-list_articles.php)

This page to be useful when working with articles and will have a realtively large number of hits.

The problem is that I would like to be able to display the full title name. Perhaps an option to truncate at a given number of characters would be nice.

Thank you




posts: 1001 Canada

Sorry, there is no such option, you would have to edit the .tpl and change
{$listpages[changes].title|truncate:20:"...":true}
to
{$listpages[changes].title}

posts: 43 New Zealand

>Sorry, there is no such option, you would have to edit the .tpl and >change
>{$listpageschanges.title|truncate:20:"...":true}
>to
>{$listpageschanges.title}

biggrinThanks Chealer,
That worked a treat - Cheers Lee


posts: 43 New Zealand

>Sorry, there is no such option, you would have to edit the .tpl and >change
>{$listpageschanges.title|truncate:20:"...":true}
>to
>{$listpageschanges.title}

biggrinThanks Chealer,
That worked a treat - Cheers Lee