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: Firefox problema Estilo

  1. #1
    Membro Junior
    Rexistrado
    Marzo 2010
    Posts
    8

    Default Firefox problema Estilo

    Compras onte este Add On e eu usalo en

    URL: muhakeme.net

    Se eu ollar co navegador Firefox que hai en Vbadvanced un problema de codificación de carácteres.
    Como exemplo, vostede ve na ligazón:

    URL: muhakeme.net / de /% C3% atat BCrk-t27837.html

    Hai css único problema no webbrowser firefox!

    Non sei se hai algúns outros erros ou problemas.
    Podes ollar por favor, ou pode axudar?

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

    Default

    Por favor, editar o ficheiro / includes / vbenterprisetranslator_functions_url_tracking:
    1. Buscar:
    PHP Code:
    if (=== strpos($address'javascript:') || $address == '#' || vbet_isURLIgnored($address)) { 
    2. Substituír por:
    PHP Code:
    if (false !== strpos($address'.css') || === strpos($address'javascript:') || $address == '#' || vbet_isURLIgnored($address)) { 
    Isto será incluído na próxima versión.

  3. #3
    Membro Junior
    Rexistrado
    Marzo 2010
    Posts
    8

    Default

    Text automatically translated from: German to: Galician
    Translated text
    Por desgraza. Atopamos ningunha solución aínda: =)

    Url: muhakeme.net/de/gegen-ende-der-sultan-sea-t28068.html
    Original text

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

    Default

    Por favor, editar o arquivo / Includes / vbenterprisetranslator_functions.php:
    1. Buscar:
    PHP Code:
    if ($vbulletin->options['vbenterprisetranslator_translationlinkstype']) {
    $baseUri $vbulletin->options['bburl'];
    $output vbet_replaceFirst('<head>','<head><base href="'.$baseUri.'/" />',$output);
    if (
    defined('VBSEO_BASEDEPTH') && VBSEO_BASEDEPTH && defined('VBSEO_PREPROCESSED')) {
    $output vbet_replaceFirst('<!--[if IE]></base><![endif]-->','<!--[if IE]></base><![endif]--><base href="'.$baseUri.'/" />',$output);
    }

    2. Substituír por:
    PHP Code:
    if ($vbulletin->options['vbenterprisetranslator_translationlinkstype']) {
    $baseUri $vbulletin->options['bburl'];
    $what '<base href="'.$baseUri.'/'.$language.'/"';
    $toWhat '<base href="'.$baseUri.'/"';
    $position strpos($output$what);
    if (
    $position === false) {
    $output vbet_replaceFirst('<head>','<head>'.$toWhat.' />',$output);
    } else {
    $output substr_replace($output$toWhat$positionstrlen($what));                
    }

    Isto será incluído na próxima versión.

    Confirme insistiu resolta neste momento (manter tamén os últimos cambios)

  5. #5
    Membro Junior
    Rexistrado
    Marzo 2010
    Posts
    8

    Default

    Text automatically translated from: German to: Galician
    Translated text
    Eu resolvín iso. Agora está todo ben Grazas
    Original text

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
  •