Updated the template_cache.beta.php file.
KissKalunji:
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace('$navbar','$navbar ' . $vbulletin->templatecache[forumhome_welcomepanel],$vbulletin->templatecache['FORUMHOME']);
That's the problematic part of the Welcome Panel plugin. So you add FORUMHOME to $exclude. You know a bit of PHP?
Then check the other plugin for a smiliar line, just a template that gets modified, and exclude that one too.
I guess I should extend my plugin a bit and add two settings you can edit in the admincp instead of hardcoding it to the PHP file. Oh well.