Ver la Versión Completa: Resuelto Firefox problema del estilo
Compré ayer esta Add On y lo uso en
URL: muhakeme.net
Si me veo con el navegador Firefox que hay en vBadvanced un problema de codificación de caracteres.
Como ejemplo se ve en el siguiente enlace:
URL: muhakeme.net / de /% C3% atat BCrk-t27837.html
No hay problema css sólo en navegador web Firefox!
No sé si hay algunos otros errores o problemas.
¿Puede usted mirar por favor, o le puede ayudar?
Por favor, editar el archivo / includes / vbenterprisetranslator_functions_url_tracking:
1. Buscar:
if (0 === strpos($address, 'javascript:') || $address == '#' || vbet_isURLIgnored($address)) {
2. Sustituir por:
if (false !== strpos($address, '.css') || 0 === strpos($address, 'javascript:') || $address == '#' || vbet_isURLIgnored($address)) {
Esto se incluirá en la próxima versión.
Por desgracia. No hemos encontrado todavía una solución: =) Url: muhakeme.net/de/gegen-ende-der-sultan-sea-t28068.html
Por favor, editar el archivo / includes / vbenterprisetranslator_functions.php:
1. Buscar:
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('','<base href="'.$baseUri.'/" />',$output);
}
}
2. Sustituir por:
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, $position, strlen($what));
}
}
Esto se incluirá en la próxima versión.
Por favor, confirme lo resuelto la edición de este momento (mantener también los últimos cambios):)
Lo resolví. Ahora todo en orden;) Gracias
Automatic Translations (Powered by Google, Microsoft®,
Yandex, SDL Language Cloud, IBM Watson and Apertium):
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.