Got a fix for you guys on 3.0.1
The hack has you insert all of the code, which is the following, for the logout portion
Quote:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[log_out]</a></td>
|
To fix the error, simply add &u=$bbuserinfo[userid] at the end of the a href so it should read
Quote:
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
|
Let me know if that works for you, did the charm for me.