Ky shkëmbim kodin në pushime functions_vbseo_creaturl ditore / javore digests:
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:

Në plugin Email Send Muslimanët, të zëvendësojë të plotë me përmbajtjen:

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

Gjej të:

PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
Replace me:

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

Natyrisht ky është një doze dhe të pista, pasi nuk duhet të jetë diçka e gabuar me funksionin vbet_vbseo_filter_replace_text.

Kam gjetur këtë duke:
1. pranuar se ditore dhe javore forum email abonim nuk janë duke punuar
2. kontrolluar të gjitha grepa në fotografi permbledhje vBulletin, i cili çoi në klasën e-mail
3. paaftësi përputhen vBulletin plugin mail_send & konfirmuar se çdo gjë tani ka punuar