The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
"undefined" when logging out?
Hi I've just installed a new vbulletin board here and our having issues with logging out when logged in.
If you click logout from the nav link or the one at the bottom a pop-up message comes up saying "undefined" and says OK or cancel, a screen shot of it can be found here. I don't think I've touched any of the templates involving the log out part of the site so I don't know what's wrong, and when I click OK it comes up with and then I click logout and it logs me out fine, but this is a hassle and I don't want to have to do this every time. My login seems fine and there is nothing wrong there. Also over the last few days I have installed quite a few mods not knowing if that could have made this happen or not, though I doubt it did. Any ideas on what the problem is? |
#2
|
||||
|
||||
Looks like the "logout" link is wrong. You can copy & paste that link and then do a search in the template of the skin you're using.
Usually it's a call for a Javascript function that is defined in the default skin, but not the skin you're using - sometimes it's missed, sometimes not. Just some comparing between the default skin and the one you use will help |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
the bottom one IIRC is in your forumdisplay template
|
#5
|
||||
|
||||
Yeah ive fixed that one and ive actualy fixed my top one now, but the images have messed up a bit in the nav, just wondering if one of you could correct this peice of code so the button shows properly again
Code:
<img src="$stylevar[imgdir_misc]/navbar.gif" border="0" alt="" /><a href="./search.php?$session[sessionurl]" accesskey="4"><img src="$stylevar[imgdir_misc]/search.gif" border="0" alt="Search" /></a><img src="$stylevar[imgdir_misc]/navbar.gif" border="0" alt="" /><a href="./login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">Log Out<img src="$stylevar[imgdir_misc]/logout.gif border="0" alt="Log Out" /></a></if></td> </tr> </table> <!-- /nav --> |
#6
|
||||
|
||||
Quote:
either that or pm me with details and i'll have a quick look |
#7
|
||||
|
||||
<a href="http://www.club-gamer.com/index.php?" target="_blank">http://www.club-gamer.com/index.php?</a> is the forum with the issue, thanks
|
#8
|
||||
|
||||
do you have a guest account, i can not see the log out button?
|
#9
|
||||
|
||||
Ah yes, sorry
Username - Gamer Password - 11223344 |
#10
|
||||
|
||||
Code:
<img src="$stylevar[imgdir_misc]/logout.gif" border="0" alt="log out" /><a href="./login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"></a></td> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|