The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
When you click "Logout" a popup window requests verification. Can the verification part be disabled so its a 1 click process?
|
|
#2
|
|||
|
|||
|
I think you can just edit the navbar template and change
Code:
<td class="vbmenu_control">
<a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]
</a>
</td>
Code:
<td class="vbmenu_control"> <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]">$vbphrase[log_out] </a> </td> (remove the part in red) |
|
#3
|
|||
|
|||
|
thanks
|
|
#4
|
|||
|
|||
|
Thanks. I'll give that a try.
|
![]() |
|
|