J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:remove public sounds on/off from settings (1 viewing) 
Go to bottom
TOPIC: Re:remove public sounds on/off from settings
#6209
Wil
Fresh Boarder
Posts: 12
User Offline
remove public sounds on/off from settings Karma: 0  
Hello John,

I updated jchatsocial from 2.12 to 2.13.
Now I see in the settings a option Public sounds on/off but I already got this option and translate it into Dutch.

Can you tell me how to disable this public sound option because I don't need this option and it is in English

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#6210
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:remove public sounds on/off from settings Karma: 79  
Hello Wil,

it's not something related to an update from 2.12 to 2.13, this option is present since a long time.
You can't remove it, it's part of the standard interface.
The language string to translate it is: COM_JCHAT_PUBLIC_AUDIO_ONOFF
So you can translate it as for other strings, if you are able to update the Dutch language translation file post it back please.

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#6212
Wil
Fresh Boarder
Posts: 12
User Offline
Re:remove public sounds on/off from settings Karma: 0  
Hello John,


Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#6213
Wil
Fresh Boarder
Posts: 12
User Offline
Re:remove public sounds on/off from settings Karma: 0  
Hello John,

A time ago you told me how to disable the private messaging by adding a code into the template.

I've got now two times the option about the soundbar in the settings as you can see in the file attached.

Geluid aan/uit = dutch
Public sounds on/off = extra and don't need it...

Is there no way to added also in the template?
 
Logged Logged  
  The administrator has disabled public write access.
#6214
Wil
Fresh Boarder
Posts: 12
User Offline
Re:remove public sounds on/off from settings Karma: 0  
Hello John,


I look in the language files

This one is from the english version 2.13
COM_JCHAT_AUDIO_ONOFF="Private sounds On/Off"
COM_JCHAT_PUBLIC_AUDIO_ONOFF="Public sounds On/Off"

This one is from the older dutch translation version 2.11

COM_JCHAT_AUDIO_ONOFF="Geluid Aan/Uit"
COM_JCHAT_VIBRATE_ONOFF="Vibration On/Off"

In the version 2.13 there is a public and private sound but in the version 2.11 and also 2.12 there is only audio onoff

Thanks
 
Logged Logged  
  The administrator has disabled public write access.
#6215
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:remove public sounds on/off from settings Karma: 79  
Hello,

if you want to remove the public chat sounds option, add a css like the following to your Joomla template:

Code:

div.jchat_wall_sounds {display: none !important;}
 
Logged Logged  
  The administrator has disabled public write access.
Go to top