Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2238

[3.3.x] Styles Support & Discussion • Re: Reordering custom field on registration form

$
0
0
as Bfr mentioned you gonna need to edit ucp.register.html file. The block of code that is responsible for displaying cpf is:

Code:

<!-- EVENT ucp_register_profile_fields_before -->{% if PROFILE_FIELDS_REQUIRED %}<dl><dd><strong>{L_ITEMS_REQUIRED}</strong></dd></dl>{% endif %}<!-- BEGIN profile_fields --><dl><dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}{L_COLON}<!-- IF profile_fields.S_REQUIRED --> *<!-- ENDIF --></label><!-- IF profile_fields.LANG_EXPLAIN --><br /><span>{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF --><!-- IF profile_fields.ERROR --><br /><span class="error">{profile_fields.ERROR}</span><!-- ENDIF --></dt><dd>{profile_fields.FIELD}</dd></dl><!-- END profile_fields -->

Statistics: Posted by Mannix_ — Sat May 04, 2024 6:15 am



Viewing all articles
Browse latest Browse all 2238

Trending Articles