I gad an issue withe this MEMBERINFO template edit, how can I fix this?
Code:
Find the following Text in Template MEMBERINFO
--------------------------------------------------------------------------------
<if condition="$show['profilepic']">
--------------------------------------------------------------------------------
Above that, insert the following Text
--------------------------------------------------------------------------------
<td style="border-bottom:1px solid $stylevar[tborder_bgcolor]" align="$stylevar[right]" nowrap="nowrap">
<div class="smallfont">
<b>User ID :</b> $userinfo[userid]<br />
<if condition="$showpoints==1">
<if condition="$userinfo[alerts]>0">
<font color="#ff0000">
<phrase 1="$userinfo[alerts]">$vbphrase[aws_alerts_member_profile]</phrase><BR>
<font color="#000000">
</if>
<if condition="$userinfo[warns]>0">
<font color="#ff0000">
<phrase 1="$userinfo[warns]">$vbphrase[aws_warnings_member_profile]</phrase><BR>
<font color="#000000">
</if>
<if condition="$userinfo[warning_level]>0">
<font color="#ff0000">
<phrase 1="$userinfo[warning_level]">$vbphrase[aws_warninglevel_member_profile]</phrase><BR>
<font color="#000000">
</if>
<if condition="$userinfo[warning_bans]>0">
<font color="#ff0000">
<phrase 1="$userinfo[warning_bans]">$vbphrase[aws_warningbans_member_profile]</phrase><BR>
<font color="#000000">
</if>
</if>
</td>
--------------------------------------------------------------------------------