Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 6 of 6

Thread: Exceptions for: "trust Google"

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    14

    Default Exceptions for: "trust Google"

    Text automatically translated from: German to: English
    Translated text
    Hello,
    I find the best setting:
    "Trust Google when result is trust worthy"

    I can not turn on, because it is written in my forum in several languages. In my forum in German, English and Portuguese.

    It would be nice if for the "Trust Google when result is trust worthy" languages could be defined that are never translated.

    Greeting
    Christian
    Original text

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    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?

  3. #3
    Junior Member
    Join Date
    Oct 2009
    Posts
    14

    Default

    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

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    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:
    Code:
    if (!vbet_isLangSupported($lang)) {
    3. Replace by:
    Code:
    if (in_array($lang, array('de', 'en', 'pt')) || !vbet_isLangSupported($lang)) {
    Please note that it was not tested.

  5. #5
    Junior Member
    Join Date
    Oct 2009
    Posts
    14

    Default

    Hi,
    i changed the code some minutes ago.
    The first Test looking well. Let´s see how it work in normal use.

    Thanks
    Christian

  6. #6
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    Thanks for your answer.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •