Should we be careful to namespace the hooks? (Yes of course but...)
Re: Converting WedgeDesk
« Reply #30, on September 9th, 2011, 02:33 PM »
<?php
function knownHooks()
{
return array(
'language' => array(
'lang_who',
),
'function' => array(
// Cornerstone items
'pre_load',
'determine_location',
'detect_browser',
'load_theme',
'menu_items',
'actions',
'behavior',
// Threads and posts display
'display_prepare_post',
'display_post_done',
'messageindex_buttons',
'display_buttons',
'mod_buttons',
// Admin
'admin_areas',
'admin_search',
'modify_modifications',
'core_features',
'addon_settings',
'output_error',
// User related
'login',
'validate_login',
'logout',
'change_member_data',
'verify_password',
'reset_pass',
'activate',
'delete_member',
'track_ip',
// User permissions
'load_permissions',
'illegal_perms',
'illegal_guest_perms',
// Content creation
'personal_message',
'create_post_before',
'create_post_after',
'modify_post_before',
'modify_post_after',
// Process flow and execution
'buffer',
'redirect',
'exit',
'dynamic_rewrite',
// Miscellaneous
'css_color',
'buddy',
'bbc_buttons',
'place_credit',
'media_areas',
'profile_areas',
'ssi',
'whos_online',
),
);
}There isn't really the room which is why it isn't there already, but more configurable should fix that.Quote If you decide to keep them separate grids, at least put the assigned column in the Awaiting User Response grid.
You mean, put the results of the tally plugin into the grid? Eeek, could get expensive, but I already have an idea for fixing that...Quote Tie a column in the grid to the tally plugin.
But there's no way for me to know which ones belong to my boss, and which ones belong to a tech of ours whom I'd like to monitor.
Our accountant asked me if we could do it so that she could see which tickets were adding up big, and it seemed like a reasonable thing to want to know, though some filtering or reporting ability could do that also.
Look familiar, much? :lol: