The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What is the logout url for vbulletin
I found this when I went to properties:
http://www.sccollectors.com/forums/l...?do=logout&u=1 I am trying to make an image logout button for a vbadvanced page, if I put this url in it doesn't work because it will only allow user 1 to logout. What should I use? Any help would be appreciated. |
#2
|
|||
|
|||
Use bbuserinfo to return the current userid:
HTML Code:
<a href="/path/to/login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]">Log Out</a> |
#3
|
|||
|
|||
Okay so I am going to splice the image and if I put the following
HTML Code:
<a href="http://www.sccollectors.com/to/login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]">Log Out</a> thanks I go it to work |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|