重要:此頁面會使用Cookie (cookies). 使用本網站不關閉瀏覽器中的cookie,即表示您同意使用它。
現在購買! 特點 下載

賺錢與我們聯繫!

如果您想要開始賺錢與貝特聯接 聯盟計畫。
結果 155

主題: Firefox的風格問題

  1. #1
    初級會員
    註冊日期
    2010年3月
    帖子
    8

    Default Firefox的風格問題

    昨天我買了這個地址就和我用它在

    網址:muhakeme.net

    如果我期待與 Firefox瀏覽器不是有在Vbadvanced字符編碼的問題。
    正如例子中,你看到的鏈接:

    網址:muhakeme.net / DE / ATAT%C3%BCrk - t27837.html

    有CSS問題只在Firefox網頁瀏覽器!

    我不知道是否還有其他一些錯誤或問題。
    你可以看看,也可以請你幫助?

  2. #2
    米哈爾 Podbielski(vBET職員) vBET's Avatar
    註冊日期
    2009年10月
    帖子
    3,037

    Default

    請編輯文件/包括/ vbenterprisetranslator_functions_url_tracking:
    1。查找:
    PHP Code:
    if (=== strpos($address'javascript:') || $address == '#' || vbet_isURLIgnored($address)) { 
    2。改為:
    PHP Code:
    if (false !== strpos($address'.css') || === strpos($address'javascript:') || $address == '#' || vbet_isURLIgnored($address)) { 
    這將是包含在下一版本。

  3. #3
    初級會員
    註冊日期
    2010年3月
    帖子
    8

    Default

    Text automatically translated from: German to: Taiwanese
    Translated text
    不幸的。我們發現還沒有解決:=)

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

  4. #4
    米哈爾 Podbielski(vBET職員) vBET's Avatar
    註冊日期
    2009年10月
    帖子
    3,037

    Default

    請編輯文件 /包括/ vbenterprisetranslator_functions.php:
    1。查找:
    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。改為:
    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));                
    }

    這將是包含在下一版本。

    請確認它沒有解決問題,這個時候(也保持去年的變化)

  5. #5
    初級會員
    註冊日期
    2010年3月
    帖子
    8

    Default

    Text automatically translated from: German to: Taiwanese
    Translated text
    我解決了它。現在一切都很好 謝謝
    Original text

標籤這個主題

發帖權限

  • 可能不會 發表新主題
  • 可能不會 發表回复
  • 可能不會 上傳附件
  • 可能不會 編輯您的文章
  •