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); 
修正:

プラグインvBSEO電子メールでの完全な内容を置き換える、お送りください。

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。 &今働いているすべてのものを確認するマッチングvBSEO mail_sendプラグインを無効にする