I get the same. It has to be some sorta bug I think.
When you post an url like this on the forums:
www.clanboard.com
It won't work. It will add a / in front and look for /www.clanboard.com
But if you post the url as:
http://www.clanboard.com
It works fine.
You can test it on my board:
www.pc-nerd.com
I looked over some code. Looks like this code in functions_bbcodeparse.php may be a prob or not?
PHP Code:
if ($type == 'url')
{
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
}
Also, when you click"Click HERE to go back to the post" it takes you back to the last page you looked at if you visit links inside the new page. It only takes you back to the post if you don't visit any links inside the new page.
See attached screenshot for the /www error.