Code all links in vBulletin 3.8.3
by
21 Jul 2009
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: Code:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"; Code:
return $this->handle_bbcode_code($rightlink); If you have any problem let me know. |