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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!