PDA

View Full Version : Code all links in vBulletin 3.8.3


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:

ravenfaust
12-04-2009, 01:52 AM
Anyway to make it only Autocode links in a certain forum id?