Quote:
Originally Posted by Alexia
The double posting issue still exists in 4.0.5. The fix below is for double posting and also fixes blank or missing comments on our installation.
Change the code in the clear cache plugin to:
PHP Code:
if (THIS_SCRIPT == 'vbcms') {
$vbulletin->options['vbcmsforumid'] = $foruminfo['forumid'];
}
if (method_exists(vB_Cache::instance(), 'clean')) {
vB_Cache::instance()->clean(false);
}
It will only run when dealing with the CMS fixing the bug with the search indexer(array_key_exists issue) being broken and the CMS cache will still get cleared.
|
Didn't work for me. I still only have smilies. No text.