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 ?
<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 ?