MyBB Community Forums

Full Version: Add a Hook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could a hook be added to functions_post.php right before the eval for loged in users (line 287ish)?

$plugins->run_hooks_by_ref("postbit_pre_author_user", $post);

Or someting similar? This way you can customize the info under a user's avatar to include custom field (or other data).

I added this hook manually and an example can be found on my forums http://forums.cn-gpa.com
The ugly way to do this in the meantime is to parse the template again with the postbit hook.
Aah ... i'll just add in the line of code. Wink