Quote:
Originally Posted by SiK xGODx
This mod involves editing a PHP file from vBulletin.
open the includes/functions_newpost.php
Find
PHP Code:
$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
And replace with
PHP Code:
$urlReplaceArray = array(
"[code]\\2\\4[/code]"
);
What this will do is make any link such as http://google.com appear like this:
|
Is there a way to make this a conditional so that it applies to ONLY a single forum? And the other forums use the original auto-hyperlink?