AdamBryner
07-20-2009, 10:00 PM
To auto code all links on the newest version of vBulletin, both on new threads, and on replies, make the following edit to the 'includes/class_bbcode.php'.
Find:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
Replace:
return $this->handle_bbcode_code($rightlink);
If you have any problem let me know. :up:
Find:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
Replace:
return $this->handle_bbcode_code($rightlink);
If you have any problem let me know. :up: