Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Miguel López

    (@atallos)

    Hi,

    Have you checked if you have the needeed hook to show fields in your register page ? If you are using the latest version of Buddypress (1.7 and later) you need “bp_custom_profile_edit_fields_pre_visibility”. If it does not appear in the register page, add the hook.

    I write a little FAQ with this question.

    Thread Starter catastr0phe

    (@kat_indo)

    I’ll check it and get back to you.

    FYI I see the other required fields that I have created i.e. Surname, Gender, etc.

    ‘Birthdate’ is the only one that won’t show.

    Plugin Author Miguel López

    (@atallos)

    I cannot help much without seeing the code.

    In this thread they have the same problem and they solved with the hook I mentioned.

    Thread Starter catastr0phe

    (@kat_indo)

    The thread was helpful.

    I made two changes. Hopefully, I don’t need to make more.

    File: wp-content/themes/modular-buddypress/registration/register.php
    I added <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?>
    before <?php do_action( 'bp_custom_profile_edit_fields' ) ?>

    File: wp-content/themes/modular-buddypress/members/single/profile/edit.php
    I added <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?>
    above <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?>

    Everything seems to be working now.

    Plugin Author Miguel López

    (@atallos)

    Ok. I’m glad to read this!

    Thanks you all!!

    I resolve a problems!!

    I suggest you make these changes to the child theme so as to maintain the changes in the case of updates to the main parent.

    Thanks again!!

    Plugin Author Miguel López

    (@atallos)

    You’re welcome! 😉

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Bug after updating to the latest version’ is closed to new replies.