PDA

View Full Version : I would like an unmissable LOGOUT button


InfoNirvana
05-28-2007, 01:46 AM
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.

d8tabyte
05-28-2007, 03:17 AM
https://vborg.vbsupport.ru/showthread.php?t=103506

OR

find in NavBar template

<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>


and change to

<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><strong><font color="red">Log Out</strong></font></a></td>
</if>

InfoNirvana
05-28-2007, 04:47 AM
I am getting an error when logging out now.

Instead of the appropriate confirmation screen, I am getting this ...

undefined

InfoNirvana
05-28-2007, 04:52 AM
When I tried to make the LogOut Button huge .. it resized itself.

InfoNirvana
05-28-2007, 05:43 AM
When I tried to make the LogOut Button huge .. it resized itself.

I figured out the size issue ! (just change the predifined sizes )

I changed my logout.gif to logout.jpg :)

InfoNirvana
05-28-2007, 06:17 PM
I am getting an error when logging out now.

Instead of the appropriate confirmation screen, I am getting this ...

undefined

Still getting this message.

:(

It was an error in the mod.

https://vborg.vbsupport.ru/showpost.php?p=1256590&postcount=14