• Hi, I’m looking for a front-end messaging plugin that can restrict by user role. Can you clarify whether this is currently possible? Thanks

    Example Setup:

    Two User Roles: Customers, Support

    Customers can only find and message users with user_role = Support
    Support can only find and message users with user_role = Customers

    Thanks for the help

    Elliot

    https://www.ads-software.com/plugins/front-end-pm/

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

    (@shamim51)

    Yes, it is possible by this plugin. You can use fep_autosuggestion_arguments filter to show only desire user role users in auto suggestion. use fep_directory_arguments filter for directory.

    Use fep_filter_message_before_send filter to check if user is sending message to permitted user role or not. if not then show an error.

    Hi Shamim,

    thanks for this great plugin. I want to use it for internal communication in our multiauthor blog.

    Coud you please give a more detailed code example? For example if I want to show all contributors and higher?

    Best wishes

    Daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Restrict by User Role’ is closed to new replies.