The Arcive of vBulletin Modifications Site. |
|
eBay Partner Network Links by ForumSetup.net Details »»
|
|||||||||||||||||||||||||||||
|
eBay Partner Network Links by ForumSetup.net
Developer Last Online: Aug 2022
eBay Partner Network Links will automatically rewrite links (on the fly) to eBay that contain your EPN ID's. Existing links that you've created will not be overwritten and any special linking parameters will be maintained.
Features:
Installation:
Note: The mod will not work without BOTH your EPN ID and campain ID filled in. Enjoy! Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
vB3?
|
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
Will do tomorrow, does Skimlinks require disabling too?
|
|
#5
|
||||
|
||||
|
It shouldn't, no. As far as I know they will not rewrite affiliate links.
|
|
#6
|
|||
|
|||
|
Can you offer the option to set target="_blank" so the link opens in a new tab instead of taking the user off site? All non-ebay links open in a new tabs for me. Some of my members are asking for this. Thanks
|
|
#7
|
|||
|
|||
|
I think I figured it out. Does this look right?
Code:
//build new link $out[1][$i] = 'http://rover.ebay.com/rover/1/' . $programid . '/1?pub=' . $vbulletin->options['ebay_links_partnerid'] . '&campid=' . $vbulletin->options['ebay_links_campid'] . $customid . '&toolid=10001&mpre=' . urlencode($out[1][$i]) . '" target=\"_blank\"> |
|
#8
|
||||
|
||||
|
Quote:
Try replacing that line with this: PHP Code:
|
|
#9
|
|||
|
|||
|
I can't see the php code box, can you re-post it using code /code
Nevermind, I just copy and pasted in dreamweaver to see it all.
|
|
#10
|
|||
|
|||
|
OK, i tested it and it works both ways. Does it matter which one I use?
Code:
TARGET="_blank" Code:
target=\"_blank\" |
![]() |
|
|