Page 1 of 1

Max lenght on news summery

Posted: Thu Aug 25, 2005 1:11 pm
by angels
Hi,

I want to put a max lenght on the news summery. How can i do this? The option lenght="60" does not work :(

Re: Max lenght on news summery

Posted: Tue Aug 30, 2005 8:57 am
by angels
anyone?

Re: Max lenght on news summery

Posted: Tue Aug 30, 2005 9:49 am
by Ted
Open up the news admin.  3rd tab is the summary template.

Look for:

Code: Select all

<br />{$entry->summary}
Change to:

Code: Select all

<br />{$entry->summary|truncate:60}