Without seeing the MOD or your profile_add_body.tpl file, I can only guess at what you should do. It might be easier driving a car with a blindfold on...
This would be my guess of what you should do:
OPEN
xdata-mod_100.txt or whatever it is called...
FIND
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
<td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row2">
<input type="text" name="icq" class="post" style="width: 100px" size="10" maxlength="15" value="{ICQ}" />
</td>
</tr>
REPLACE WITH
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
{ICQ}
</td>
</tr>
Save, upload, and try again using EM...