PHP Code:
// 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 =-/