![]() |
I tried to enlarge the Log Out button, but somehow it got auto-resized.
|
Quote:
Q: is it possible to have the same logout button on all forum views ? ie. like this http://www.mysite.org/forum/forumdisplay.php?f=2 ? and opposed to just on the index page ? http://www.mysite.org/forum/index.php |
There are errors in this suggested modification.
'$vbphrase[sure_you_want_to_log_out]' is missing from this section. Open FORUMHOME and very close to the bottom of that template find the following code; <!-- member logout --> <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td> <!-- end member logout --> Replace that code in its entirety with the following code; <!-- member logout button --> <td align="$stylevar[right]"> <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><img src="$stylevar[imgdir_button]/logout.gif" border="0" width="110" height="26" alt="<phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase>"></a></td> <!-- end member logout --> FYI everyone. The symptom here is that When you click Log Out in the navbar or the Forum Home Page ..... The "Are you sure you want to Log Out" message is missing ... and instead it says "undefined". |
Many thanks for pointing this out InfoNirvana. I have updated the code accordingly. Cheers.
|
runs on 3.7.0 B3 ...
* installed |
All times are GMT. The time now is 07:38 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|