I have tried several ways to hide affiliate links in indexu but i cant seem to get it to work how i want?
I setup a custom field for affiliate_url
But if i use this in details and rows, whenever there is not an affiliate link, the link don't work?
It is like a need an IF statement or something.
Here is what i tried:
<a href="<%$url%>" onclick="location.href='<%$affiliate_url%>';return false;">Visit</a>
this works great if all links where affiliate links.
Wont work for non-affiliate links.
Any help would be much appreciated.


