Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [SeanP] current link number

Quote Reply
Re: [SeanP] current link number In reply to
could someone update this?
it stopped working
after I upgraded links sql to the latest version

Thanks


Code
sub {

my $tags = shift;
my $total = $tags->{total};
my $high = $Links::CFG->{build_links_per_page};
my $low = 1;
my $name = $tags->{Full_Name};
$name =~ s/\//\: /g;
$name =~ s/$name/$name: Page /g;
my $page = $tags->{title};
$page =~ s/$name//g;

if ($page > 1) {
$low = (($page - 1) * $high) + 1;
}else{
$page = 1;
}

my $top = ($high + $low > $total) ? $total : (($high + $low) - 1);

$low =~ s/^([-+]?\d+)(\d{3})/$1,$2/;
$top =~ s/^([-+]?\d+)(\d{3})/$1,$2/;
$total =~ s/^([-+]?\d+)(\d{3})/$1,$2/;

return "$low - $top of $total";

}[/code]

Subject Author Views Date
Thread current link number SeanP 11066 Dec 14, 2001, 9:34 AM
Thread Re: [SeanP] current link number
SeanP 10676 Dec 15, 2001, 8:10 PM
Post Re: [SeanP] current link number
SeanP 10609 Dec 18, 2001, 8:40 PM
Post Re: [SeanP] current link number
Matt G 10642 Dec 18, 2001, 10:27 PM
Thread Re: [SeanP] current link number
brewt 10719 Dec 18, 2001, 10:28 PM
Thread Re: [brewt] current link number
Paul 10621 Dec 19, 2001, 3:48 AM
Post Re: [PaulW] current link number
SeanP 10598 Dec 19, 2001, 9:55 AM
Thread Re: [Paul] current link number
eddie123 10151 Feb 12, 2003, 2:55 PM
Thread Re: [eddie123] current link number
blakeb 10146 Feb 28, 2003, 6:55 AM
Thread Re: [blakeb] current link number
SeanP 10116 Feb 28, 2003, 10:46 PM
Thread Re: [SeanP] current link number
klauslovgreen 10086 Mar 7, 2003, 1:27 AM
Thread Re: [klauslovgreen] current link number
SeanP 10019 Mar 7, 2003, 1:39 PM
Thread Re: [SeanP] current link number
klauslovgreen 10012 Mar 7, 2003, 10:12 PM
Thread Re: [klauslovgreen] current link number
SeanP 10034 Mar 7, 2003, 10:27 PM
Thread Re: [SeanP] current link number
klauslovgreen 10069 Mar 7, 2003, 10:35 PM
Post Re: [klauslovgreen] current link number
SeanP 9998 Mar 7, 2003, 11:53 PM
Thread Re: [SeanP] current link number
incik 9260 Jan 17, 2006, 9:46 AM
Thread Re: [incik] current link number
Andy 9279 Jan 17, 2006, 10:03 AM
Thread Re: [Andy] current link number
incik 9289 Jan 17, 2006, 11:10 AM
Thread Re: [incik] current link number
afinlr 9302 Jan 17, 2006, 4:33 PM
Thread Re: [afinlr] current link number
incik 9247 Jan 17, 2006, 4:40 PM
Thread Re: [incik] current link number
afinlr 9284 Jan 17, 2006, 4:43 PM
Thread Re: [afinlr] current link number
afinlr 9292 Jan 17, 2006, 4:48 PM
Thread Re: [afinlr] current link number
incik 9292 Jan 17, 2006, 5:21 PM
Thread Re: [incik] current link number
afinlr 9311 Jan 18, 2006, 4:37 AM
Thread Re: [afinlr] current link number
rascal 1874 Jan 18, 2006, 9:09 PM
Post Re: [rascal] current link number
afinlr 1779 Jan 19, 2006, 2:19 AM
Post Re: [afinlr] current link number
incik 1858 Jan 18, 2006, 9:58 PM