Quote:
Originally Posted by Injektilo
i want to ask something...
Code:
<if condition="$show['profilepic']">
<img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" />
<else />
<img src="http://test.forum.com/images/noprofpic.gif" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" />
</if>
isn't this correct? or am i doing something wrong here?
|
The <if> statement is correct, but what are you trying to accomplish, using a profile pic instead of the avatar?