Quote:
Originally Posted by PGP
The right is to change
Code:
echo "<script> location.href = \"" . get_option('vbb_VBURL') . '/login.php?do=logout&logouthash=' . $vbulletin->userinfo[logouthash] ."\"; </script>"; exit;
to this
Code:
echo "<script> location.href = \"http://" . get_option('vbb_VBURL') . '/login.php?do=logout&logouthash=' . $vbulletin->userinfo[logouthash] ."\"; </script>"; exit;
This will solve '404 error' problem if you specify you forum URL in settings without http://
P.S. VB ver 3.8.*
|
I try this but the link became:
http://http//www.etcetcetc
and it goes to a 404 page