Gossamer Forum
Quote Reply
New 'Eco Label'
I would like to highlight links that have been designated as 'eco friendly business' using a label like the New or Updated label

How do I do this?

Thanks
Colin Thompson
Quote Reply
Re: [colintho] New 'Eco Label' In reply to
Just setup a new field via Database > Links > Properties > Add field, with something like:

is_eco
CHAR(5)

form type: SELECT
form size: 1

names
1
0

values
yes
no

Then, in your template - put something like:

<%if is_eco%>...its an eco business<%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] New 'Eco Label' In reply to
Andy

thanks, will this also show as a label next to the category names?
Colin Thompson
Quote Reply
Re: [colintho] New 'Eco Label' In reply to
Erm, next to the categry links? No. Its just gonna do it for the link.html / detailed.html templates.

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] New 'Eco Label' In reply to
Next to the category names was what I would have liked

I'm assuming thats a little more dificult
Colin Thompson
Quote Reply
Re: [colintho] New 'Eco Label' In reply to
Yes, a LOT more complicated ;)

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!