这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。检查所有的钩子在vBulletin的精华文件,从而导致邮件类
3。禁用匹配百度推广mail_send插件现在确认一切工作