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

Re: [Jobu] Hot Threads List...

Quote Reply
Re: [Jobu] Hot Threads List... In reply to
Hi,

This should work

sub {
my $post_subject = shift;
return $post_subject unless(length($post_subject)>30);

return substr($post_subject,0,30);
}

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread Hot Threads List... SeanP 6688 Feb 18, 2005, 11:51 AM
Thread Re: [SeanP] Hot Threads List...
SandraR 6460 Apr 14, 2005, 2:58 PM
Post Post deleted by SeanP
SeanP 6462 Apr 15, 2005, 12:37 PM
Thread Re: [SandraR] Hot Threads List...
webslicer 6449 Apr 19, 2005, 8:33 PM
Thread Re: [webslicer] Hot Threads List...
agaffin 6331 Jun 21, 2005, 11:55 AM
Thread Re: [agaffin] Hot Threads List...
webslicer 6366 Jun 22, 2005, 1:05 AM
Thread Re: [webslicer] Hot Threads List...
agaffin 6338 Jun 22, 2005, 10:20 AM
Thread Re: [agaffin] Hot Threads List...
webslicer 6263 Sep 9, 2005, 5:44 AM
Post Re: [webslicer] Hot Threads List...
Jobu 5999 Aug 25, 2006, 7:37 AM
Thread Re: [agaffin] Hot Threads List...
Jobu 5955 Sep 2, 2006, 6:56 AM
Thread Re: [Jobu] Hot Threads List...
tandat 5954 Sep 2, 2006, 7:58 AM
Post Re: [tandat] Hot Threads List...
Jobu 5998 Sep 2, 2006, 7:59 AM