Quote:
Originally Posted by crazymilk
This works a treat for loging out But what about once you?ve log out it chances to loging how what that be done?
And thanks ArnyVee for the log out code
|
I have no idea whether this works or not, but the standard vbulletin logout code seems to be this:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>
Maybe if you were to add this?
(Again, no idea if it works, save before trying, you might accidentally destroy your forum or even the whole world with this

)