The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey guys,
I have the Event Attendance hack installed and am getting a couple uncached template messages at the bottom. Can you guys tell me how to fix these? Uncached templates: calendar_roll (1) Uncached templates: calendar_rollbit (1) Thanks for your help, Joey |
#2
|
|||
|
|||
![]()
Open you global.php file and find this: (yours might be different as I use vB 3.0. And look for the bit I have highlighted in red.
Code:
// templates to be included in every single page... $globaltemplates = array_merge($globaltemplates, array( // the really important ones 'header', 'footer', 'headinclude', 'phpinclude_start', 'phpinclude_end', // new private message script 'pm_popup_script', // navbar construction 'navbar', 'navbar_link', // forumjump and go button 'forumjump', 'gobutton', 'option', // multi-page navigation 'pagenav', 'pagenav_curpage', 'pagenav_pagelink', 'threadbit_pagelink', // misc useful 'spacer_open', 'spacer_close', 'username_loggedout', 'username_loggedin', 'timezone', 'STANDARD_ERROR', 'STANDARD_REDIRECT' Code:
// misc usefull 'calendar_roll', 'calendar_rollbit, 'spacer_open', 'spacer_close', 'username_loggedout', 'username_loggedin', 'timezone', 'STANDARD_ERROR', 'STANDARD_REDIRECT' |
#3
|
||||
|
||||
![]()
But that is a code hack that will break on vb upgrade.
Just go into your plugin manager and select create new plugin. Select product, "Event Attendance". Select hook location, "cache_templates". enter title, Event Attendance: Cache templates And then enter this code. That should do it. PHP Code:
|
#4
|
|||
|
|||
![]() Quote:
THANK YOU! |
#5
|
||||
|
||||
![]()
Ya in post #18
https://vborg.vbsupport.ru/showpost....0&postcount=18 |
#6
|
||||
|
||||
![]()
Same thing
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|