Quote:
Originally Posted by mcyates
ONE QUESTION:
When i post a vbookie event then look at the page (showthread) I have 3 uncached templates:
vbookie_event_table (1)
vbookie_oddsbits (10)
vbookie_outcomebits (10)
How can i make it so these are cached as each one will be making and extra querie to the database.
Thanks
|
Open showthread.php and add them to the $globaltemplates array (commented as 'pre-cache templates used by all actions'). I think that's all you need to do.