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

賺錢與我們聯繫!

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

主題: vBET 3.3.2休息日/每週摘要用戶為百度推廣

  1. #1
    高級會員
    註冊日期
    2009年11月
    帖子
    168

    Default vBET 3.3.2休息日/每週摘要用戶為百度推廣

    此代碼交換在functions_vbseo_creaturl休息日/每週摘要:
    PHP Code:
    // FIND
    $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
    // REPLACE it with this code:
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    修正:

    在插件百度推廣電郵發送,更換全部內容為:

    PHP Code:
    require_once(DIR '/includes/functions_vbseo.php');

    $GLOBALS['VBSEO_REWRITE_TEXTURLS'] = 1;
    $GLOBALS['FIX_EMAILS'] = 1;

    if(
    function_exists('make_crawlable') && VBSEO_REWRITE_EMAILS)
     
    $message make_crawlable($message);

    unset(
    $GLOBALS['VBSEO_REWRITE_TEXTURLS']);
    unset(
    $GLOBALS['FIX_EMAILS']); 
    在functions_vbseo_createurl.php:

    查找:

    PHP Code:
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    替換為:

    PHP Code:
    if(isset($GLOBALS['FIX_EMAILS'])) {
    $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl); 
    }
    else {
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    }

    顯然,這是一個快速和骯髒的解決,因為必須有一些錯誤的vbet_vbseo_filter_replace_text功能。

    我發現這個人:
    1。認識到每天和每週 論壇 訂閱電子郵件不工作
    2。檢查所有的鉤子在百度推廣的摘要文件,從而導致郵件類
    3。禁用插件及配套百度推廣 mail_send確認現在的一切工作

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

    Default

    感謝您注意,我們將檢查並修復

  3. #3
    高級會員
    註冊日期
    2009年11月
    帖子
    168

    Default

    順便說一句,你應該找到一個更優雅的解決,請讓我知道!

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

    Default

    沒有問題 我們會找到更優雅的解決方案,如有任何 vBSEO 整合的改變都是必要的,將會通知我們。

  5. #5
    高級會員
    註冊日期
    2009年12月
    帖子
    276

    Default

    感謝指出這點!

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

    Default

    找到更好的解決方案 - 將列入下一版。它不需要任何額外百度推廣文件版本。

    為了快速修復:
    1。編輯文件/包括/ vbenterprisetranslator_functions_vbseo.php
    2。查找:
    PHP Code:
    function vbet_vbseo_filter_replace_text($text$allowchars null$filter_stop_words true$reversable false) { 
    3。穿上後:
    PHP Code:
    if(isset($GLOBALS['FIX_EMAILS'])) {
    return 
    vbseo_filter_replace_text ($text$allowchars$filter_stop_words$reversable); 


標籤這個主題

發帖權限

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