The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
First, in your functions.php file replace this:
Code:
function checkurl($url, $hyperlink="") { $righturl = $url; if(!preg_match("![a-z]://!si", $url)) { $righturl = "http://$righturl"; } // remove threat of users including javascript in url /*$righturl = preg_replace("/javascript:/si", "java script:", $righturl); $righturl = preg_replace("/about:/si", "about :", $righturl);*/ $hyperlink = iif(trim($hyperlink)=="" or $hyperlink==$url, iif(strlen($url)>55,substr($url,0,35)."...".substr($url,-15),$url) ,$hyperlink); return "<a href=\"$righturl\" target=\"_blank\">".str_replace('\"', '"', $hyperlink)."</a>"; } Code:
function checkurl($url, $hyperlink="") { return $url; } Now just go into the newreply and newthread templates and remove that line you pasted. ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|