Swap kode dalam istirahat functions_vbseo_creaturl harian / mingguan mencerna:
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:
Dalam Email vBSEO Plugin Kirim, ganti isinya penuh dengan:
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']);
Dalam functions_vbseo_createurl.php:
Cari:
PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
Ganti dengan:
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);
}
}
Jelas ini adalah memperbaiki cepat dan kotor, karena harus ada sesuatu yang salah dengan fungsi vbet_vbseo_filter_replace_text.
Saya menemukan ini dengan:
1. mengakui bahwa harian dan mingguan forum email berlangganan tidak bekerja
2. memeriksa semua file vBulletin kait di yang mencerna, yang menyebabkan kelas-mail
3. menonaktifkan pencocokan vBSEO Plugin mail_send & membenarkan segala sesuatu yang sekarang bekerja