Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Display Links meeting Conditions set in a URL?

Quote Reply
Display Links meeting Conditions set in a URL?
Hi,

I would like to Display LINKS satisfying conditions which are placed in a URL, for instance:

- LINKS properties (NOT categories): country, owner, color

- URL: page.cgi?country=usa;owner=joe;color=red


Can someone suggest some ideas on how to implement this?

Thanks.
Quote Reply
Re: [server0000] Display Links meeting Conditions set in a URL? In reply to
Try;

search.cgi?country=usa;LinkOwner=joe;color=red;query=*

..and to search by category too;

search.cgi?country=usa;LinkOwner=joe;color=red;query=*;catid=xxxx

Hope that helps :)

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!
Quote Reply
Re: [Andy] Display Links meeting Conditions set in a URL? In reply to
Thanks.