Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author donmik

    (@atallos)

    Hi,

    Sorry for the delay. I think this post will help you.

    You can do this in the profile-loop, doing this:

    <?php if ( bp_has_profile(array('hide_empty_fields' => 0)) ) : ?>

    It will show all your fields even if they are empty.

    You need also to delete the if you commented

    <?php if ( bp_field_has_data() ) : ?>

    Thread Starter Rami

    (@ramirocastro)

    Thank you Donmik, no worries.

    Yes I found the same solution and it worked great, thanks anyway ??

    Cheers
    Ramiro.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show empty fields’ is closed to new replies.