Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Robo] display category path in link.html

Quote Reply
Re: [Robo] display category path in link.html In reply to
First of all, what you call Paul's correction, is actually not a correction. Paul was citing the wrong code in my post, which I then corrected. My code should now be fine.

Second, you need to call you global something like "get_link_cats", not "link_cats", because that will be the name of the returned loop.

In your template you would then use:

<%get_link_cats($ID)%>
<%loop link_cats%>
<a href="<%cat_url%>"><%cat_name%><br />
<%endloop%>

This should work.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread display category path in link.html jeremy_ohp 10024 Jul 21, 2001, 5:37 PM
Thread Re: display category path in link.html
poil11 9907 Jul 24, 2001, 10:21 AM
Post Re: [poil11] display category path in link.html
Nomada 9689 Mar 19, 2002, 9:44 AM
Thread Re: [poil11] display category path in link.html
Robo 9518 Jul 25, 2002, 5:21 AM
Thread Re: [Robo] display category path in link.html
yogi 9541 Jul 25, 2002, 5:29 AM
Thread Re: [yogi] display category path in link.html
Paul 9559 Jul 25, 2002, 5:30 AM
Thread Re: [Paul] display category path in link.html
yogi 9497 Jul 25, 2002, 5:31 AM
Post Re: [yogi] display category path in link.html
Paul 9481 Jul 25, 2002, 5:35 AM
Thread Re: [yogi] display category path in link.html
Robo 9548 Jul 25, 2002, 7:05 AM
Thread Re: [Robo] display category path in link.html
yogi 9596 Jul 25, 2002, 1:27 PM
Thread Re: [yogi] display category path in link.html
Robo 9533 Jul 26, 2002, 12:48 AM
Thread Re: [Robo] display category path in link.html
yogi 9500 Jul 26, 2002, 1:04 AM
Thread Re: [yogi] display category path in link.html
Robo 9551 Jul 26, 2002, 2:13 AM
Thread Re: [Robo] display category path in link.html
Robo 9507 Jul 26, 2002, 6:24 AM
Post Re: [Robo] display category path in link.html
gatman 9211 Dec 27, 2002, 8:32 AM
Post Re: [Robo] display category path in link.html
lobito 8169 Oct 5, 2006, 8:55 AM