PDA

View Full Version : Delete Thread Hook


RobDog888
12-15-2007, 02:55 PM
<font color="darkgreen">I need to perform a additional action upon the deletion of a thread. What hook would I use to catch the event from any deletion action of a thread by a mod, sm, or admin? I see there are several like moderationdata_delete or inlinemod_deletethread.

Thanks</font>

RobDog888
12-17-2007, 02:56 PM
<font color="darkgreen">Any ideas?</font>

Lynne
12-17-2007, 03:52 PM
What page are you using to delete the thread? That is what will determine which hook to use.

RobDog888
12-17-2007, 09:33 PM
<font color="darkgreen">It could be any of the normal places where a mod would delete from, eitehr the inline delete hook, mod queue, search list (new posts) etc.

Soulds like I may need to use all the delte hook locations with similar code in them?</font>