http://www.vbteam.info/req-addons-template-modifications/7383-need-modification-auto-code-all-links.html
thetillian said:i think this may help you
Code:http://www.vbteam.info/req-addons-template-modifications/7383-need-modification-auto-code-all-links.html
jastor said:For some reason it automatically codes all the URLs in my forum to [ URL=whatever ]the page title of whatever[/ URL ].
How do I disable this? I want the raw URLs and not the page titles.
GgAcE said:Vbulletin automatically makes any links that begin with "www" into links....
You don't need the modifcation. The mod is only to change links to the title.
$urlReplaceArray = array(
"[url]\\2\\4[/url]"
);
$urlReplaceArray = array(
"[code]\\2\\4[/code]"
);