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 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: not able to change language in forum and thread

  1. #11
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    information sent.

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

    Default

    Thanks. I will start working on your server.

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

    Default

    also you can try to use a SEO links (without vBSEO).
    just go to admincp->vBET->main and set option:
    Translation links type to Create URL's according to SEO link consensus (i.e. '/en/address')

    after that you should add to you .htaccess file in forums folder this rules:
    Code:
    #RULES for SEO translation links without any SEO engine (on raw vBulletin links)
    #If you are using vB 'Mod Rewrite Friendly URLs' then put those rules JUST BEFORE vB rules
    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]

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

    Default

    Hello,

    Please try it now - should works now. Can you confirm it?
    Secondly - this issue can be specific only for this test forum. On main forum this should works perfect.

  5. #15
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    looks fine now.

    thanks.

    will move it to my live forum soon.

    tried using the SEO but i got a 404 error:
    Not Found

    The requested URL /testvb/forums/pt/forum.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

  6. #16
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    just setup in my live forum, also having the same problem. what was changed to fix it in my test forum?

    i've disabled it in my live forum.
    Last edited by Schmike; 04-02-11 at 06:22.

  7. #17
    Retired ;)
    Join Date
    Jan 2011
    Posts
    41

    Default

    i will passed it to kamil , when kamil will be we will think about it
    Thanks

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

    Default

    Hello,

    Please send to me by PM your admincp details - I will enable this vBET only for me and I will fix it for you.

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

    Default

    so, If you want to edit it manualy, you must:

    1. open and make a copy of this file:
    forum root/inlcudes/vbenterprisetranslator_functions_url.php

    2. in this file find:
    PHP Code:
    $amp = (THIS_SCRIPT == 'external' || THIS_SCRIPT != 'blog_external') ? '&' '&'
    3. and REPLACE with:
    PHP Code:
    $amp = (THIS_SCRIPT == 'external' || THIS_SCRIPT != 'blog_external') ? '&' '&'
    4. save file
    5. test it

    But this is not real solution. This eliminate some functions on your site. This issue is specific on your forum (I can't reproduce it on my test forum), so I only can solve it on your server (I need admincp details too).
    If you want, you can use this solution - it works, but I would like to check another solution on your server.

    Please confirm it.

    Thanks.

  10. #20
    Banned
    Join Date
    Jan 2011
    Posts
    49

    Default

    that works for my live forum now.

    if you want to test out any other resolution, please do it on the test site. thanks.

Page 2 of 3 FirstFirst 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
  •