buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Registration Screen - Extra profile fields - move display function into Nouveau #94

Closed hnla closed 7 years ago

hnla commented 7 years ago

In the reg template we look for and display xprofile fields that have been added to the Base Account group using:

$field_type = bp_xprofile_create_field_type( bp_get_the_profile_field_type() );
$field_type->edit_field_html();

This hard to work with and get access to the parts if we wanted to change in any fashion.

Ideally we should look at extracting this functionality to Nouveau template tag includes and probably combine with the separated/orphaned description field.