mmm creo que entendi, hay algo que no logro hacer ya me tiene mal ajajaj miren estoy diseñando un nuevo perfil
http://www.amxmodx-es.org/test/member.ph...file&uid=1
en la ultima pestaña no logro meter los campos personalizados dentro del fieldset, a ver si ustedes se dan cuenta que estoy haciendo mal
member_profile:
<tr>
<td class="trow2">
<br />
<fieldset class="trow1">
<legend style="font: 11px Verdana,Arial,Sans-Serif; color: #22229C;">{$lang->users_additional_info}</legend>
{$profilefields}
</fieldset>
</td>
</tr>
member_profile_customfields:
{$customfields}
member_profile_customfields_field:
<tr>
<td class="trow1">{$customfield['name']}: {$customfieldval}</td>
</tr>