The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi, I have changed the header & navbar altogether and I wanted to display Login/Logout based on the current status of the user. Can someone please tell me how I can do this? I just can't figure out how to test for current status. Thanks.
Kwame |
#2
|
|||
|
|||
![]() HTML Code:
<if condition="$show['guest']"> Login </if> <if condition="$show['member']"> Logout </if> |
#3
|
|||
|
|||
![]()
Thanks for the help but I guess I should have been more specific. The code is going to be placed in the header template and once I put the code
<if condition="$show['guest']">Login</if> into the template, I immediately get errors. Any thoughts? Kwame The error that I get is "Parse error: parse error in E:\jamproinvest\caribbeanbusinessclub\forums\globa l.php(512) : eval()'d code on line 368" and line 368 is the line that says "<if condition="$show['guest']">" Kwame |
#4
|
|||
|
|||
![]()
No, I'm not sure...that should work just fine....post the block of code around this code you're working on.
|
#5
|
|||
|
|||
![]()
Here is my code which is taken from the header template:
<tr> <td colspan=\"3\" class=\"top_menu\" height=\"35\"> <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/sendmessage.php\" STYLE=\"text-decoration:none\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Contact Us</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/aboutUs.php\" class=\"style2\" STYLE=\"text-decoration:none\" onMouseOver=\"MM_showHideLayers('matching','','hid e','about','','show','hideAbou t','','show')\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">About Us</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/matching.php\" class=\"style2\" STYLE=\"text-decoration:none\" onMouseOver=\"MM_swapImage('Image40','','http://www.investjamaica.com/caribbeanbusinessclub/forums/moon/images/matchingOver.gif',1);MM_showHideLayers('matching', '','show','hideMatching','','s how','events','','hide','about','','hide')\" onMouseOut=\"MM_swapImgRestore()\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Business Matching</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/forumdisplay.php?f=1\" STYLE=\"text-decoration:none\" onMouseOver=\"MM_showHideLayers('matching','','hid e','events','','show','news',' ','hide','hideEvents','','show')\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Events</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/forumdisplay.php?f=14\" class=\"style2\" STYLE=\"text-decoration:none\" onMouseOver=\"MM_showHideLayers('events','','hide' ,'news','','show','hideNews',' ','show','info','','hide')\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">News</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/index.php\" class=\"style2\" STYLE=\"text-decoration:none\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Forums</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/businessInfo.php\" class=\"style2\" STYLE=\"text-decoration:none\" onMouseOver=\"MM_showHideLayers('news','','hide',' hideInfo','','show','info','', 'show')\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Business Info</span></a> | <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/forumdisplay.php?f=3\" class=\"style2\" STYLE=\"text-decoration:none\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Presidents Club</span></a> | <if condition="$show['guest']"> <a href=\"http://www.investjamaica.com/caribbeanbusinessclub/forums/login.php\" class=\"style2\" STYLE=\"text-decoration:none\"><span onmouseout=\"this.style.color = '#999999';\" onmouseover=\"this.style.color = '#ffcc33', this.text-decoration=none;\" align=\"justify\">Login</span></a> </if> </td> </tr> |
#6
|
|||
|
|||
![]()
I don't know...I see nothing wrong, maybe somebody else can see something in it
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|