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

How to get rid of some cats for the news page?

Quote Reply
How to get rid of some cats for the news page?
Code:
# Get the category names.
my @ids = map { $_->{ID} } @$results;
my $catlink = $DB->table('CatLinks','Category');
my %names = $catlink->select ('LinkID', 'Full_Name', { LinkID => \@ids })->fetchall_list;
Hi all again, just think about how to get rid of some categories from the news-page without using an extra field as a trigger.
Think it must be done here, but how?
Subject Author Views Date
Thread How to get rid of some cats for the news page? Robert 3141 Jul 22, 2003, 3:29 AM
Thread Re: [Robert] How to get rid of some cats for the news page?
Andy 3057 Jul 22, 2003, 4:05 AM
Thread Re: [Andy] How to get rid of some cats for the news page?
Robert 3062 Jul 22, 2003, 5:50 AM
Post Re: [Robert] How to get rid of some cats for the news page?
Andy 3042 Jul 22, 2003, 6:02 AM