Tento kód swap functions_vbseo_creaturl prestávky denný / týždenný výbery:
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); 
Oprava:

V plugin Email vBSEO Odoslať nahradiť celý obsah sa:

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']); 
V functions_vbseo_createurl.php:

Hľadať:

PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
Nahradiť:

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

Zrejme je to rýchle a špinavé opraviť, pretože tam musí byť niečo v neporiadku s funkciou vbet_vbseo_filter_replace_text.

Som našiel tak, že:
1. uznáva, že denné a týždenné forum Predplatné e-maily, nepracovali
2. kontroly všetkých háčiky v súboroch stráviť vBulletin, ktorý viedol k e-mailu triedy
3. vypnutie zodpovedajúce vBSEO mail_send plugin a potvrdzuje, že všetko, čo teraz pracuje