Doing something right after a thread is posted
I want to execute right after a valid thread is posted (best after build_new_post(), I reckon). However, phpinclude_start is useless in this situation and phpinclude_end does not seem to work either.
So how can I execute arbitrary code once build_new_post() (functions_newpost.php) completes successfully WITHOUT EDITING ANY FILES? Crappy solutions acceptable and I'm out of ideas but the cleaner the better.
|