MyBB Community Forums

Full Version: fix http:// in links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't want that mybb add http:// in links
how can i do that

excume for my english
Some links will not work anymore though.. but anyway
open ./inc/class_parser.php

Find and remove

	if(!preg_match("#^[a-z0-9]+://#i", $url))
		{
			$url = "http://".$url;
		}