- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I've got some code in my addon that extends
I'm trying to do the same thing in the
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...