moman
16-04-10, 21:56
Este troco de código en quebra functions_vbseo_creaturl diario / semanal digere:
// 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:
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:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Substituír por:
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 o correo electrónico de subscrición diaria e semanal foro 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
// 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:
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:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Substituír por:
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 o correo electrónico de subscrición diaria e semanal foro 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