Custom New Thread/Post Listener

oookie, now i'm getting the no response error (No controller response from XenForo_ControllerPublic_Forum::actionAddThread).

There's nothing to return in my function. I can't return true... What's an appropriate response?
 
You return the response of the parent. Regardless of whether or not you need to modify it, a controller action needs to return some sort of response for proper functionality.
 
Top Bottom