Closed hnla closed 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.
In the reg template we look for and display xprofile fields that have been added to the Base Account group using:
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.