• Resolved Mike

    (@mikee1001)


    Hi,

    How am I able to remove the ‘New Thread’ button please, as I only want users to message each other using the message icon on their profile?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there!

    I believe CSS is the easiest way.

    .bp-messages-wrap .chat-header .new-message, .bp-messages-wrap .chat-footer .new-message{
    display: none !important
    }
    
    .bp-messages-wrap .chat-header.side-header .new-message+.bpbm-search{
       padding-left: 10px !important;
    }

    Thread Starter Mike

    (@mikee1001)

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove New Thread button’ is closed to new replies.