Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Piers1] excluding category in dropdown menu

Quote Reply
Re: [Piers1] excluding category in dropdown menu In reply to
Hi,

Do you want to be allowed to add links to restricted categoies from the admin panel?\

If so, just add this:

Code:
use Links::SiteHTML;

..right after:

Code:
use Links qw/:objects/;

If you want to stop it checking from the admin panel, try adding this:

Code:
if (!$N->param('add')) {
return @args;
}

...right before:

Code:
my @cats = $IN->param('CatLinks.CategoryID');

Hopefully one of those will work for you =)

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!
Subject Author Views Date
Thread excluding category in dropdown menu jasy007 19981 Apr 9, 2005, 10:34 AM
Thread Re: [jasy007] excluding category in dropdown menu
jasy007 19672 Apr 9, 2005, 10:39 AM
Thread Re: [jasy007] excluding category in dropdown menu
jasy007 19723 Apr 9, 2005, 10:48 AM
Post Re: [jasy007] excluding category in dropdown menu
jasy007 19621 Apr 9, 2005, 10:55 AM
Post Re: [jasy007] excluding category in dropdown menu
webmaster33 19702 Apr 9, 2005, 12:38 PM
Thread Re: [jasy007] excluding category in dropdown menu
Alba 19624 Apr 9, 2005, 1:02 PM
Thread Re: [Alba] excluding category in dropdown menu
jasy007 19655 Apr 9, 2005, 11:11 PM
Thread Re: [jasy007] excluding category in dropdown menu
Alba 19590 Apr 10, 2005, 1:19 AM
Thread Re: [Alba] excluding category in dropdown menu
jasy007 19626 Apr 10, 2005, 8:15 PM
Thread Re: [jasy007] excluding category in dropdown menu
jasy007 19604 Apr 10, 2005, 8:16 PM
Thread Re: [jasy007] excluding category in dropdown menu
webmaster33 19626 Apr 10, 2005, 9:29 PM
Thread Re: [webmaster33] excluding category in dropdown menu
jasy007 19590 Apr 10, 2005, 10:28 PM
Thread Re: [jasy007] excluding category in dropdown menu
Alba 19555 Apr 11, 2005, 12:42 AM
Thread Re: [Alba] excluding category in dropdown menu
jasy007 19582 Apr 11, 2005, 4:18 PM
Thread Re: [jasy007] excluding category in dropdown menu
Piers1 19406 Aug 2, 2008, 2:27 AM
Thread Re: [Piers1] excluding category in dropdown menu
Andy 19369 Aug 2, 2008, 4:22 AM
Thread Re: [Andy] excluding category in dropdown menu
Piers1 19404 Aug 2, 2008, 4:39 AM
Thread Re: [Piers1] excluding category in dropdown menu
Andy 19416 Aug 2, 2008, 4:41 AM
Thread Re: [Andy] excluding category in dropdown menu
Piers1 19366 Aug 3, 2008, 5:10 AM
Thread Re: [Piers1] excluding category in dropdown menu
Piers1 19348 Aug 3, 2008, 5:56 AM
Thread Re: [Piers1] excluding category in dropdown menu
Andy 19345 Aug 3, 2008, 7:31 AM
Thread Re: [Andy] excluding category in dropdown menu
Piers1 19326 Aug 3, 2008, 7:58 AM
Thread Re: [Piers1] excluding category in dropdown menu
Piers1 19328 Sep 18, 2008, 4:03 AM
Thread Re: [Piers1] excluding category in dropdown menu
Andy 19283 Sep 18, 2008, 5:08 AM
Post Re: [Andy] excluding category in dropdown menu
Piers1 6370 Sep 18, 2008, 6:53 AM
Thread Re: [Piers1] excluding category in dropdown menu
Andy 19421 Aug 2, 2008, 4:34 AM
Thread Re: [Andy] excluding category in dropdown menu
MJ_ 6178 Aug 18, 2011, 6:06 AM
Thread Re: [MJ_] excluding category in dropdown menu
Andy 6224 Aug 18, 2011, 12:19 PM
Post Re: [Andy] excluding category in dropdown menu
MJ_ 6079 Aug 30, 2011, 6:47 AM
Thread Re: [Andy] excluding category in dropdown menu
MJ_ 6144 Aug 30, 2011, 7:18 AM
Thread Re: [MJ_] excluding category in dropdown menu
Andy 6115 Aug 30, 2011, 7:30 AM
Thread Re: [Andy] excluding category in dropdown menu
MJ_ 6167 Aug 30, 2011, 7:38 AM
Thread Re: [MJ_] excluding category in dropdown menu
Andy 6130 Aug 30, 2011, 7:46 AM
Thread Re: [Andy] excluding category in dropdown menu
MJ_ 6178 Aug 30, 2011, 8:15 AM
Post Re: [MJ_] excluding category in dropdown menu
Andy 6135 Aug 30, 2011, 8:18 AM