Skip to:
Content
Pages
Categories
Search
Top
Bottom

Show custom profile fields in buddyPress?

  • Hi guys,
    i’ve installed a plugin called “liveTV bundle”.
    The user configuration to add livestreams is included in the normal wordpress profiles. But i want to show that in buddypress profiles. Can somebody edit the following lines?

    add_action( ‘show_user_profile’, ‘livetv_show_extra_profile_fields’ ); for example shows the profile fields (that i need) on wordpress profiles. How can i swap it to my buddypress profiles?

    Code:
    //Now hook to create extra profil fields
    add_action( ‘edit_user_profile’, ‘livetv_show_extra_profile_fields’ );
    //When the current on the current profil has capabilties to edit -> display
    add_action( ‘edit_user_profile_update’, ‘livetv_save_extra_profile_fields’ );
    //When the current on the current profil has capabilties to edit -> update

    add_action( ‘show_user_profile’, ‘livetv_show_extra_profile_fields’ );
    //When the current on the current profil has capabilties to show -> display
    add_action( ‘personal_options_update’, ‘livetv_save_extra_profile_fields’ );
    //When the current on the current profil is the current and edit -> update

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show custom profile fields in buddyPress?’ is closed to new replies.
Skip to toolbar