Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Profile Fields – Hide on edit profile


enlightenmental1
Participant

@enlightenmental1

I think i understand what you mean…. well… not really

function bp_the_profile_field_value() {

global $field;

$field->data->value = bp_unserialize_profile_field( $field->data->value );

echo apply_filters( ‘bp_the_profile_field_value’, $field->data->value, $field->type, $field->id );

}

you’re saying add a “if” statement, so if the “x_profile fields = this” do “this”…..

I dont know enough about php….

Skip to toolbar