MyBB Community Forums

Full Version: Post Approval Hook(s)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Working on a couple of modifications for a MyBB based site, and the admins want to automatically send an email to the user when the user's post is approved.

I wrote a custom mod that does this when the thread is approved, but it doesn't seem to work for subsequent posts. Surely I'm missing something.

The question is, then, which hook or hooks are activated when approving a post, and not a thread. Searched the documentation at http://docs.mybb.com/MyBB_Plugin_Hooks.html but it's still unclear to me.

It's likely that it's in the documentation, and I'm missing it or just don't understand it. If, however, it turns out there aren't any hooks, any advice on where I should add one?

Thanks for your assistance!