BuddyBoss Home – Web Support Forums Themes Boss. theme "Private Message"

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

    #59827
    @jespersylvester

    Hi.

    How come the “Private Message” button only says “…” when the activity stream is deactivated? I just want people to have the abillity to send private messages. But people can’t see where to do it, if the button says “…”

    Jesper

    Answers

    #59892

    Anonymous
    @

    Hi @jespersylvester, Copy the member-header.php from your parent theme (Boss. theme) buddypress to child theme at same path ..where the exact path will be: Editing boss/buddypress/members/single/member-header.php

    And put the following code at line no. 186

    
    <div id="main-button" style=" float: right; -webkit-box-shadow: none;">
             <?php   bp_send_private_message_button();   ?>
        </div>
    

    To show a private message button on members profile page.

    Regards

    #59905
    @jespersylvester

    Thanks. That did the trick. Although it still displays the “…” button. So I just removed that with CSS.

    #59908

    Anonymous
    @

    Hi @jespersylvester, I did not hide that, it has another option inside that ‘…’ while hover over it

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘"Private Message"’ is closed to new replies.