Some Req's

Advanced Forum Rules - Ist Attach

----------------------------

Auto Code ALL Links
This mod involves editing a PHP file from vBulletin.

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 Google appear like this:

Code:
http://google.com

--------------------------------

NZB Attachment Parser - 2nd Attach

--------------------------------

vB Ad Management 4 3 Attach

------------------------------

Enjoy
 
Back
Top