Thanks for the fast update, sweede! I'm not switching to 4.0 for a good while either.
A couple changes to the xml to restore URL functionality,
Line 321
Code:
return $u['scheme'] . "://" . $u['host'] . $u['path'] . $u['query'] . $u['fragment'];
line 488
Code:
".wowhead.com/item=" . $this->_item['id'] . "\"" . $target . ">[" . $this->_item['name'] . "]</a>";
line 507
Code:
if(eregi("wowhead.com\/", $text))
line 512
Code:
if(!eregi("\item=", $text))
line 575
Code:
if(eregi("wowhead.com\/", $text[0]))
line 609
Code:
if(eregi("wowhead.com\/", $href))