latimer
02-16-2010, 03:48 AM
I am trying to modify an addon that should be activated whenever someone posts. Unfortunately the developer hasn't been online in almost a year so I don't think I'll get any help from them. It works for new threads and new posts, but not when someone uses quick reply. The addon seems to register variables at the top, then process it at the end. For example, the hooks they use for executing a new post are newreply_post_start to set the variables and newreply_post_complete to actually execute. Does anyone know the equivalent hooks for quick reply? Thanks.