Modification to News Module for NMS

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
girlnerd
Forum Members
Forum Members
Posts: 12
Joined: Wed Dec 20, 2006 12:45 am

Modification to News Module for NMS

Post by girlnerd »

Hi,

I need to modify the summary of a news item to show the first x characters of the summary for the Newsletter, NMS.

My guess is that I would move $summary into an array and then use a loop to put the first x number of characters into a variable $shortsummary. Then move that to my newly created template in News for use with my NMS.

Since this is my first foray into modifying templates and modules, any suggestions would be greatly appreciated.

Thanks in advance,
girlnerd
cyberman

Re: Modification to News Module for NMS

Post by cyberman »

girlnerd wrote: I need to modify the summary of a news item to show the first x characters of the summary for the Newsletter, NMS.
Please try to use modifier truncate

http://smarty.php.net/manual/en/languag ... uncate.php
My guess is that I would move $summary into an array and then use a loop to put the first x number of characters into a variable $shortsummary.
Use capture tag

http://smarty.php.net/manual/en/languag ... on.capture
Post Reply

Return to “Modules/Add-Ons”