Quote:
Originally Posted by creativepart
The campid is not being added. I changed the error look up to 10 so I'm not getting the error but it's not adding the campid to the link in the forum. It's just campid=&.....
I modifed the XML file by hard coding the CampID but I just wanted to let Dismounted know of this problem.
|
I modified line 57 of the XML file from
Code:
$newurl = 'http://rover.ebay.com/rover/1/711-1751-2978-71/1?toolid=10013&campid=' . $vbulletin->options['rewrite_ebay_links_pid'] . '&mpre=' . rawurlencode(str_replace('&', '&', $url));
to
Code:
$newurl = 'http://rover.ebay.com/rover/1/711-1751-2978-71/1?toolid=10013&campid=XXXXXXXXXX' . '&mpre=' . rawurlencode(str_replace('&', '&', $url));
and it's working fine now. Don't forget to replace
XXXXXXXXXX with your 10 digit campaign ID.
I'm going to send a donation to dismounted as well, his plugin has done very well for me.