BuddyBoss Home – Web Support Forums Themes BuddyBoss theme buddyboss-child/buddypress/members/singles/member-header.php changes not seen

Tagged: 

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

    #54185
    @karlos

    Hello,

    I am making changes to

    wp-content/themes/buddyboss-child/buddypress/members/singles/member-header.php

    like for example adding extra buttons to the user profile header next to “add friend” “public message” “private message” but it is not being reflected.

    What is wrong?

    Answers

    #54267
    @karlos

    Any update?

    #54293
    @vapvarun

    we have a legacy support to support outdated BP plugins
    buddyboss/buddyboss-inc/buddyboss-bp-legacy/templates/item-header.php
    You can add your edits at above path

    you can also remove legacy support

    
    function remove_buddyboss_bp_legacy_init(){
    	remove_action( 'init', 'buddyboss_bp_legacy_init' );
    }
    add_action("init","remove_buddyboss_bp_legacy_init",9);
    

    Regards

    #54339
    @karlos

    Does it mean that my BP is outdated? I am using the last version. I always keep all plugins up-to-date.

    How can BP be outdated in my website?

    Please clarify me.

    Thank you!

    #54375
    @vapvarun

    Hi @karlos, I am not saying your BP is outdated

    We have support for outdated BP and other plugins for BuddyPress which are not updated from long time
    That’s why legacy templates files still in action
    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘buddyboss-child/buddypress/members/singles/member-header.php changes not seen’ is closed to new replies.