Gossamer Forum
Home : Products : Links 2.0 : Customization :

Show only certain fields

Quote Reply
Show only certain fields
Is there a way when creating how a link looks to have it do something for every link that does not fit a requirement? For example if you want every entry to link to the author's email, except for those with ceglobe@ceglobe.com in the address.

if ($rec{'Comtact Name'} !!!"does not "!!!eq "ceglobe@ceglobe.com") { $output .= qq| <a href="mailto:$rec{'Contact Email'}">$rec{'Contact Name'}</a>|; }

Any ideas how to make this work? thanks,


------------------
Nicholas Clark