J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Delete the save conversation button (1 viewing) 
Go to bottom
TOPIC: Re:Delete the save conversation button
#3701
Wil
Fresh Boarder
Posts: 12
User Offline
Delete the save conversation button Karma: 0  
Hello John,

Can you tell me how to disable and delete the save conversation button in the chat.
So the textchat not the videochat( I didn't test it yet to see if there are options to save it)
I don't want to let my users save the conversation becase of safety regulations.

Thanks for the help.
 
Logged Logged  
  The administrator has disabled public write access.
#3703
John Dagelmore
Admin
Posts: 3716
User Offline
Re:Delete the save conversation button Karma: 79  
Hello,

the export conversation button is enabled by default, there are no parameters to remove it.

You need to add a css code to your template to remove it like below:

Code:

.jchat_trigger_export{display: none;}
 
Logged Logged  
  The administrator has disabled public write access.
#3704
Wil
Fresh Boarder
Posts: 12
User Offline
Re:Delete the save conversation button Karma: 0  
Hello John,

Thanks, works perfect.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top