此代碼交換在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確認現在的一切工作