Šis kods mijmaiņas functions_vbseo_creaturl pārtraukumiem dienas / nedēļas hidrolizātus:
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:
In spraudnis vBSEO Piemiegt, aizstāt pilnīgu saturu, ar:
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']);
In functions_vbseo_createurl.php:
Find:
PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Aizstāt ar:
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);
}
}
Acīmredzot tas ir ātri un netīrās noteikt, jo ir jābūt kaut kas nepareizi ar vbet_vbseo_filter_replace_text funkciju.
Es atklāju šo by:
1. atzīstot, ka ikdienas un iknedēļas forums abonēšana e-pastu nebija darba
2. pārbaudīt visu āķi vBulletin ir sagremot failus, kas noveda pie pasta klasei
3. atspējošanas saskaņošana vBSEO mail_send spraudnis un apstiprinot, ka viss tagad strādā