Do I understand it clear. You want additional configuration option, which will allow you to tell vBET, that if message is found to be written in specific languages (configurable), then you do not want this message to be automatically opaqued by lang bbcode. Is that what you need?
Hi,
I like to have the option set to:
- Trust Google when result is trust worthy
And addition an field or checkbox or what ever.
But not if Google think its is: de (standard), en, pt
this languages only as an example. This is helpful for forums with multilingual Users. So "normal" User are able to write even in foreign languages. But Users with some kind of exotic languages will be translated.
Greetings
Christian
We will consider to make it configurable.
At this moment you can make simple modification to have this. If you want, please fallow those instructions:
1. Open /includes/vbenterprisetranslator_functions_detection.php
2. Find:
3. Replace by:Code:if (!vbet_isLangSupported($lang)) {
Please note that it was not tested.Code:if (in_array($lang, array('de', 'en', 'pt')) || !vbet_isLangSupported($lang)) {
Hi,
i changed the code some minutes ago.
The first Test looking well. Let´s see how it work in normal use.
Thanks
Christian
Thanks for your answer.