Hello, i would like to set default english in my forum and nobody can change to his/her language.
Is this possible?
Is this possible?
Last edited by teliosmetonma1 on March 3rd 2019, 1:38 pm; edited 1 time in total
Hello,teliosmetonma1 wrote:Hello, i would like to set default english in my forum and nobody can change to his/her language.
Is this possible?
 Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
Samuel796 wrote:Is there any easier way of disabling content by language error for a specific language, while showing the actual page on other languages link removed by skouliki
$(function(){
$('select[name="language"]').val('en');
$('select[name="language"]').attr('disabled',true);
$('select[name="language"]').attr('style','background-color: #8e8e8e;color: #b7b7b7;font-style: italic;');
$('select[name="language"]').parent().append('<span>Disabled</span>');
});
Problem solved & topic archived.
|