Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Ntional flag

Quote Reply
Ntional flag
Hi,

On my LSQL, I am showing French links and US/EN links.
I would like my visitors to be aware when a site is EN/US or FR.

How can I have a little French or US Flag near the link (just like the cool or top rated flags) near a link.
Besides how can I add the needed field (EN/US or FR link) in the Add a link form ?

Regards,
Chewda.
Quote Reply
Re: [Chewda] Ntional flag In reply to
Add a dropdown, with EN and FR as the values. Then assign this flag to the appropriate links, and then in your templates have something like;

Code:
<%if CountryFlag eq "EN"%>
english flag stuff
<%elsif CountryFlag eq "FR"%>
french flag stuff
<%endif%>

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] Ntional flag In reply to
I added the field in the links properties... But the dropbox doesn't appear on add.cgi form.

How can I have it appear ?

Cheers,
Cedric.
Quote Reply
Re: [Chewda] Ntional flag In reply to
You need to add these manually.

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!