Enpòtan: Paj sa a se lè l sèvi avèk bonbon (cookies). Sèvi ak sit entènèt sa a san yo pa vire sou bonbon nan navigatè, vle di ke ou dakò pou sèvi ak li.
Buy Now! Features Downloads

Gen ak nou!

Si ou ta renmen kòmanse lajan ak are vBET pou salè pou gwo travay Afilye pwogram.
Rezilta 1 5 nan 5

Thread: Blocks Forum toujou buggy epi tou li pa tradui

  1. #1

    Default Blocks Forum toujou buggy epi tou li pa tradui

    , Mikal,

    Blòk yo fowòm yo ap toujou buggy. Nan fen tit la se toujou fil ki montre [/ langtitle], ak fil la se ki montre li nan lang orijinal la postè.

    Egzanp:



    TEXT Thread yo ta dwe nan lang gade itilizatè?

    Sèvi ak vBET ki soti jodi a (4.2.2)

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

    Default

    Mwen wè li e mwen konnen rezon ki fè yo san yo pa Kòd kouran. Wi - li se ensèk nou an. vBET se tcheke pou '...' nan tit yo rezoud tit nan lòt lang ki kote koupe (koreksyon nan ensèk: http://www.vbenterprisetranslator.co...r-problem.html). Nou manke itilizatè yo ka mete chapo gen'...' tèt li

    Li sanble ke korije yon ensèk nou kreye yon lòt - regrèt pou pripri manke. Nou pral pran swen sou sa. Tanpri note ke sa pral rive ankò sèlman ki gen tit nan lòt lang yo ki gen orijinèlman'...' nan kòmansman an. Nou pral bay rapid ranje pou sa isit la.

    About TEXT pa nan wè lang - sa a se malerezman soti nan dimansyon nou an nan moman sa a - tanpri al gade isit la pou w bay eksplikasyon: http://www.vbenterprisetranslator.co....html # post2735

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

    Default

    Korije. Pou repare rapid, tanpri:
    1. Edit ranpli / inclues / vbenterprisetranslator_functions_bbcode.html
    2. Jwenn:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. Ranplase pa:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $nextStart strpos($title'[langtitle='$endShorted);
    if (!
    $nextStart || $nextStart $end) {
    $toParse substr($title,$start,$end $start);
    } else {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]';


  4. #4

    Default

    Quote Originally Posted by vBET View Post
    Korije. Pou repare rapid, tanpri:
    1. Edit ranpli / inclues / vbenterprisetranslator_functions_bbcode.html
    2. Jwenn:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. Ranplase pa:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $nextStart strpos($title'[langtitle='$endShorted);
    if (!
    $nextStart || $nextStart $end) {
    $toParse substr($title,$start,$end $start);
    } else {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]';

    Se pa ap travay ... isit la se blòk an antye

    PHP Code:
    if (false === $end) {
    $endShorted strpos($title'...'$start);

        if (
    $endShorted && $endShorted $end) {
            
    $nextStart strpos($title'[langtitle='$endShorted);
            if (!
    $nextStart || $nextStart $end) {
                
    $toParse substr($title,$start,$end $start);
            } else {
                
    $end $endShorted 3;
                
    $toParse substr($title,$start,$end $start).'[/langtitle]';
            }  
        } else {
            break;
        }
    } else {
        
    $end += 12;


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

    Default

    Ou te itilize l 'nan plas mal ... Tanpri, defèt chanjman sa yo epi sèvi ak li an plas ki apwopriye yo. Whole blòk yo ta dwe:
    PHP Code:
    if (!$toParse) {
    $endShorted strpos($title'...'$start);
    if (
    $endShorted && $endShorted $end) {
    $nextStart strpos($title'[langtitle='$endShorted);
    if (!
    $nextStart || $nextStart $end) {
    $toParse substr($title,$start,$end $start);
    } else {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]';
    }
    } else {
    $toParse substr($title,$start,$end $start);
    }            


    Lè sa a se blòk jis apre yon sèl sa a kote ou chanje.

Tags pou sa a Thread

Posting Permissions

  • Ou Pouvwa pa Post fil nouvo
  • Ou Pouvwa pa Post replies
  • Ou Pouvwa pa Post atachman
  • Ou Pouvwa pa modifye posts ou
  •