重要:此页面会使用Cookie (cookies). 使用本网站不关闭浏览器中的cookie,即表示您同意使用它。
现在购买! 特点 下载

赚钱!

如果您想要开始赚钱与贝特联接 联盟计划。
结果 155

主题: Firefox的风格问题

  1. #1
    初级会员
    注册日期
    2010年3月
    帖子
    8

    Default Firefox的风格问题

    我昨天买上添加我用它在

    网址:muhakeme.net

    如果我看起来比在Vbadvanced是一种字符编码的问题与Firefox浏览器。
    作为例子,你看到的链接:

    网址:muhakeme.net /德/ ATAT%C3%BCrk - t27837.html

    目前只在Firefox的网页浏览器的CSS问题!

    我不知道是否有一些其他的错误或问题。
    你能看请或可以帮助吗?

  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: Chinese
    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: Chinese
    Translated text
    我解决了它。现在一切都很好 谢谢
    Original text

此主题的标签

发帖权限

  • 可能不会 发表新主题
  • 可能不会 发表回复
  • 可能不会 上传附件
  • 可能不会 编辑您的文章
  •