Back to vBulletin Tips & Tricks

Auto Code ALL Links
by SiK xGODx 09 Jul 2007
Rating: (6 votes - 5.00 average)

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 https://google.com appear like this:
Code:
http://google.com

vblts.ru supports vBulletin®, 2022-2024