PDA

View Full Version : Else Conditional


DieselMinded
11-20-2009, 12:59 AM
<if condition="$bbuserinfo['userid']==0">
<a target="_self" href="page.php?">
<img border="0" src="image" width="120" height="120"></a>
else (in this case a member ...show this insted)
<a target="_self" href="page.php?">
<img border="0" src="image" width="120" height="120"></a>
</if>

How do i do the else ?

kh99
11-20-2009, 01:13 AM
<else />

http://www.vbulletin.com/docs/html/template_conditionals