how to put default fields onto Register-page ?

erich37

Well-known member
I would like to put the default XF-fields onto the Register-page, so that new users will have to fill those fields when signing up.

these fields:

- Avatar (required upload)
- Location (required field)
- Occupation (required field)
- Homepage (optional field)
- About You (Editor) (required to fill)


How to do this please ?


Many thanks!

:)
 
Last edited:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Seeing as you're doing it on registration (i.e. prior to the account actually being created) you're going to need an add-on to add the data to the datawriter, unless this functionality exists in 1.2.

If you were doing it post-creation, you could just do a template edit (or <xen:include />).
 
I would like to put the default XF-fields onto the Register-page, so that new users will have to fill those fields when signing up.

these fields:

- Location (required field)
- Occupation (required field)
- Homepage (optional field)
- About You (Editor) (required to fill)


How to do this please ?


Many thanks!

:)
I thought that they're custom fields too and that you could just place them on the registration page, but they're not:(

This would require an addon:/

(which shouldn't be hard with xenforo 1.2 tms and the new _getRegistrationDataFromInput method, it's very easy to do this)
 
so if this requires an Addon, can a Mod please move this thread into "Addon Requests" ?

Thanks.
 
Top Bottom