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