Páginas (8):    14 5 6 7 8
nentab   17 Nov, 2010, 2:57 pm
#71
No puedes ponerlas por separado, son campos personalizados.
Mauro   17 Nov, 2010, 3:37 pm
#72
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>
Última modificación: 17 Nov, 2010, 3:40 pm por alvarorojas4.
nentab   17 Nov, 2010, 5:34 pm
#73
Prueba así:

member_profile:
<tr>
<td class="tcat"><strong>{$lang->users_additional_info}</strong></td>
</tr>
<tr>
<td class="trow2">
<br />
<fieldset class="trow1">
<legend style="font: 11px Verdana,Arial,Sans-Serif; color: #22229C;">{$lang->users_additional_info}</legend>
<table>
{$profilefields}
</table>
</fieldset>
</td>
</tr>

member_profile_customfields:
{$customfields}

member_profile_customfields_field:
<tr>
<td class="trow1">{$customfield['name']}: {$customfieldval}</td>
</tr>
Última modificación: 17 Nov, 2010, 6:22 pm por Cluster.
Mauro   5 Dec, 2010, 1:01 pm
#74
Gracias ya lo resolvi, puedes cerrar abdon.
gracias a todos los que me ayudaron en este post.
Saludos
Páginas (8):    14 5 6 7 8
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.