Private Messaging help!
Permalink
Hello!
I was wondering is it possible to restrict the view of the send private message link to just have a certain group see it? for example users with admin permissions but have the link vanish for ordinary users.
I was wondering is it possible to restrict the view of the send private message link to just have a certain group see it? for example users with admin permissions but have the link vanish for ordinary users.
When you are done reading, this is how you can restrict the view of the "Send Private Message" link on the profile pages.
1. Copy the file 'root/concrete/elements/profile/sidebar.php' to 'root/elements/profile/sidebar.php'. Create the folder(s) as necessary.
2. Edit your newly copied 'root/elements/profile/sidebar.php' and add the two snippets of code I have commented below (make sure you view the entire block):
I am getting the group object for Administrators with
When the code checks if PM is enabled I also check if the logged in user is in the group Administrators or is the Super Admin. If that is true the link will be rendered: