Help with newpostcomplete hook request.
In the code for this hook, what variables do I use to get the following information about the post? I know that most are in the post table but I want to avoid a query. I think the post and thread information should be in scope though since we just completed adding a new post, right? I just don't know what there variables are.
postid,
threadid,
username,
userid,
dateline,
pagetext,
title,
forumid
Thanks in advance!
|