09-08-2011, 09:24 AM
To add a hook :
List of all hooks : http://wiki.mybb.com/index.php/MyBB_Plugin_Hooks.
To get user's data, use the $mybb object ($mybb->user specifically).
PHP Code:
$plugins->add_hook("name_of_hook", "function_to_call");
To get user's data, use the $mybb object ($mybb->user specifically).