זה להחליף קוד שובר functions_vbseo_creaturl יומי / שבועי מעכל:
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); 
תיקון:

בשנת דוא"ל vBSEO תוסף שלח, להחליף תוכן מלא עם:

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

מצא:

PHP Code:
$vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
החלף ב:

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

ברור שזה פתרון מהיר ומלוכלך, כפי שחייב להיות משהו לא בסדר עם הפונקציה vbet_vbseo_filter_replace_text.

מצאתי את זה על ידי:
1. ההכרה כי יומיים ושבועיים פורום הודעות דוא"ל מנוי לא עבדו
2. בדיקת כל ווים בקבצים לעיכול של vBulletin, מה שהוביל לשיעור דואר
3. השבתת התאמת תוסף vBSEO mail_send & המאשר כי עכשיו הכל עבד