moman
16-04-10, 21:56
Ky shkëmbim kodin në pushime functions_vbseo_creaturl ditore / javore digests:
// 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:
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ë:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Replace me:
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 të përditshme dhe javore mail abonimit forum nuk punon
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
// 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:
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ë:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Replace me:
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 të përditshme dhe javore mail abonimit forum nuk punon
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