Back to vBulletin Tips & Tricks

Code all links in vBulletin 3.8.3
by AdamBryner 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>";
Replace:
Code:
return $this->handle_bbcode_code($rightlink);

If you have any problem let me know.

vblts.ru supports vBulletin®, 2022-2024