Quote:
Originally Posted by Boofo
Here is what I did. I added this to the cache_templates hook:
Code:
$aoctemplates = array(
'addonchat_embed',
'addonchat_nav_link',
'addonchat_popup',
'addonchat_who',
'addonchat_who_bit'
);
$globaltemplates = array_merge($globaltemplates, $aoctemplates);
That catches the popups and any others in use anywhere.
|
I like it. Thank you. I'll add it to the next minor update, though I think we'll limit it to just the addonchat_nav_link and the addonchat_who_bit -- these two will help speed up the system; the others though are only used when the addonchat.php script is called, or the addonchat_who.php script is called; so caching them throughout the entire site isn't necessary and may slow your site down.
We're still working with a couple people who have highly modified forums (most are using scripts that aren't taking advantage VB's product system, and require lots of manual code and/or template modifications) -- but never the less, we're seeing what we can do to help work-around some of these not-so-friendly mods

I imagine we'll have another minor update out in a few weeks.
For everyone else reading who isn't a coder, don't worry about this now
Thank you again, Boofo!