Gossamer Forum
Quote Reply
number links
Hi,

I would like to install a module allowing to place the number of click on the links in this way:100.000

I tested with this option but this one gives me: 100000

Ci below the global.

sub {
my $total = shift;
my ($total) = $DB->table('Links')->select(['SUM(Hits)'])->fetchrow_array; return 0 unless defined $total;
1 while s/^([-+]?\d+)(\d{3})/$1.$2/;
return $total;
}
Subject Author Views Date
Thread number links michelb 5658 Apr 3, 2002, 1:15 AM
Thread Re: [michelb] number links
Andy 5556 Apr 3, 2002, 3:40 AM
Thread Re: [A.J.] number links
michelb 5515 Apr 3, 2002, 3:53 AM
Post Re: [michelb] number links
yogi 5497 Apr 3, 2002, 4:00 AM
Thread Re: [michelb] number links
Paul 5535 Apr 3, 2002, 4:01 AM
Post Re: [Paul] number links
michelb 5506 Apr 3, 2002, 4:43 AM
Thread Re: [Paul] number links
Payooo 5320 Jan 12, 2003, 10:17 PM
Thread Re: [Payooo] number links
Andy 5332 Jan 13, 2003, 1:34 AM
Thread Re: [Andy] number links
Payooo 5304 Jan 13, 2003, 3:29 AM
Thread Re: [Payooo] number links
Andy 5328 Jan 13, 2003, 3:45 AM
Post Re: [Andy] number links
Payooo 5250 Jan 16, 2003, 8:32 PM
Post Re: [michelb] number links
tandat 5496 Apr 3, 2002, 3:42 AM