MyBB Community Forums

Full Version: hook member_register_regimage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello , I'm tryng to make a plugin and i need to modify this template: member_register_regimage
now how i can add a hook ?
i've tried with this :
$plugins->add_hook('member_register_regimage', 'my_function');

but dont work , can someone help me ?
Thanks in advice
Use hook "member_register_start" or edit the template. Wink