PDA

View Full Version : Possible to get the postid of the post just made in the newreply_post_complete hook?


jwocky
07-02-2011, 11:47 PM
I cant find a way to getting the postid variable of the post just made by the user

kh99
07-03-2011, 12:13 AM
Have you tried $newpost['postid']? I haven't tried it but looking at the code it seems like it should be there.