|
Post by foreverapple on Mar 18, 2007 16:15:22 GMT -5
Okay, so on a friend of mines forum, his affiliate thing has a button where you press it to copy the code to your clipboard. It's really ugly: i73.photobucket.com/albums/i206/Ihearttwilight/fgpic2.jpgSo for future reference, when I set up my boards, I definitely don't want that. What would I have to do to get rid of it?
|
|
|
Post by shanny on Mar 18, 2007 16:27:44 GMT -5
I think what the problem with your friends is that he doesn't have an affiliate button in the code. (like his own 88x31px banner. If he had the url in there for his banner, that would show up rather than the copy the code part.
|
|
|
Post by foreverapple on Mar 18, 2007 16:36:53 GMT -5
So for mine I'd just input my URL? Okay . I'll tell him and see if it works. EDIT: He said no. I still see the X, too. But could it just be his proboard?
|
|
|
Post by shanny on Mar 18, 2007 16:46:08 GMT -5
Could you provide the link to the board? Then we can check it out better what the problem is.
|
|
|
Post by foreverapple on Mar 18, 2007 17:27:31 GMT -5
|
|
|
Post by Michael on Mar 18, 2007 20:52:59 GMT -5
I checked the properties of the image and there is no URL, meaning there is no image. Your friend needs to place the URL of his affiliate banner in the spot designated for it. If he, or you, need any help with this... let us know.
|
|
|
Post by Nya on Mar 19, 2007 0:10:26 GMT -5
I beleive I have located the problem.
Your friend has the site URL where it calls for the Image URL
// Edit here var yourBanner = "http://foregolf.proboards79.com/"; // "http://i73.photobucket.com/albums/i206/Ihearttwilight/foreaffiliate1copy.jpg"
It needs to be like this
// Edit here var yourBanner = "http://i73.photobucket.com/albums/i206/Ihearttwilight/foreaffiliate1copy.jpg"; // URL of your mini-banner
If your friend replaces the part of the code that the top one is with the second one he should be in good shape.
|
|
|
Post by foreverapple on Mar 19, 2007 20:03:13 GMT -5
I just tried it on my forum and it worked, so I'll tell him. Thanks, all.
|
|
|
Post by Nya on Mar 19, 2007 20:09:35 GMT -5
Your welcome glad that we could help ^^
|
|