NOT clickable links?

In /includes/functions_newpost.php find:
PHP:
        $urlReplaceArray = array(  
            "[url]\\2\\4[/url]"  
        );
Replace with:
PHP:
        $urlReplaceArray = array(  
            "[code]\\2\\4[/code]"  
        );
And then, links like:
Google
They will look like this:
Code:
www.google.com
 
i did that already... and it doesnt work.

EDIT!
i wasnt saving it after i edited it :P to high to edit text documents.

thanks man.
i got it.
 
Back
Top