Hello,
at the moment, we make the first steps to update from VB4 to VB5.
And in our current Forum, we had changed the class_bbcode.php in that way:
PHP Code:
if ($current_host=="www.URL.com"):
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
else:
return "<a href=\"http://www.URL.com/link.php?url=$rightlink\" target=\"_blank\" rel=\"nofollow\">$text</a>";
endif;
This change makes all external links to internal links... because the link.php just forwards the user the right website.
I have tried to make this also in the class_bbcode.php of VB5 but without success. Does anyone have also changed this into the VB5? Or do anyone know, what I have to change?
Thank you!