PDA

View Full Version : Adding templates to the cache


burnist
06-10-2005, 11:10 AM
// pre-cache templates used by specific actions
$actiontemplates = array(
'editfolders' => array(
'pm_editfolders',
'pm_editfolderbit',
),
'showpm' => array(
'pm_showpm',
'postbit',
'postbit_onlinestatus',
'postbit_reputation',
'bbcode_code',
'bbcode_html',
'bbcode_php',
'bbcode_quote',
'im_aim',
'im_icq',
'im_msn',
'im_yahoo'
),



Okay, i want to add some templates to that list but using the plugin/hooks system but there are none listed here, is there any way to do that with out having to hack the file.

if not, do you think the vB team would add hooks in this area or is that not possible =-/

Marco van Herwaarden
06-10-2005, 11:12 AM
If you are missing any hooks, there is a thread at vbulletin.com where you can request new hooks to be added.

burnist
06-10-2005, 11:35 AM
cool, requested ;)