MyBB Community Forums

Full Version: Remove ICQ Field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, Im just wondering where and how I can remove the ICQ Number field from profiles?
find AND remove similar code to below from member_profile template (under Member Templates)
<tr>
<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>
<td class="{$bgcolors['icq']}">{$memprofile['icq']}</td>
</tr>
Thanks, it worked, it removed it from the profile but how do I also remove it from the where its entered in Edit Profile and on registration?