Importante: Esta páxina está utilizando galletas (cookies). Utilizando este sitio web sen apagar galletas en navegador, significa que estás de acordo para utilizalo.
Comprar! Características Descargas

Gañar coa xente!

Se gostaríache arrancar gañando diñeiro con vBET une a Afiliar Programa.
Resultados 1 para 5 de 5

Thread: Bloques foro aínda buggy e tampouco traducido

  1. #1
    Membro
    Rexistrado
    Abril 2010
    Posts
    34

    Default Bloques foro aínda buggy e tampouco traducido

    Michal,

    Os bloques aínda están foro buggy. O fin do título do fío aínda está amosando [langtitle /], e o segmento é mostra-lo na lingua carteis orixinais.

    Exemplo:



    TEXTO fío debe ser en linguaxe de visualización de usuario?

    Usando vBET que saíu hoxe (4.2.2)

  2. #2
    Michał Podbielski (vBET Funcionarios) vBET's Avatar
    Rexistrado
    Outubro 2009
    Posts
    3,037

    Default

    Eu vexo iso e eu sei a razón, sen verificación de código. Si - é o noso erro. vBET está comprobando '...' en títulos para resolver títulos noutras linguas que, onde cut (corrección de erro: http://www.vbenterprisetranslator.co...r-problem.html). Perdemos sombreiro usuario pode definir alí'...' se

    Parece que corrixir un erro que creamos outro - pena de tat perder. Imos ter coidado con iso. Ten en conta que iso vai ocorrer só con títulos noutras linguas tendo orixinalmente'...' no inicio. Imos dar solución rápida para iso aquí.

    Sobre TEXT non en linguaxe vistos - este é, por desgraza, fóra do noso alcance neste momento - vexa aquí para unha explicación: http://www.vbenterprisetranslator.co....html # post2735

  3. #3
    Michał Podbielski (vBET Funcionarios) vBET's Avatar
    Rexistrado
    Outubro 2009
    Posts
    3,037

    Default

    Corrixidos. Para solución rápida por favor:
    1. Editar o ficheiro / inclúe / vbenterprisetranslator_functions_bbcode.html
    2. Buscar:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. Substituír por:
    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
    Membro
    Rexistrado
    Abril 2010
    Posts
    34

    Default

    Quote Enviado Orixinariamente por vBET View Post
    Corrixidos. Para solución rápida por favor:
    1. Editar o ficheiro / inclúe / vbenterprisetranslator_functions_bbcode.html
    2. Buscar:
    PHP Code:
    if ($endShorted && $endShorted $end) {
    $end $endShorted 3;
    $toParse substr($title,$start,$end $start).'[/langtitle]'
    3. Substituír por:
    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]';

    Non funciona ... aquí é todo o bloque

    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 Funcionarios) vBET's Avatar
    Rexistrado
    Outubro 2009
    Posts
    3,037

    Default

    Usou-o no lugar incorrecto ... Por favor, desfacer estas modificacións e usalo en lugar apropiado. Bloque enteiro debe ser:
    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);
    }            


    E este é o bloque logo este que cambiou.

Tags para este tema

Permisos de Mensaxe

  • Vostede non publicar novos temas
  • Vostede non enviar respostas
  • Vostede non anexos post
  • Vostede non editar as túas mensaxes
  •