Viewing 1 replies (of 1 total)
  • Plugin Author donmik

    (@atallos)

    Check the FAQ

    Why my fields are not showing ?
    If you are using Buddypress 1.7, you need to check if you have the new hook “bp_custom_profile_edit_fields_pre_visibility”. Check in your edit.php (/your-theme/members/single/profile/edit.php, if this page is not in your theme, check in buddypress plugin in bp-themes/bp-default folder) and register page (/your-theme/registration/register.php, if this page is not in your theme, check bp-default theme of buddypress plugin) if this line of code: <?php do_action ( ‘bp_custom_profile_edit_fields_pre_visibility’ ); ?>. If you don’t see it, you must add it just before the code of visibility settings.

Viewing 1 replies (of 1 total)
  • The topic ‘No image profile field shown’ is closed to new replies.