Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [carminejg3] Detailed pag printing Links and Categories too?

Quote Reply
Re: [carminejg3] Detailed pag printing Links and Categories too? In reply to
sub {
my $tags = shift;
my ($cat_id, $cat_name) = each %{$DB->table('Links')->get_categories($tags->{ID})};
my $link_db = $DB->table('Links','CatLinks');
$link_db->select_options ("ORDER BY $CFG->{build_sort_order_category} LIMIT 5");
my $sth = $link_db->select ( { CategoryID => $cat_id });
my $output = '';
while (my $link = $sth->fetchrow_hashref) {
$output .= Links::SiteHTML::display('link', $link);
}
return $output;
}
Subject Author Views Date
Thread Detailed pag printing Links and Categories too? Evoir 21424 Dec 13, 2001, 10:23 AM
Thread Re: [Evoir] Detailed pag printing Links and Categories too?
pugdog 20911 Dec 13, 2001, 10:28 AM
Thread Re: [pugdog] Detailed pag printing Links and Categories too?
Evoir 20815 Dec 13, 2001, 11:10 AM
Thread Re: [Evoir] Detailed pag printing Links and Categories too?
Alex 20952 Dec 13, 2001, 12:24 PM
Post Re: [Alex] Detailed pag printing Links and Categories too?
Evoir 20797 Dec 13, 2001, 12:31 PM
Thread Re: [Alex] Detailed pag printing Links and Categories too?
Robert 20707 Feb 17, 2002, 10:39 AM
Thread Re: [Robert] Detailed pag printing Links and Categories too?
AtoZ 20617 Jun 20, 2002, 9:06 PM
Thread Re: [AtoZ] Detailed pag printing Links and Categories too?
flasi 20601 Jun 27, 2002, 1:51 AM
Thread Re: [flasi] Detailed pag printing Links and Categories too?
afinlr 20474 Jun 29, 2002, 5:46 PM
Thread Re: [afinlr] Detailed pag printing Links and Categories too?
flasi 20473 Jul 1, 2002, 3:34 AM
Post Re: [flasi] Detailed pag printing Links and Categories too?
afinlr 20454 Jul 1, 2002, 4:00 AM
Thread Re: [flasi] Detailed pag printing Links and Categories too?
klauslovgreen 20097 Dec 20, 2002, 4:04 AM
Thread Re: [klauslovgreen] Detailed pag printing Links and Categories too?
flasi 20089 Dec 20, 2002, 4:37 AM
Post Re: [flasi] Detailed pag printing Links and Categories too?
klauslovgreen 20124 Dec 20, 2002, 5:14 AM
Post Re: [flasi] Detailed pag printing Links and Categories too?
klauslovgreen 20065 Dec 20, 2002, 6:38 AM
Post Re: [flasi] Detailed pag printing Links and Categories too?
klauslovgreen 20121 Dec 22, 2002, 8:32 AM
Post Re: [flasi] Detailed pag printing Links and Categories too?
nt6 20477 Jul 1, 2002, 5:06 AM
Post Re: [AtoZ] Detailed pag printing Links and Categories too?
afinlr 20455 Jun 29, 2002, 4:44 PM
Post Re: [Alex] Detailed pag printing Links and Categories too?
nt6 20296 Aug 20, 2002, 6:52 AM
Thread Re: [Alex] Detailed pag printing Links and Categories too?
craven32 19670 Sep 30, 2003, 9:53 PM
Thread Re: [craven32] Detailed pag printing Links and Categories too?
craven32 19625 Oct 1, 2003, 10:25 PM
Thread Re: [craven32] Detailed pag printing Links and Categories too?
yogi 19566 Oct 1, 2003, 10:53 PM
Post Re: [yogi] Detailed pag printing Links and Categories too?
craven32 19567 Oct 2, 2003, 7:51 AM
Thread Re: [Alex] Detailed pag printing Links and Categories too?
mick31 19356 Apr 26, 2004, 5:11 AM
Thread Re: [mick31] Detailed pag printing Links and Categories too?
carminejg3 18864 Apr 28, 2006, 12:37 AM
Post Re: [carminejg3] Detailed pag printing Links and Categories too?
afinlr 5233 May 4, 2006, 3:47 PM
Thread Re: [carminejg3] Detailed pag printing Links and Categories too?
Eraser 5227 May 26, 2006, 10:46 AM
Post Re: [Eraser] Detailed pag printing Links and Categories too?
afinlr 5163 May 29, 2006, 12:15 PM
Thread Re: [carminejg3] Detailed pag printing Links and Categories too?
Bruha 5217 Nov 22, 2006, 11:31 AM
Post Re: [Bruha] Detailed pag printing Links and Categories too?
Bruha 5107 Dec 4, 2006, 1:51 PM
Post Re: [carminejg3] Detailed pag printing Links and Categories too?
Robert 4140 Aug 1, 2016, 2:10 PM