• Hi,

    I want all members to be able to send messages but only certain wp user roles can read or reply. And instead of a notification email with the entire thread included, I’d like the email to say that they have to login to view the message. How would I go about doing this?

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

    (@wordplus)

    Hello!

    And instead of a notification email with the entire thread included, I’d like the email to say that they have to login to view the message.

    You can change notification content using standard BuddyPress editor.

    I want all members to be able to send messages but only certain wp user roles can read or reply.

    You can disable replying for some users using action hook to bp_better_messages_before_message_send.

    Thread Starter empressdianna

    (@empressdianna)

    Hi again,

    Thanks for you help. Your solutions helped for the email notification and for replying but those users can still see those messages when they access the messages tab. How do I block them from doing that? I tried hooking into bp_core_remove_nav_item and bp_better_messages_slug but I can’t get any of it to work. Help please!

    Plugin Author wordplus

    (@wordplus)

    I will release new version with new filter bp_better_messages_current_template now.
    You will be able to force template showing, so you can always show only “New Thread” page and hide back button with CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable message tab for some users’ is closed to new replies.