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 प्लगइन मिलान और पुष्टि है कि सब कुछ अब काम