The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Im trying to display a image for visitors and then it change when you log in here is my code although both images are displaying even tho im not logged in. Can some help me fix this please? Thanks
Quote:
|
#2
|
||||
|
||||
![]()
Use this:
Code:
<if condition="$show['member']"> <img src="images/misc/loggedin.gif" border="0"> <else /> <a href="register.php"><img src="images/misc/welcome.gif" border="0"></a> </if> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|