Max lenght on news summery

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
angels

Max lenght on news summery

Post 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 :(
angels

Re: Max lenght on news summery

Post by angels »

anyone?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Max lenght on news summery

Post 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}
Locked

Return to “CMSMS Core”