XenForo
Administrative
- Thread starter
- Admin
- #1
I've got some code in my addon that extends
I'm trying to do the same thing in the
Read more
Read more about this Feed . . .
Pub/Controller/Forum and intercepts the reply from actionPostThread to change a certain error reply (which I create in setupThreadCreate) into a view where the error can be corrected by the user. That all works fine.I'm trying to do the same thing in the
Pub/Controller/Thread to intercept the reply (created in setupThreadReply) in a similar way and I can't see why this isn't working. If I put the following in as my...Read more
Read more about this Feed . . .