Este troco de código en quebra functions_vbseo_creaturl diario / semanal digere:
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); 
Corrección:

No plugin Email Enviar vBSEO, substitúe contido completo con:

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

Buscar:

PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
Substituír por:

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

Obviamente este é un reparación rápido e sucio, como debe haber algo errado coa función vbet_vbseo_filter_replace_text.

Atopei isto por:
1. recoñecendo que diarios e semanais foro e-mails de inscrición non estaban traballando
2. comprobación de todos os ganchos en arquivos vBulletin de dixerir, o que levou para a clase de correo
3. incapacitantes correspondencia vBSEO Extensión mail_send e confirmando que todo agora traballaba