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?
Quote Reply
Re: [Robert] How to get rid of some cats for the news page? In reply to
This for GT Forum, or LSQL? Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] How to get rid of some cats for the news page? In reply to
Sorry, both threads are for lsql, i cant change it at all.

May you want to move them to the right place, plz?
Quote Reply
Re: [Robert] How to get rid of some cats for the news page? In reply to
I can't move them. Will have to wait for a GForum mod to do it...sorry.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates