Quote:
Originally Posted by ezak
thanks for that great hack
but the templates are not cached,
how to cache the template
Powered by vBulletin? Version 3.8.3, Copyright ?2000 - 2009, Jelsoft Enterprises Ltd.
Page generated in 0.52030 seconds with 28 queries (2 queries for uncached templates)
Uncached templates: nlp_notifications_usercp (1)
Uncached templates: nlp_notifications_usercp_bit (1)
|
You could create a plugin with the hook location
cache_templates and in the box for the
Plugin PHP Code you would insert this code
PHP Code:
$globaltemplates[] = 'nlp_notifications_usercp';
$globaltemplates[] = 'nlp_notifications_usercp_bit';
Hope that helps