Bu kod takas functions_vbseo_creaturl molalar, haftalık / günlük sindirir:
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); 
Fix:

Eklentisi vBSEO E-posta ile tam içeriğini değiştirmek Gönder:

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 olarak:

Bul:

PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
Ile değiştirin:

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); 
}

Açıkçası bu vbet_vbseo_filter_replace_text fonksiyonu ile yanlış bir şey olması gerektiği gibi, hızlı ve kirli bir düzeltmedir.

Ben bunu buldum:
1. o günlük ve haftalık tanıma forum abonelik e-postalar çalışmıyor
2. posta sınıfı açtı vBulletin sindirmek dosyaları, tüm kanca kontrol
3. devre dışı bırakmak vBSEO mail_send eklentisi uyan ve şimdi her şeyi teyit çalıştı