Skip to:
Content
Pages
Categories
Search
Top
Bottom

Show custom profile fields in buddyPress?

  • @pinhead149

    Member

    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)
  • @rogercoathup

    Participant

    Have a look at the templates in /member/single/profile

    e.g. edit.php – you’ll be interested in hooks such as bp_custom_profile_edit_fields

    You’ll also want to look at members-loop.php to display the plugin fields.

    @pinhead149

    Member

    hm i don’t understand it. can you help me maybe via skype, icq or something? i’ll pay for it if it works.

    skype: pinheaduntergrund
    icq: 415917355

    thanks

    @rogercoathup

    Participant

    @pinhead149 – if you’d like us to quote on the integration work, please email info@21inspired.com

    Alternatively, there are a number of other good BuddyPress developers you could approach. You could also try the jobs board on here (although it’s not very active): https://buddypress.org/community/groups/bp-jobs-board/

    @pinhead149

    Member

    @RogerCoathup – email is sent :P

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