Este intercambio de código en descansos functions_vbseo_creaturl diario / semanal resúmenes:
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:
En plugin Email Enviar Matías, reemplazar el contenido 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);
Reemplazar con:
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 esta es una solución rápida y sucia, ya que debe haber algo mal con la función vbet_vbseo_filter_replace_text.
Encontré esto:
1. reconociendo que diarios y semanales foro mensajes de correo electrónico de suscripción no estaban trabajando
2. comprobación de todos los ganchos en los archivos de vBulletin digerir, lo que llevó a la clase de correo
3. incapacitante juego Matías plugin de mail_send y confirmar que todo lo que ahora trabajaba