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.
Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: FAQ

  1. #1
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037
    Last edited by Marcin Kalak; 01-06-15 at 10:02.

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

    Default What is required for this mod to work?

    - You must install it and configure it appropriately (please read parameters descriptions carefully)
    - You must have installed CURL in your php. Most servers already have it. Just install this mod and if it is not working then ask your server stuff to install CURL. In meantime you can disable mod or remove flags so users will not be affected. If you get blank page for translation pages (it will not affect your normal pages) it means that you don't have CURL installed - just install it
    - You must have installed ICONV in your php. Most servers already have it. If not an error will occur or blank page for translations.

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

    Default After translation I get blank page - what is wrong?

    Just read answer for previous question

    Also you can check this vBulletin documentation about blank pages: http://www.vbulletin.com/docs/html/blank_pages
    Still - first just make sure that you have everything what is needed for vBET.
    Last edited by vBET; 09-09-10 at 09:01.

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

    Default After translation all text disappear - what is wrong?

    In such case you have 3 possibilities:
    1. You didn't fallow installation instructions. You MUST configure Forum language option. Just configure mod
    2. You set wrong Google Translation API key - set it to appropriate value or remove it (not advised - just set it appropriately)
    3. For some reason you was blocked by Google


    The last one needs some clarification - how you can tell that you was blocked. Here is simple manual how to do that:
    http://www.vbenterprisetranslator.co....html#post1728
    Last edited by vBET; 14-03-10 at 01:48.

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

    Default I have SEO translation links on, I use vBSEO and main page is not translating - what is wrong?

    Make sure that your .htaccess rules are OK - especially for forums with subdirectory in URL.
    Last edited by vBET; 19-02-10 at 05:49.

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

    Default What to do, to have translations links good for SEO consensus?

    You have to set appropriate option in Admin CP and change/create .htaccess file (NOTE: you can use SEO translation links even without vBSEO!)

    for vBSEO users see here

    for users without vBSEO
    - If you don't have .htaccess file then use the one from do-not-upload directory in mod package - just upload it to your forum directory
    - If you have .htaccess file, then add one of these two rules (if you are using vB 'Mod Rewrite Friendly URLs' then put those rules JUST BEFORE vB rules):



    - SHORT RULES
    Faster and more efficient but can be used only if you are NOT using links with 2-signs part i.e: yourforum.com/XY/

    Code:
    RewriteRule ^/?(..|zh-CN|zh-TW)/archive/index.php/(.*)?$ archive/index.php?/$2&language=$1 [L,QSA]
    RewriteRule ^/?(..|zh-CN|zh-TW)/$ index.php?language=$1 [L,QSA]
    RewriteRule ^/?(..|zh-CN|zh-TW)/(.*)?$ $2?language=$1 [QSA]


    - LONG RULES
    Can by used always

    Code:
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/archive/index.php/(.*)?$ archive/index.php?/$2&language=$1 [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ index.php?language=$1 [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [QSA]
    Last edited by r.dziadusz; 08-11-11 at 20:52.

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

    Default I have indexed pages from old translator (with hl=) - what to do?

    Just set rewrite rule in .htaccess - Google will know that page have new place and will reindex it without any loss
    Code:
    RewriteCond %{QUERY_STRING} (hl=)(zh-TW|zh-CN|..)$
    RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1\?language=%2 [L,R=301]
    Last edited by vBET; 09-10-09 at 18:30.

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

    Default I have indexed pages from old links type (with language=) and want switch to SEO links- what to do?

    First make SEO links available. After that add this rule to .htaccess (before vBET rules):
    Code:
    RewriteCond %{QUERY_STRING} (hl=|language=)(zh-TW|zh-CN|..)
    RewriteRule ^(.*)$ http://%{HTTP_HOST}/%2/$1? [L,R=301]
    Note that this rule will also handle redirections for links from old translator (with hl=)

    These rules may, do not work. In this situation please make us know, we will help you. We will rewrite .htaccess rules and adapt it to Your case, for free.
    An example how to edit .htaccess file :modifications in .htaccess file, but you don't have to do it by yourself we will be glad to make these changes instead of you!
    Last edited by r.dziadusz; 14-10-11 at 09:47.

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

    Default How do you get back to default language after you click a flag?

    If you have set tracking option on, then to go back to your default language you must just click flag for your default language

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

    Default I have warnings in safe mode - what to do?

    Just turn off save mode - it is DEPRECATED in php and not supported in future versions. See here for details:
    PHP: Security and Safe Mode - Manual

Page 1 of 3 123 LastLast

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
  •