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 2 FirstFirst 12
Results 11 to 14 of 14

Thread: \u200b\u200b

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

    Default

    ok I can reproduce it on my test forum even this mod is disabled (in another part of forum) so this is a vBET bug. I will move this thread into bug reporting section and solve it!

  2. #12
    Senior Member
    Join Date
    Feb 2011
    Posts
    138

    Default

    Okay. Thanks.

  3. #13
    Junior Member
    Join Date
    Feb 2011
    Posts
    9

    Default

    Just so you know,

    It is also happening in the French language.

    You can check it out here (check the price at the end):

    150 $ PRODUCTION AUSTIN OBO

    It translates "Asking price" to "Prix \u200b\u200bde vente". It should be "Prix de vente".

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

    Default

    Hello,
    I can solve it! Already DONE on your server

    1. open, edit and make a copy of this file:
    forum root/includes/vbenterprisetranslator_functions.php
    2. in this file find:
    PHP Code:
    $result =& str_replace('\u003d''='str_replace ('\u0026''&'$result)); 
    3. and replace with:
    PHP Code:
    $result =& str_replace(array('\u003d','\u0026''\u200b'), array('=''&'' '), $result); 
    4. save and test it.

    Will be included in the next relase!
    Last edited by kamilkurczak; 30-03-11 at 23:40.

Page 2 of 2 FirstFirst 12

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
  •