BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall changing wall greeting: What's new: [lastname]

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

    #47744
    @mth75

    @vapvarun
    @tj

    He Guys,

    I want to change the wall greeting What’s new: [lastname] to the first name. This somewhat more friendly.

    Any idea?

    Regard,

    Marc

    Answers

    #47752
    @vapvarun

    Hi @mth75

    bp_get_user_firstname is already used in greeting message, might be you need to map it with your x-profile last name field

    
    $greeting = sprintf( __( "What's new, %s?", 'buddyboss-wall' ), bp_get_user_firstname() );
    

    Regards
    Varun Dubey

    #47870
    @mth75

    @vapvarun Thx! Where can I put this line?

    #66740
    @vapvarun

    Hi @mth75

    bp_get_user_firstname is already used in greeting message, no need to edits any codes.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘changing wall greeting: What's new: [lastname]’ is closed to new replies.