Gossamer Forum
Home : Products : Gossamer Links : Discussions :

category Depth 1 or 2

Quote Reply
category Depth 1 or 2
IO have a global that is picking up links for my home page.
It is currently set to pick up links with CatDepth => 1,
I want it to pick up for all Category depths except 0, that is 1, 2, 3 and as much as i will have later on .

this is how it looks now,

my $sth = $tbl->select( { CatDepth => 1 } ) || die $GT::SQL::error;

I tried

my $sth = $tbl->select( { CatDepth => 2 } ) || die $GT::SQL::error;

and will only pick up categories with depth 2

can any one help me
Subject Author Views Date
Thread category Depth 1 or 2 Dorette 7263 Sep 21, 2007, 5:45 AM
Thread Re: [Dorette] category Depth 1 or 2
Andy 7096 Sep 22, 2007, 3:02 AM
Thread Re: [Andy] category Depth 1 or 2
Dorette 7087 Sep 22, 2007, 6:35 AM
Thread Re: [Dorette] category Depth 1 or 2
Andy 7066 Sep 22, 2007, 2:52 PM
Thread Re: [Andy] category Depth 1 or 2
Dorette 7064 Sep 22, 2007, 10:44 PM
Thread Re: [Dorette] category Depth 1 or 2
Andy 7077 Sep 23, 2007, 2:17 AM
Thread Re: [Andy] category Depth 1 or 2
Wychwood 7044 Sep 23, 2007, 2:32 AM
Thread Re: [Wychwood] category Depth 1 or 2
Andy 7061 Sep 23, 2007, 3:31 AM
Thread Re: [Andy] category Depth 1 or 2
Dorette 7030 Sep 23, 2007, 7:28 AM
Thread Re: [Dorette] category Depth 1 or 2
Andy 7074 Sep 24, 2007, 1:36 AM
Thread Re: [Andy] category Depth 1 or 2
Dorette 7022 Sep 24, 2007, 6:52 AM
Post Re: [Dorette] category Depth 1 or 2
Andy 7052 Sep 25, 2007, 1:45 AM