biome.pat
09-29-2008, 09:27 PM
I was wondering where in the source code it is determines whether a post or thread gets sent into moderation queue. I have a modification that allows users to post anonymously (by checking a box when posting), and I want to send these posts to moderation queue. The only problem is that I can't figure out for the life of me where this is determined!
--------------- Added 1222735702 at 1222735702 ---------------
I think I've got it, but if anyone else is searching for the answer to this, I'm pretty sure it's in functions_newpost.php after "// see if post has to be moderated or if poster in a mod"
keywords: moderatenewpost, moderatenewthread, build_new_post
--------------- Added 1222735702 at 1222735702 ---------------
I think I've got it, but if anyone else is searching for the answer to this, I'm pretty sure it's in functions_newpost.php after "// see if post has to be moderated or if poster in a mod"
keywords: moderatenewpost, moderatenewthread, build_new_post