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 2 12 LastLast
Results 1 to 10 of 14

Thread: Language switching problem

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default Language switching problem

    I recently install vB Osc Shopping Cart Pro on my forum. Two languages, English and Chinese, are insallted. However, I cannot make it to work. It only shows Eglish version.

    It seems that vBET causes this problem. I add urls below to ignore URLs section under vBET control panel but did not work. However, if I trun off vBET, the OSC shopping cart can switch to the right language.

    This is Englsih verion
    This is Chinese version but not working, it jumps back to english version

    Please help. Thanks
    Last edited by chaoyueh; 18-10-10 at 01:36.

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

    Default

    hello,
    I need a more information.
    how it works: vB Osc Shopping Cart Pro?
    please try to disable this mod (vB Osc Shopping Cart Pro) and try to find this issue again.
    If you can't find this issue after disable - we have a conflict.
    Translation to Japanese works good.

    Code:
    Two languages, English and Chinese, are insallted
    installed by this mod or vBET?
    please describe it better. Thanks
    Last edited by kamilkurczak; 18-10-10 at 15:44.

  3. #3
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    Quote Originally Posted by kamilkurczak View Post
    hello,
    I need a more information.
    how it works: vB Osc Shopping Cart Pro?
    please try to disable this mod (vB Osc Shopping Cart Pro) and try to find this issue again.
    If you can't find this issue after disable - we have a conflict.
    Translation to Japanese works good.

    Code:
    Two languages, English and Chinese, are insallted
    installed by this mod or vBET?
    please describe it better. Thanks
    sorry for the confusing

    vB Osc Shopping Cart Pro integrates vb and oscommerce shopping cart system.
    OScommerce shopping cart system has its own language packs
    If you check here, you will see four flags in the right side. However, if you click those flags, the languages do not switch. When I disable vBET, these languages from oscommerce can switch.

    Thanks
    Last edited by chaoyueh; 18-10-10 at 16:05.

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

    Default

    did you disable this mod or not? if not - please try to disable this mod (vB Osc Shopping Cart Pro) and try to find this issue again. If yes - please write - can you find this issue again?

    EDITED:
    I understand that the main issue is that this mod (vB Osc Shopping Cart Pro) is not working properly right? This means that these flags do not work?
    vBET is working good or not?
    Last edited by kamilkurczak; 18-10-10 at 16:12.

  5. #5
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    Quote Originally Posted by kamilkurczak View Post
    did you disable this mod or not? if not - please try to disable this mod (vB Osc Shopping Cart Pro) and try to find this issue again. If yes - please write - can you find this issue again?

    EDITED:
    I understand that the main issue is that this mod (vB Osc Shopping Cart Pro) is not working properly right? This means that these flags do not work?
    vBET is working good or not?
    vBET is working good.

    The problem is OSC flags do not work.

    There is a conflict between OSC & vBET

    When I disable vBET, the OSC flags do work. The Osc user interface changes to taget language correctly.
    Last edited by chaoyueh; 18-10-10 at 17:05.

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

    Default

    Hello,
    Ok I have a solution for you.
    As you see in your url you have a
    PHP Code:
    language
    parameter. vBET uses this parameter and your mod too. No problem.
    But when you click on the flag (for example spain) here is redirect to
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php
    because in vBET spainish and german are disabled. Please use your admincp-> vBET->Flags and enable Spanish and german languages.
    English works good because in vBET english is enabled and there is a good parameter:
    PHP Code:
    language=en 
    Chinese: not good. Just look on this url:
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php?language=zh-CN
    by vBET. vBET use zh-CN but your mod use tw:
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php?language=tw
    In vBET tw = Taiwanese so you have a redirection to your main language.
    zh-CN - this is an international standard so please write to your mod support and ask them about change in your code (from tw to zh-CN)

  7. #7
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    Quote Originally Posted by kamilkurczak View Post

    Chinese: not good. Just look on this url:
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php?language=zh-CN
    by vBET. vBET use zh-CN but your mod use tw:
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php?language=tw
    In vBET tw = Taiwanese so you have a redirection to your main language.
    zh-CN - this is an international standard so please write to your mod support and ask them about change in your code (from tw to zh-CN)
    Thanks, it works

  8. #8
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    got one more question

    my forum's default language is zh-TW

    My Osc shopping cart's original language is English and the url is like this "./forums/osc_shop.php".

    OSC also has a Taiwanese language pack, and the url is like this "./forums/osc_shop.php?language=zh-TW"

    When I type "./forums/osc_shop.php?=zh-TW", the webpage switches back to "./forums/osc_shop.php".

    Is it possible to show "./forums/osc_shop.php?language=zh-TW" instead of "./forums/osc_shop.php"?

    Thanks for the help
    Last edited by chaoyueh; 19-10-10 at 18:29.

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

    Default

    Hello,
    the:
    Code:
    ./forums/osc_shop.php?language=zh-TW
    is switched back to
    Code:
    ./forums/osc_shop.php
    because Taiwanese is your main language (you have an example on our forum - just click on english flag).

    I understand that:
    Code:
    ./forums/osc_shop.php
    is english for your mod and
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php?language=en
    is english too.

    for vBET only
    Code:
    http://www.puddingbuy.com/forums/osc_shop.php?language=en
    with language=en is english. Without language=en - your main language: Taiwanese.

    You can change your forum main language to English but I understand that you prefer to have the Taiwanese language as main.

    You can also write to your mod support and aks them how to set Taiwanese language as main in this mod.

    I will ask MichaƂ about different solution.

  10. #10
    Junior Member
    Join Date
    Oct 2010
    Posts
    3

    Default

    Hi,

    Is there a way that the vBET can be disabled so that it will not run in the vB Osc Shopping Cart Pro area.
    All vB Osc Shopping Cart Pro files begin with osc_.

    Have you a Rewrite Rule that will stop it running for the vB Osc Shopping Cart Pro, or is there a file that can be edited to stop it in that area.

    Thanks

Page 1 of 2 12 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
  •