MyBB Community Forums

Full Version: postbit_author_user hook?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I ma using hook to postbit and use function test (&$post) and add $post['test'] to postbit_author_user but nothing shows what's wrong?


$plugins->add_hook("postbit", "test");
The hook seems fine. What's the full code of the function?
Thanks buddy the fix is very simple Smile


$post['user_details'] = "{$post['user_details']} <br/>{$post['test']}";