Easy script? Any pointers?
I'm trying to figure out why nntp_gateway touches the post/thread tables by hand instead of using functions like build_new_post. Trying to figure out build_new_post. Basically, trying to figure out the best insertion point of my own code to send new forum posts to everyone in a certain usergroup... currently thinking of hacking exec_send_notification to do the task (and removing some of the conditional logic in the if statement in build_new_post that calls exec_send_notification). Not sure if this is the right path.
|