Is there any way to disable other languages?
+4
brandon_g
SLGray
Ape
TheCrow
8 posters
Page 1 of 1
Is there any way to disable other languages?
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
Re: Is there any way to disable other languages?
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?
Since Google Translator is free provided by google, I'm afraid no. The only thing you could do is remove the field that allows users to change the language from their profiles but I'm not really sure whether it is legal or not.
Regards.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Is there any way to disable other languages?
As Thecrow has said already NO sadly there is no way to stop this.
Re: Is there any way to disable other languages?
That options only affects text on the forum, not the text in topics.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Is there any way to disable other languages?
As you've been told there's no way to do that.
Guest- Guest
Re: Is there any way to disable other languages?
Has does it effect your code?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Is there any way to disable other languages?
You mean "how"?
I use this: https://help.forumotion.com/t148708-topic
thats how.
I use this: https://help.forumotion.com/t148708-topic
thats how.
Re: Is there any way to disable other languages?
Sadly there is still NO way to stop members using other languages.
Re: Is there any way to disable other languages?
That feature just changes the language for the user who is viewing the forum, it does not change it for every user. Can you explain exactly what your code does and how the language being change breaks the code?
Also, bare in mind that even if there was a way to disable the language as you want to (there is not), they could simply use a translator such as google translate to change the language to their own anyway.
Also, bare in mind that even if there was a way to disable the language as you want to (there is not), they could simply use a translator such as google translate to change the language to their own anyway.
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Is there any way to disable other languages?
Hello,
Please don't forget to click the button at the very beginning of this very topic if in fact your doubt is solved!
Best regards.
Please don't forget to click the button at the very beginning of this very topic if in fact your doubt is solved!
Best regards.
Guest- Guest
Re: Is there any way to disable other languages?
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
Samuel796- New Member
- Posts : 1
Reputation : 1
Language : English
Re: Is there any way to disable other languages?
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
hello
please avoid sharing links of any other website as this is considered spam/advertising
if you need help you can open your own thread
Re: Is there any way to disable other languages?
@Hampton987, you should probably reread the topic.
The field from the profile can be hidden through css or removed through javascript. It might be removable from the templates as well but I'm not sure if we have access to the needed templates to do that. Problem is, a user that knows Javascript can craft a request that would change the language no matter what you do. Most users dont know how to do that though. I can give you the code that removes that field if you want.
The field from the profile can be hidden through css or removed through javascript. It might be removable from the templates as well but I'm not sure if we have access to the needed templates to do that. Problem is, a user that knows Javascript can craft a request that would change the language no matter what you do. Most users dont know how to do that though. I can give you the code that removes that field if you want.
Guest- Guest
Re: Is there any way to disable other languages?
one issue with this if you hide or remove the area the users that have already changed it will be stuck like that .. if it was me i would add a disabled attribute and set the value to english so they are all forced to save it as english
this is how i would do it
this is how i would do it
- Code:
$(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>');
});
Re: Is there any way to disable other languages?
thank you @_Twisted_Mods_ for your help
Problem solved & topic archived.
|
Similar topics
» [Languages] How many languages do you speak?
» How to disable pms
» Can not change my languages in this forum
» Different languages support forum?
» Google Transliteration for Indian Languages not Working
» How to disable pms
» Can not change my languages in this forum
» Different languages support forum?
» Google Transliteration for Indian Languages not Working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum