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 17

Thread: After registration no automatic translation

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    12

    Default After registration no automatic translation

    Hi there,

    I installed vBET on vB 4.0.8 and have a small problem:
    when a new user registers, he will get shown the language (with all flags) that he has to choose in the register form.

    After confirming the registration mail his language is saved in his profile, but the there is no automatic translation to his language. He has to press manually the right flag to get the translation.

    How can I solve this problem?

    Thanks

  2. #2
    Junior Member
    Join Date
    Oct 2010
    Posts
    12

    Default

    2. Problem: written articles in cms (home button, vB4) will not be translated in any language.

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

    Default

    3. Problem:
    In the internet link should "nontranslate" rules be inactive, because the links will not work:

    Here is an exaple of my Mail to a customer:

    Dear User,

    thanks for your post.
    Regarding to your question: you will find all relevant information of our research in the actual Compendium.
    It contains a large FAQ of almost all possible questions (with tons of pics and videos) and will help you here detailed - and at the lowest time and money cost for all participants.

  4. #4
    Junior Member
    Join Date
    Oct 2010
    Posts
    12

    Default

    Just one thing: it would be useful to allow in the posts "english", because this is the global language and if some communication problems are seen, it would help if the user who posts already can post in english.

  5. #5
    Junior Member
    Join Date
    Oct 2010
    Posts
    12

    Default

    4. Problem:
    if the post is sent over quick reply, all characters are shown correct.

    BUT if user posts his reply through "Go advanced" button (WYSISWG editor), then characters are shown wrong:

    example:
    danke für den Hinweis....
    ü is german "Ü"

  6. #6
    Junior Member
    Join Date
    Oct 2010
    Posts
    12

    Default

    push - can you please answer my questions. thanks

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

    Default

    Quote Originally Posted by Gordon78 View Post
    4. Problem:
    if the post is sent over quick reply, all characters are shown correct.

    BUT if user posts his reply through "Go advanced" button (WYSISWG editor), then characters are shown wrong:

    example:


    ü is german "Ü"
    Yes, this is a vBET bug. We are working about this. Today I will try to give you a solution.

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

    Default

    ok I have a quick solution for the issue from my previous post.
    PLEASE USE IT IF YOU USE A UTF-8 FORUM

    1.make a copy and edit file:
    Code:
    forum root/includes/vbenterprisetranslator_functions_utils.php
    2. in this file find:
    PHP Code:
    $string preg_replace('/([\300-\337])([\200-\277])/e'
    3. and replace with:
    PHP Code:
    $string preg_replace('/([\304-\337])([\200-\277])/e'
    4. save a file
    5. test it.

    It was tested on our test forum on utf-8 engine (message was made by opera and IE) and it works now.
    Last edited by kamilkurczak; 03-12-10 at 16:17.

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

    Default

    no answer - solved. if not please write here and I will open this thread again.

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

    Default

    Quote Originally Posted by kamilkurczak View Post
    no answer - solved. if not please write here and I will open this thread again.
    Hi there,
    please give me some time, I have at the moment no possibility to test it.
    Did you checked the other problems (1.-4.)?

    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
  •