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

賺錢與我們聯繫!

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

主題: 更新後的問題與百度推廣一體化

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

    Default 更新後的問題與百度推廣一體化

    Text automatically translated from: German to: Taiwanese
    Translated text
    您好,

    更新後,所有設置從自述,此次論壇的主題不再是家,而邊欄 forumdisplay訪問 。頁面停留白色和鏈接在地址欄是這樣的:

    呼叫從側邊欄:
    http://www.kambodschaforum.com/news/....html#post1027

    從列表中調用論壇論壇首頁:
    http://www.kambodschaforum.com/showt...=1027#post1027

    究其原因,變更到vBulletin集成第2部分

    Code:
    # (Required) SEO links translation integration - part 2
    
       1. Download from server file FORUM_ROOT/vbseo/includes/functions_vbseo_url.php
       2. Open it in any text editor and find:
          $text = strtr($text, $trarr_table);
       3. REPLACE it with this code:
    
          if (false !== strpos($text, '[langtitle=')) {
          $text = strtr($text, $GLOBALS['vbet_custom_char_replacement']);
          if (vB_Template_Runtime::fetchStyleVar('charset') != 'utf-8') {
          $text = preg_replace('/&#([0-9]+);/esiU', 'convert_int_to_utf8(\'\\1\')', $text);
          }
          } else {
          $text = strtr($text, $trarr_table);
          }
    
       4. Find:
          header ("Location: $fulluri");
       5. PUT BEFORE it this code:
    
          if (isset($_REQUEST['language'])) {
          require_once(DIR. '/includes/vbenterprisetranslator_functions_url_tracking.php');
          $fulluri = vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);		
          }
    
       6. Save file and upload it to server, overwriting the old one.
    百度推廣版本:3.6.0
    vBulletin版本:4.1.3

    非常感謝
    Original text

  2. #2
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    怎麼樣設置在admincp - > vBET - >主?
    沒有設置您的網址,以搜索引擎優化和設置 VBSEO_URI?那你的。htaccess文件?你可以把這裡的。htaccess的內容?

  3. #3
    vBulletin企業翻譯(vBET)員工
    註冊日期
    2010年5月
    帖子
    1,000

    Default

    沒有答案 - 解決了,如果不是,請寫在這裡,我會再次打開這個線程。

標籤這個主題

發帖權限

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