Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [FrankM] Featured Links on all Pages for Category...

Quote Reply
Re: [FrankM] Featured Links on all Pages for Category... In reply to
You could probably do this with a global. You would need something like this to pass as the tag;

<%get_category_ads($ID)%>

Then a global like;

Code:
sub {

my $ID = shift;

# refeence the category list, where links are
# assigned to these categories...grab the links ID

# grab the link with the ID defined above, and
# save the HTML.

# now return the HTML, for all 5 of the links...

}

I'm literally off out now, so I'm gonna leave it with just a few pointers. If no-one has answered you when I get back, then I'll give you a more detailed routine to use Smile

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 Featured Links on all Pages for Category... FrankM 2174 Mar 16, 2003, 11:47 AM
Post Re: [FrankM] Featured Links on all Pages for Category...
Andy 2088 Mar 17, 2003, 3:33 AM
Thread Re: [FrankM] Featured Links on all Pages for Category...
long327 2030 Aug 27, 2003, 9:49 AM
Thread Re: [long327] Featured Links on all Pages for Category...
FrankM 2009 Aug 27, 2003, 10:33 AM
Thread Re: [FrankM] Featured Links on all Pages for Category...
long327 2006 Aug 27, 2003, 12:16 PM
Thread Re: [long327] Featured Links on all Pages for Category...
FrankM 2000 Aug 27, 2003, 12:25 PM
Thread Re: [FrankM] Featured Links on all Pages for Category...
long327 2002 Aug 27, 2003, 1:00 PM
Post Re: [long327] Featured Links on all Pages for Category...
long327 1975 Aug 28, 2003, 9:08 AM