Successful Post Run Query

Storm3y

Member
Hello,

I'm looking to integrate my forum more with Minecraft. I want to run a PHP script when a user makes a successful post.

I've no idea how to do this and would appriciate some guidance. Is there a plugin for XenForo that will already do this?

Cheers
 
This is the relevant action for creating a thread:

XenForo_ControllerPublic_Forum::actionAddThread

And for replying to a thread:

XenForo_ControllerPublic_Thread::actionAddReply

You can modify those files or create an addon to extend those controllers.
 
Top Bottom