Quote:
Originally Posted by arpy
Known Problems:
calendar_roll and calendar_rollbit templates are not cached. I've not found a way to do this by using a plugin. But this is not really an issue.
|
Fix:
add Plugin: Event Attendance - Cache Templates
Hook Location: cache_templates
Title: Event Attendance - Cache Templates
PHP Code:
Code:
if (THIS_SCRIPT == 'calendar'){
$globaltemplates = array_merge($globaltemplates, array('calendar_rollbit','calendar_roll',));
}
Plugin is Active: yes