Topic: $cur_post['poster_id']?
Is $cur_post['poster_id'] the current post's author's ID? or the current poster/user's id? I assumed the former, but this makes me think the latter:
// If the poster is a registered user.
if ($cur_post['poster_id'] > 1)
that implies the current user viewing the topic.
I'm trying to compare the two to eachother and carry out a script if the two are the same, but I'm not sure what I should be using.
[edit]
nevermind, i read it again and pretty sure it's the former. just got confused for a sec. feel free to delete this post =P