BuddyBoss Home – Web Support Forums Themes Boss. theme Duplicate Social Link functionality in member-header w/ xPorfile checkboxes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #50030
    @kurtsubco

    I would like users to be able to select all the sports they play and display them as images in the profile header like the social links. But I’m having a little trouble.

    add_filter("buddyboss_get_user_social_array","buddyboss_user_social_remove_disabled"); //remove disabled.
    
    foreach(buddyboss_get_user_social_array() as $social => $name):
                        $url = buddyboss_get_user_social(bp_displayed_user_id() , $social );

    I believe this is what I need to duplicate but I can’t find the functions this is referencing.
    Any help would be appreciated.

    Answers

    #50032

    Anonymous
    @

    Hi @kurtsubco, i am not sure it can be easily overridden inside the child theme without modification of core files, social icon are deeply integrated and used several function and files
    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Duplicate Social Link functionality in member-header w/ xPorfile checkboxes’ is closed to new replies.