Are you talking about the Biography as in under custom avatar etc.............
if so then remove the conditional from the template "meetstaff_usergroupbit"
this code can be removed to make it neater to view in postbit legacy
<if condition="$user['field1']">
<tr>
<td class="alt1" colspan="2" width="100%">
<dt class="shade">$vbphrase[biography]</dt><dd>$user[field1]</dd></td>
</tr>
</if>
|