$vbulletin->templatecache in vB4
Hello.
It seems that something changed in vB3 and vB4 in area of cached template. I'm just in progress of make my mod compatible with vB4 and I have issue with cached templates.
In hook cache_templates is no longer recognized $globaltemplates - I looked into vB4 code and changed $globaltemplates to $cache, bot still in hook global_start value of $vbulletin->templatecache['footer'] is empty.
So the question is how to get to footer template in vB4?...
|