Quote:
Originally Posted by bonjurkes
ok, when user tries to log out it gives error like, an error occured while trying to log out. Please click here to log out.
I am sure it is because of style.
I found the reason :
<!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>-->
at my old skin it was like
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
so is anyone has idea what can cause this?
|
I have the same issue, i even replaced the code from bottom of the page but still no luck