PDA

View Full Version : why this


Walim
09-03-2005, 07:46 AM
some time i visit user site it retern back to vb.org home page ?? some of them fine :ermm:

Guest190829
09-03-2005, 07:49 AM
I think it's because of the user not placing http:// in there link...could be wrong though..

Marco van Herwaarden
09-03-2005, 09:31 AM
That is an old vBulletin 'bug'. And yes, if the url is not preceided by http:// this will happen.

sabret00the
09-03-2005, 10:09 AM
you could use
if (strpos($bbuserinfo[homepage], "http://") === FALSE)
{
str_replace($bbuserinfo[homepage], "http://$bbuserinfo[homepage]", $bbuserinfo[homepage]);
}

on the showthread.