Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [mrcry11] Show CategoryID in Add_Success.html?

Quote Reply
Re: [mrcry11] Show CategoryID in Add_Success.html? In reply to
Oops, I was looking at the add page instead of the add_success page.

The Category ID is on the add_success page but it is stuck inside an array. I think that to print this you need a global - maybe there is a way to do it using loops but I'm not sure. Anyway, this global seems to work:

sub {
my @catids = shift;
my $catid = pop @catids;
$catid = pop @$catid;
return $catid;
}

Name the global catid and then call it with <%catid($CatLinks.CategoryID)%>

Hope it works for you.

Laura.
The UK High Street
Subject Author Views Date
Thread Show CategoryID in Add_Success.html? mrcry11 5272 Sep 29, 2002, 8:17 PM
Thread Re: [mrcry11] Show CategoryID in Add_Success.html?
afinlr 5053 Sep 30, 2002, 5:50 AM
Post Re: [afinlr] Show CategoryID in Add_Success.html?
yogi 5045 Sep 30, 2002, 6:00 AM
Thread Re: [mrcry11] Show CategoryID in Add_Success.html?
mrcry11 5023 Sep 30, 2002, 1:29 PM
Thread Re: [mrcry11] Show CategoryID in Add_Success.html?
afinlr 5063 Sep 30, 2002, 4:43 PM
Thread Re: [afinlr] Show CategoryID in Add_Success.html?
Paul 5047 Sep 30, 2002, 5:04 PM
Thread Re: [Paul] Show CategoryID in Add_Success.html?
afinlr 5045 Sep 30, 2002, 5:19 PM
Thread Re: [afinlr] Show CategoryID in Add_Success.html?
Paul 5000 Sep 30, 2002, 5:26 PM
Thread Re: [Paul] Show CategoryID in Add_Success.html?
afinlr 5008 Sep 30, 2002, 5:30 PM
Post Re: [afinlr] Show CategoryID in Add_Success.html?
Paul 5046 Sep 30, 2002, 5:35 PM
Post Re: [mrcry11] Show CategoryID in Add_Success.html?
mrcry11 5019 Sep 30, 2002, 4:53 PM
Thread Re: [mrcry11] Show CategoryID in Add_Success.html?
Anat 5006 Oct 2, 2002, 8:11 AM
Thread Re: [Anat] Show CategoryID in Add_Success.html?
Anat 5007 Oct 2, 2002, 9:21 AM
Thread Re: [Anat] Show CategoryID in Add_Success.html?
Anat 4994 Oct 2, 2002, 3:23 PM
Thread Re: [Anat] Show CategoryID in Add_Success.html?
afinlr 4983 Oct 2, 2002, 4:10 PM
Post Re: [afinlr] Show CategoryID in Add_Success.html?
Anat 4959 Oct 3, 2002, 7:37 AM