In looking at the "post" table, I see three fields that I would likely have to deal with:
parentid, username, userid
It would appear that parentid the the id of the post that was replied-to. Any caveats on the use of this field?
Is username for guests and serves as a copy of the poster in case userid becomes orphaned because of deregistraton?
Again, what I am trying to do is build a list of the N most recent "replies" -- posts that were entered by others in response to messages entered by the user.
TIA
|