Elxis CMS Forum

Support => General => Topic started by: acmail on August 09, 2018, 18:51:32

Title: Remove Messaging between Users
Post by: acmail on August 09, 2018, 18:51:32
Can anyone tell me how it is possible to remove the messaging function in Elxis 4.6 Phaethon? I do not want Users (level 2) to be able to see who else is registered or be able to contact them.
Title: Re: Remove Messaging between Users
Post by: datahell on August 10, 2018, 20:30:04
I am on vacations and I cant check it now but pkease check the acl manager (users permissions).
Title: Re: Remove Messaging between Users
Post by: perseas on August 23, 2018, 17:10:03
You can do this

Users > Access Manager >module - mod_adminmessages - 66 - View

row selection  [module - mod_adminmessages - 66 - View ]> edit > Users identification - Minimum level* [set 70]

see also
https://forum.elxis.org/index.php?topic=8675.0
Title: Re: Remove Messaging between Users
Post by: acmail on August 28, 2018, 19:28:01
Thanks, I followed datahell's advice in the quoted link.

Then to remove the links, I have removed the side column from display by adding this line of code to the template.css

.elx_user_sidecol { display: none; }