Forum
Welcome, Guest
Please Login to access forum.
Re:private messaging (1 viewing) 
Go to bottom
TOPIC: Re:private messaging
#3553
Karl Dean
Fresh Boarder
Posts: 10
User Offline
private messaging Karma: 0  
How can I delete private messaging from the menu as we use uddeIM PMS on the website


 
Logged Logged  
  The administrator has disabled public write access.
#3555
John Dagelmore
Admin
Posts: 3722
User Offline
Re:private messaging Karma: 79  
Hi Karl,

the feature is included and enabled by default for logged in users.

If you want to remove it use CSS style in your template like this:

span.jchat_open_privatemess, span.jchat_privatemess {
display: none;
}
 
Logged Logged  
  The administrator has disabled public write access.
Go to top