Quote:
Originally Posted by mfyvie
Ok, well I tried to fix this uncached templates issue. I got about half way through, but couldn't find the correct place in the code to insert the changes.
I'll have to shelve this idea and hope that the original author picks up this issue. I have a system which is getting very close to capacity, so I really need to make things are optimised properly...
|
For the cache template, we should hook the cache_template and put the following code:
Code:
$globaltemplates = array_merge($globaltemplates, array(
'vbrecycle_fdt',
'vbrecycle_tools',
'vbrecycle_blank',
'vbrecycle_stt'
));
Thanks mfyvie for pointing out the cache template and fixing the bug for VBRecycle.