Auto Code links

well i found this i will look for what u asking for

open the includes/functions_newpost.php

Find
PHP:
        $urlReplaceArray = array(
            "[url]\\2\\4[/url]"
        );
And replace with

PHP:
$urlReplaceArray = array(
            "[code]\\2\\4[/code]"
        );

What this will do is make any link such as VBTeam appear like this:
Code:
[url=www.vbteam.info]VBTeam[/url]
 
Back
Top