phpbb editing3

A

Anonymous

Guest
hi
where can i find the number of replies to a particular topic?
 
I don't believe they have a field to store that!
You can get there with MySQL's COUNT()... comments where id = topic_id.
 
table phpbb_topics - field "topic_replies" - this number doesn't include the original post, only the replies.

Andy
 
Back
Top