Hi folks,
Quick question: is it possible to add another protocol to the url validation?
I found this in the add_site.php and edit_site.php:
PHP Code:
//------------------------------------------------------------
// Make Sure the URL Submitted is Valid.
//------------------------------------------------------------
$check_url = substr($vbulletin->GPC['url'], 0, 7);
if ($check_url == "http://")
{
My knowledge of IF arguments faded with the selling of my Amiga 12 years ago, I hope someone can whip up an example.
Would like to add two more protocols for radio and chat.
The link check will have to be disabled off course (shame, briliant feature)
Thanks!