I'm going to take the wildest guess here, I'm guessing in the adminfunctions.php I have to put:
PHP Code:
<?php ($hook = vBulletinHook::fetch_hook('xml_file_here')) ? eval($hook) : false; ?>
and in the xml file I have to put:
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<hooks>
<hooktype type="another_name_here">
<hook>hook_name_here</hook>
</hooktype>
</hooks>
Am I anywhere close? Thanks Lynne!