I'm going to start by saying I'm no expert, but have looked at the code for the last couple of versions.
What version of the mod are you running anyway?
When I look into the re-write it's only supposed to match things with '.ebay.'
Code:
// check if this URL is an eBay one
if (!strpos($parsedurl['host'], '.ebay.'))
Does your alternative URL contain .ebay. (with both dots) or is this mod searching wrong??
PS. If you are grabbing a new version to update, just remember you may need to apply this little fix back form post 334/479:
Quote:
Originally Posted by meisterjoshi
Hello
I have found the Problem
Replace in /includes/functions_rewrite_ebay_links.php:
Code:
$encodedlink = urlencode($rightlink);
Code:
$encodedlink = $rightlink;
Thanks @ the German Vbulletin Team!
|