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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates