The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
log out button help!
Hi, I have redesigned my header to include linked buttons to "home" "calendar" etc.. and i'm wondering HOW i can specify which of those links is available on the logout page, and unregistered view page? as soon as i log out there are only 3 buttons left, 2 of which i do NOT want to be there... also, id like to change the buttons on the view for unregistered users...see below for screenshots.
here is my header code: $spacer_open <table width="100%" border="0" cellspacing="0" cellpadding="8"> <td align="left" valign="middle"width="200px"><img src="$stylevar[imgdir_misc]/head_left.gif" alt="" /></td> <td style="background-image:url($stylevar[imgdir_misc]/tab5bg.gif);"> <table width="80%" border="0" valign="middle" align="right" cellpadding="0" cellspacing="0"> <tr> <td><a href="index.php"><img src="$stylevar[imgdir_misc]/button1.gif" alt="" width="107" height="105" border="0"></a></td> <td><if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/button2.gif" alt="" width="107" height="105" border="0"></a></td></if> <td><if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/button10.gif" alt="" width="107" height="105" border="0"></a></td></if> <td><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/button5.gif" alt="" width="107" height="105" border="0"></a></td> <if condition="$show['member']"> <td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2"><img src="$stylevar[imgdir_misc]/button6.gif" alt="" width="107" height="105" border="0"></a></td></if> <td id="navbar_search"><a href="search.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/button7.gif" alt="" width="107" height="105" border="0"></a><script type="text/javascript"> vbmenu_register("navbar_search", 1); </script></td> <if condition="$show['member']"> <td id="usercptools"><a href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/button8.gif" alt="" width="107" height="105" border="0"></a><script type="text/javascript"> vbmenu_register("usercptools", true, 1); </script></td></if> <if condition="$show['member']"> <td><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_misc]/button9.gif" alt="" width="107" height="105" border="0"></a></td> </if> </tr> </table></td> </tr> </table> $_phpinclude_output $ad_location[ad_header_end]</template> </templategroup> </style> thanks SO much in advance! Em |
#2
|
|||
|
|||
Put the links in a template conditional
<if condition="$show['member']"> code for link to show to member <else /> code for link to show to non members. </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|