Svarīgs: Šī lapa izmanto cookies (cookies). Izmantojot šo mājas lapu, neizslēdzot sīkdatnes pārlūku, nozīmē, ka jūs piekrītat, izmantojot to.
Pirkt Tagad! Features Lejupielādes

Nopelni kopā ar mums!

Ja jūs vēlaties sākt pelnīt naudu ar vBET pievienoties, lai Filiāļu programmu.
Rezultāti 1 līdz 5 gada 5

Thread: Forum Blocks joprojām buggy un arī netiek tulkotas

  1. #1
    Dalībvalstis
    Pievienošanās datums
    Apr 2010
    Atbildes
    34

    Default Forum Blocks joprojām buggy un arī netiek tulkotas

    Michal,

    Forums bloki joprojām ir buggy. Pavedienu virsraksta beigas joprojām rāda [/ langtitle], un pavediens parāda to plakātu oriģināli valodu.

    Piemērs:



    Thread teksts ir lietotāja skatīšanās valodā?

    Izmantojot vBET kas iznāca šodien (4.2.2)

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Pievienošanās datums
    Oktobris 2009
    Atbildes
    3,037

    Default

    http://www.vbenterprisetranslator.co...r-problem.html). Mums pietrūkst cepure lietotājs var noteikt, ka'...' pats

    Šķiet, ka labo one kļūdu mēs esam radījuši vēl vienu - žēl tat garām. Mēs parūpēsimies par to. Lūdzu, ņemiet vērā, ka tas notiks tikai ar nosaukumiem, kas citās valodās, kam sākotnēji'...' gada sākumā. Mēs sniegsim ātri noteikt, ka šeit.

    Par tekstu ne skatītie valodā - tas ir diemžēl no mūsu darbības jomu šajā brīdī - lūdzu, skatiet šeit paskaidrojumu: http://www.vbenterprisetranslator.co....html # post2735

  3. #3
    Michał Podbielski (vBET Staff) vBET's Avatar
    Pievienošanās datums
    Oktobris 2009
    Atbildes
    3,037

    Default

    Jālabo. Lai ātri noteikt, lūdzu:
    1. Rediģēt failu / inclues / vbenterprisetranslator_functions_bbcode.html
    2. Find:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. Aizstāt ar:
    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
    Dalībvalstis
    Pievienošanās datums
    Apr 2010
    Atbildes
    34

    Default

    Quote Sākotnēji Ievietoja vBET View Post
    Jālabo. Lai ātri noteikt, lūdzu:
    1. Rediģēt failu / inclues / vbenterprisetranslator_functions_bbcode.html
    2. Find:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. Aizstāt ar:
    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]';

    Nestrādā ... šeit ir visu bloku

    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 Staff) vBET's Avatar
    Pievienošanās datums
    Oktobris 2009
    Atbildes
    3,037

    Default

    Tu to izmantoja nepareizajā vietā ... Lūdzu atsaukt šīs izmaiņas un izmantot to atbilstošā vietā. Visu bloku vajadzētu būt:
    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);
    }            


    Un tas ir bloks tūlīt pēc šo vienu, kas jums mainījusies.

Tags par šo Thread

Posting atļaujas

  • Jūs nedrīkst Publicēt jaunu pavedieni
  • Jūs nedrīkst post atbildes
  • Jūs nedrīkst pasta pielikumi
  • Jūs nedrīkst rediģēt savas ziņas
  •