I've just added the following to my WordPress site and it's working perfectly:
http://wordpress.org/support/topic/vbulletin-login-in-sidebar?replies=12
Does anybody know how to add a logout button once a user is logged in? I tried simply adding "login.php?do=logout" to a simple link, but it requires a value for the logout hash. Has anybody successfully added a logout option to this modification?
I assume we just need to pull the hash value out and store it in a variable that we can then reuse in the logout URL?
Thanks!