Gossamer Forum
Home : Products : Gossamer Links : Discussions :

display new links of a specific category?

Quote Reply
display new links of a specific category?
Hello,
actually we have the following global to display the latest 5 links on home page:

sub {
# Displays the newest links on the home page.
my ($output,$sth,$link);
my $search_db = $DB->table('Links');
$search_db->select_options ('ORDER BY ID DESC Limit 5');
$sth = $search_db->select ( { isNew => 'Yes', isValidated => 'Yes' });
while ($link = $sth->fetchrow_hashref) {
$output .= Links::SiteHTML::display ('link', $link);
}
return $output;
}


what if i would like to display only the new links of a single category and not of all categories.

Waiting to hear from you

Many Thanks
Antoine

Last edited by:

antoined: Oct 9, 2004, 9:18 AM
Subject Author Views Date
Thread display new links of a specific category? antoined 14998 Oct 9, 2004, 9:17 AM
Thread Re: [antoined] display new links of a specific category?
antoined 14285 Oct 12, 2004, 10:43 AM
Thread Re: [antoined] display new links of a specific category?
Andy 14400 Oct 12, 2004, 12:08 PM
Thread Re: [Andy] display new links of a specific category?
antoined 14309 Oct 12, 2004, 2:10 PM
Thread Re: [antoined] display new links of a specific category?
Andy 14551 Oct 13, 2004, 1:29 AM
Thread Re: [Andy] display new links of a specific category?
VishalT 14330 Oct 13, 2004, 9:34 AM
Post Re: [NeedScripts.Com] display new links of a specific category?
Andy 14225 Oct 13, 2004, 9:43 AM
Thread Re: [NeedScripts.Com] display new links of a specific category?
afinlr 14427 Oct 13, 2004, 5:20 PM
Thread Re: [afinlr] display new links of a specific category?
nir 14445 Oct 14, 2004, 2:21 AM
Post Re: [nir] display new links of a specific category?
afinlr 14229 Oct 14, 2004, 11:35 AM
Thread Re: [afinlr] display new links of a specific category?
nir 14367 Nov 1, 2004, 3:31 AM
Thread Re: [nir] display new links of a specific category?
Andy 14378 Nov 1, 2004, 3:49 AM
Thread Re: [Andy] display new links of a specific category?
nir 14238 Nov 1, 2004, 4:56 AM
Thread Re: [nir] display new links of a specific category?
Andy 14214 Nov 1, 2004, 5:17 AM
Thread Re: [Andy] display new links of a specific category?
nir 14159 Nov 1, 2004, 5:30 AM
Thread Re: [nir] display new links of a specific category?
Andy 14302 Nov 1, 2004, 5:51 AM
Thread Re: [Andy] display new links of a specific category?
nir 14120 Nov 1, 2004, 6:21 AM
Post Re: [nir] display new links of a specific category?
Andy 14159 Nov 1, 2004, 6:29 AM
Post Re: [nir] display new links of a specific category?
afinlr 14181 Nov 1, 2004, 6:20 AM
Post Re: [afinlr] display new links of a specific category?
VishalT 14173 Nov 1, 2004, 3:52 AM
Thread Re: [afinlr] display new links of a specific category?
webmaster33 14111 Jul 29, 2005, 5:14 PM
Thread Re: [webmaster33] display new links of a specific category?
afinlr 14003 Jul 30, 2005, 2:22 PM
Thread Re: [afinlr] display new links of a specific category?
webmaster33 14154 Jul 31, 2005, 11:46 AM
Thread Re: [webmaster33] display new links of a specific category?
pugdog 14083 Aug 1, 2005, 9:27 AM
Post Re: [pugdog] display new links of a specific category?
webmaster33 14033 Aug 1, 2005, 9:39 AM
Thread Re: [webmaster33] display new links of a specific category?
Teambldr 12289 Aug 2, 2005, 11:49 PM
Post Re: [Teambldr] display new links of a specific category?
webmaster33 12151 Aug 3, 2005, 1:13 AM
Thread Re: [Teambldr] display new links of a specific category?
webmaster33 12512 Aug 3, 2005, 1:34 AM
Thread Re: [webmaster33] display new links of a specific category?
Teambldr 12819 Aug 3, 2005, 10:40 AM
Post Re: [Teambldr] display new links of a specific category?
webmaster33 12199 Aug 3, 2005, 11:39 AM
Thread Re: [webmaster33] display new links of a specific category?
ManuGermany 12191 Aug 5, 2005, 3:20 AM
Thread Re: [ManuGermany] display new links of a specific category?
webmaster33 12264 Aug 5, 2005, 5:48 AM
Thread Re: [webmaster33] display new links of a specific category?
ManuGermany 12200 Aug 5, 2005, 8:47 AM
Thread Re: [ManuGermany] display new links of a specific category?
webmaster33 12235 Aug 5, 2005, 10:06 AM
Thread Re: [webmaster33] display new links of a specific category?
ManuGermany 12325 Aug 5, 2005, 10:14 AM
Post Re: [ManuGermany] display new links of a specific category?
webmaster33 12156 Aug 5, 2005, 11:24 AM
Thread Re: [ManuGermany] display new links of a specific category?
webmaster33 12223 Aug 5, 2005, 11:47 AM
Thread Re: [webmaster33] display new links of a specific category?
ManuGermany 12175 Aug 6, 2005, 4:51 AM
Post Re: [ManuGermany] display new links of a specific category?
nir 12146 Aug 15, 2005, 5:12 AM
Post Re: [ManuGermany] display new links of a specific category?
ManuGermany 11960 Dec 14, 2006, 4:03 AM
Thread Re: [webmaster33] display new links of a specific category?
Mark2 12062 Mar 6, 2006, 8:15 AM
Thread Re: [Mark2] display new links of a specific category?
webmaster33 12124 Mar 6, 2006, 10:54 AM
Thread Re: [webmaster33] display new links of a specific category?
Mark2 11922 Mar 6, 2006, 12:32 PM
Thread Re: [Mark2] display new links of a specific category?
webmaster33 11962 Mar 6, 2006, 1:01 PM
Thread Re: [webmaster33] display new links of a specific category?
Mark2 12041 Mar 6, 2006, 2:22 PM
Thread Re: [Mark2] display new links of a specific category?
webmaster33 12074 Mar 6, 2006, 3:34 PM
Post Re: [webmaster33] display new links of a specific category?
Mark2 11977 Mar 7, 2006, 7:33 AM
Post Re: [Mark2] display new links of a specific category?
Mark2 11960 Mar 7, 2006, 10:45 AM