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

Re: Hits Site on HomePage

Quote Reply
Re: Hits Site on HomePage In reply to
Thanks Alex but I need to short description for <%Title%> tag, I've used this code but it repeat two times title:

sub { my $tags = shift; my $desc = $tags->{Title} or return ""; length $desc < 10 and return $desc; my $short = substr ($desc, 0, 300); $short =~ s/\s\S+?$//; $short .= " ......"; return $short;}

How I can Do it?
Thanks in advance
Bye From Italy
Fabio

Fabio
Subject Author Views Date
Thread Hits Site on HomePage fabio 15813 Aug 6, 2001, 5:48 PM
Post Re: Hits Site on HomePage
fabio 15516 Aug 7, 2001, 7:24 AM
Thread Re: Hits Site on HomePage
Alex 15551 Aug 7, 2001, 9:34 AM
Thread Re: Hits Site on HomePage
fabio 15521 Aug 7, 2001, 10:30 AM
Thread Re: Hits Site on HomePage
Alex 15510 Aug 7, 2001, 10:41 AM
Thread Re: Hits Site on HomePage
fabio 15482 Aug 7, 2001, 11:00 AM
Thread Re: Hits Site on HomePage
doublemint 15523 Aug 7, 2001, 12:17 PM
Thread Re: [doublemint] Hits Site on HomePage
ccunet 15136 Aug 2, 2003, 6:45 AM
Thread Re: [ccunet] Hits Site on HomePage
Mark2 14887 Feb 22, 2006, 9:49 AM
Thread Re: [Mark2] Hits Site on HomePage
HopeForYou 14288 Jun 1, 2009, 7:58 PM
Post Re: [HopeForYou] Hits Site on HomePage
Andy 14288 Jun 1, 2009, 11:46 PM