พีดีเอ

View Full Version : แก้ ปัญหาของ Firefox สไตล์



alptraum
21-03-10, 22:08
ฉันซื้อเมื่อวานนี้เพิ่มบนและฉันจะใช้มันใน

URL : muhakeme.net

ถ้าฉันมองด้วยเบราว์เซอร์มากกว่าที่มีอยู่ใน vBadvanced ปัญหาการเข้ารหัสอักขระ
ในฐานะที่เป็นตัวอย่างที่คุณเห็นในการเชื่อมโยง :

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

มีปัญหา CSS เฉพาะในเว็บเบราเซอร์ Firefox เป็น!

ผมไม่ทราบว่ามีบางข้อผิดพลาดหรือปัญหาอื่น ๆ
คุณสามารถมองโปรดหรือคุณสามารถช่วยเหลือหรือไม่

vBET
22-03-10, 07:58
กรุณาแก้ไขแฟ้ม / includes / vbenterprisetranslator_functions_url_tracking :
1 ค้นหา :

if (0 === strpos($address, 'javascript:') || $address == '#' || vbet_isURLIgnored($address)) {
2 แทนที่ด้วย :

if (false !== strpos($address, '.css') || 0 === strpos($address, 'javascript:') || $address == '#' || vbet_isURLIgnored($address)) {


นี้จะรวมอยู่ในรุ่นถัดไป

alptraum
22-03-10, 09:19
อับ เราได้พบว่ายังไม่มีวิธีการแก้ปัญหา = URL) : muhakeme.net/de/gegen-ende-der-sultan-sea-t28068.html

vBET
23-03-10, 04:29
กรุณาแก้ไขแฟ้ม / includes / vbenterprisetranslator_functions.php :
1 ค้นหา :


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 แทนที่ด้วย :


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));
}
}


นี้จะรวมอยู่ในรุ่นถัดไป

มันไม่กรุณายืนยันการแก้ไขปัญหาเวลา (เก็บการเปลี่ยนแปลงล่าสุดยัง) นี้ :)

alptraum
23-03-10, 13:31
ฉันจะแก้ไขมัน ตอนนี้ทุกอย่างในการสั่งซื้อ;) ขอบคุณคุณ

Automatic Translations (Powered by Google, Microsoft®, Yandex, SDL Language Cloud, IBM Watson and Apertium):
AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Translations supported by vBET 4.10.1