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 11

Thread: Some problems changing directions (RTL to LTR) ... And more

  1. #1

    Default Some problems changing directions (RTL to LTR) ... And more

    There are several problems with style when you change language:
    My system works based on Hebrew language (right to left),
    when I change to one of the Vbet translation languages (to language with : left to right), the design goes wrong no matter proper directions:
    (Screenshots with explanations - the Screenshots with the original design of the VB)
    you have to know that if I change the language to English by vb system, there is now problem with the style or directions (so don't tell me that it a float problem.Because I don't change the CSS from StyleVar

    forum home problem : Header - navbar - forum list
    Default Language Design (in Hebrew)


    After Vbet English translation
    Please note there is a problem with changing directions in HEADER and NAVBAR .... And the list of forums





    forumdisplay problem : Button - thread page stats - Forum Tools - thread list
    Default Language Design (in Hebrew)


    After Vbet English translation
    Please note there is a problem with changing directions in Buttons
    thread page stats
    Forum Tools
    thread list






    ShowThread problem : still Button - footer - And there is no translation for the phrases of Button in Quick Reply and allso in Advanced Repply
    Default Language Design (in Hebrew)


    After Vbet English translation
    Please note there is a problem with changing directions in Buttons
    footer
    translation for the phrases of Button in Quick Reply and allso in Advanced Repply


    Last edited by dacho; 25-10-10 at 11:12.

  2. #2

    Default

    Another thing
    I want to turn off the centering flags and arrange them in my design, where the design of flags.
    I'm not talking about the location of the flags I'm talking about it if they were at the center or left or right, and what will be the width of their DIV

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

    Default

    Hello dacho,
    I need an access to your FTP please.

    about flag style (from your site source)
    Code:
    <link rel="stylesheet" type="text/css" href="images/vbet/flags/vbet.css"/>

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

    Default

    ahhh
    I tested it on my vB4 test forum and - have the same results as you (on the vB deafult style) so this is a bug.
    I will move this thread to bug reporting.

    Now we will be working on our test FTP and site so now I dont need access to your forum

    It will be fixed, thanks

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

    Default

    Hello dacho,

    We are still working on it. I noticed that vBET function good read the direction of the forum (rtl) and replaces it correctly. I made a many logs of that.

    I noticed that one from our changed $stylevar is not in use. Maybe vB use it (with old value - right) before our replacement.
    I tried to find another hook but without success. I will try to find it again.

    We are still working. Thanks for you patience.

  6. #6

    Default

    Thanks for your post, I'm still waiting
    Remember that the problems I mentioned are not only directions

    There are phrases that are not translated with Vbet
    I have attached screen shots look more

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

    Default

    I'm going to help Kamil with this issue and check it now on out test server. I will handle text directions first, then see other issue which you are writing about. I will keep you informed about results ant progress. Sorry it is still not resolved - we have little issue with this issue

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

    Default

    OK so - I think I know the reason. It is because vBulletin not only uses variables for directions, but for unknown reason also uses for same thing constant LANGUAGE_DIRECTION.

    Right now I'm working on code changes for this. Please be patience

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

    Default

    I made lot of investigation and try to solve issue on many ways. At this moment I send official query to vBulletin team (Forum Changing text direction in plugin - PROBLEM...) and still will work on this... Especially I will check css.php file as possible source of issue. At this moment we have late hours in our country so I will continue working on this later.
    Last edited by vBET; 27-10-10 at 23:09.

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

    Default

    Hi.

    I have quick fix for you. Please note that on our side was made more changes, but shouldn't be necessary for quick fix. Please confirm did it help with style issue.

    Quick fix:
    1. Open file /includes/vbenterprisetranslator_functions_url_tracking.php
    2. Find:
    Code:
    if (false !== strpos($address, 'css.php') || false !== strpos($address, '.css') || 0 === strpos($address, 'javascript:') || $address == '#' || vbet_isURLIgnored($address)) {
    3. Put BEFORE it:
    Code:
    if (false !== strpos($address, 'css.php')) {	
    return vbet_createURLForAddressNoReplaceOld($language, $address) ;
    }
    Also - for other issues please open new threads. Please keep one thread per one issue. This will allow us to easily manage the issues. This thread have status solved as title issue is solved. Solution will be included in next release.
    Last edited by vBET; 29-10-10 at 18:55.

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
  •