Don't automatically parse links
This modification is in the archives.
This mod is based off of SiK xGODx's Auto code all links mod. But instead of automatically coding all links it simply wont parse any links. The mod consists of one file edit. It's a very simple mod, but I suspect some people will use it.
Open the includes/functions_newpost.php file. Find PHP Code:
$urlReplaceArray = array(
And Replace with PHP Code:
$urlReplaceArray = array(
Now instead of your links coming showing up like this: http://www.vbulletin.org The will show up like this: http://www.vbulletin.org I think this lessens the clutter of the code box and still works effectively at removing live links. Download
This modification is archived, downloads are still allowed. |