The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I would like an unmissable LOGOUT button
In the default template,
I would like an unmissable LOGOUT button Doable ? I'd also like to make the Log Out words red ... doable ? Thank you. |
#2
|
||||
|
||||
https://vborg.vbsupport.ru/showthread.php?t=103506
OR find in NavBar template Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td> </if> Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><strong><font color="red">Log Out</strong></font></a></td> </if> |
#3
|
|||
|
|||
I am getting an error when logging out now.
Instead of the appropriate confirmation screen, I am getting this ... undefined |
#4
|
|||
|
|||
When I tried to make the LogOut Button huge .. it resized itself.
|
#5
|
|||
|
|||
Quote:
I changed my logout.gif to logout.jpg |
#6
|
|||
|
|||
Quote:
It was an error in the mod. https://vborg.vbsupport.ru/showpost....0&postcount=14 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|