Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [hunthost] List of threads on home page

Quote Reply
Re: [hunthost] List of threads on home page In reply to
You would need something like:
Code:
sub {
my $post_message = shift;
return substr($post_message,0,50);
}
and then call it as <%chop_message($post_message)%> in the template.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread List of threads on home page hunthost 6081 May 23, 2002, 12:29 PM
Thread Re: [hunthost] List of threads on home page
hunthost 5972 May 23, 2002, 3:46 PM
Thread Re: [hunthost] List of threads on home page
ellipsiiis 5967 May 23, 2002, 4:52 PM
Thread Re: [ellipsiiis] List of threads on home page
hunthost 5944 May 23, 2002, 6:04 PM
Post Re: [hunthost] List of threads on home page
yogi 5901 May 27, 2002, 12:22 AM
Thread Re: [hunthost] List of threads on home page
shiner 5856 May 31, 2002, 6:47 PM
Thread Re: [shiner] List of threads on home page
hunthost 5869 May 31, 2002, 9:24 PM
Post Re: [hunthost] List of threads on home page
shiner 5851 May 31, 2002, 9:30 PM