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

Re: [tandat] Hot Threads List...

Quote Reply
Re: [tandat] Hot Threads List... In reply to
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,


Yeah, I got it working, thanks. Stupid syntax error on my part.
Subject Author Views Date
Thread Hot Threads List... SeanP 6692 Feb 18, 2005, 11:51 AM
Thread Re: [SeanP] Hot Threads List...
SandraR 6464 Apr 14, 2005, 2:58 PM
Post Post deleted by SeanP
SeanP 6466 Apr 15, 2005, 12:37 PM
Thread Re: [SandraR] Hot Threads List...
webslicer 6453 Apr 19, 2005, 8:33 PM
Thread Re: [webslicer] Hot Threads List...
agaffin 6336 Jun 21, 2005, 11:55 AM
Thread Re: [agaffin] Hot Threads List...
webslicer 6371 Jun 22, 2005, 1:05 AM
Thread Re: [webslicer] Hot Threads List...
agaffin 6342 Jun 22, 2005, 10:20 AM
Thread Re: [agaffin] Hot Threads List...
webslicer 6268 Sep 9, 2005, 5:44 AM
Post Re: [webslicer] Hot Threads List...
Jobu 6003 Aug 25, 2006, 7:37 AM
Thread Re: [agaffin] Hot Threads List...
Jobu 5960 Sep 2, 2006, 6:56 AM
Thread Re: [Jobu] Hot Threads List...
tandat 5958 Sep 2, 2006, 7:58 AM
Post Re: [tandat] Hot Threads List...
Jobu 6003 Sep 2, 2006, 7:59 AM