The Arcive of vBulletin Modifications Site. |
|
|
Code all links in vBulletin 3.8.3
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. :up: |
|
#2
|
|||
|
|||
|
Anyway to make it only Autocode links in a certain forum id?
|
![]() |
|
|