PDA

View Full Version : Logout in navbar


dolus
11-05-2014, 12:34 PM
I've added a Logout option into my navbar via the navigation manager. In the url box I put this:

login.php?{userinfo.sessionurl}do=logout&logouthas h={userinfo.logouthash}

But when I click on it the url only shows as:

www.forum.xxx/login.php?do=logout&logouthash=

With no hash. Any ideas what I need to do to get it to work in the navigation manager?

kh99
11-05-2014, 12:48 PM
Try {bbuserinfo.logouthash}

dolus
11-05-2014, 12:53 PM
Thanks it works. You've been very helpful twice to me now!