Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] Hide affiliate links

Quote Reply
Re: [Andy] Hide affiliate links In reply to
Andy wrote:
Ok, so what you need to do - is add 2 new fields:

1) CleanURL CHAR(255) "Text" type field
2) ImageURL CHAR(255) "Text" type field

Then, when adding a link - you would enter the affiliate URL (i.e what they click on), in the "URL" field. Then, the CleanURL would be what you want to show them. Finally, if you have an image that needs showing - the image URL would be put in ImageURL.

The, in link.html - find stuff like:

Code:
<%URL%>


...and change to:

Code:
<%if CleanURL%><%CleanURL%><%else%><%URL%><%endif%>


Then, wherever you want the image to show - have:

Code:
<%if ImageURL%><img src="<%ImageURL" /><%endif%>


That simple.

Cheers

The ImageURL code was place into the home page and the image didn't showing up.

Any ideas?
http://www.hopeforyou.com

Subject Author Views Date
Thread Hide affiliate links Kool 19227 Sep 11, 2007, 8:36 PM
Post Re: [Kool] Hide affiliate links
Andy 18730 Sep 12, 2007, 1:48 AM
Thread Re: [Kool] Hide affiliate links
Clint 18770 Sep 12, 2007, 4:16 AM
Thread Re: [Clint] Hide affiliate links
Andy 18754 Sep 12, 2007, 6:36 AM
Thread Re: [Andy] Hide affiliate links
Kool 18739 Sep 12, 2007, 10:39 AM
Thread Re: [Kool] Hide affiliate links
Andy 18703 Sep 13, 2007, 2:09 AM
Thread Re: [Andy] Hide affiliate links
Kool 18698 Sep 13, 2007, 5:10 AM
Thread Re: [Kool] Hide affiliate links
Alba 18672 Sep 13, 2007, 11:14 AM
Thread Re: [Alba] Hide affiliate links
Kool 18691 Sep 13, 2007, 2:31 PM
Post Re: [Kool] Hide affiliate links
Alba 18656 Sep 13, 2007, 2:46 PM
Thread Re: Hide affiliate links
HopeForYou 18287 Jun 4, 2009, 8:50 AM
Thread Re: [HopeForYou] Hide affiliate links
Andy 18273 Jun 4, 2009, 9:23 AM
Thread Post deleted by HopeForYou
HopeForYou 18249 Jun 4, 2009, 9:25 AM
Thread Re: [HopeForYou] Hide affiliate links
Andy 18214 Jun 4, 2009, 9:36 AM
Thread Re: [Andy] Hide affiliate links
HopeForYou 18194 Jun 4, 2009, 9:50 AM
Thread Re: [HopeForYou] Hide affiliate links
Andy 18256 Jun 4, 2009, 9:58 AM
Thread Re: [Andy] Hide affiliate links
Andy 18211 Jun 4, 2009, 9:58 AM
Thread Re: [Andy] Hide affiliate links
HopeForYou 18231 Jun 4, 2009, 10:04 AM
Post Re: [HopeForYou] Hide affiliate links
HopeForYou 18145 Jun 4, 2009, 4:11 PM
Thread Re: [Andy] Hide affiliate links
HopeForYou 18190 Jun 4, 2009, 5:04 PM
Thread Re: [HopeForYou] Hide affiliate links
HopeForYou 18232 Jun 4, 2009, 7:34 PM
Post Re: [HopeForYou] Hide affiliate links
Andy 18184 Jun 4, 2009, 11:31 PM