Topic: exporting topics to a front page of a site
hi all,
just updating a site for someone and im having trouble exporting just the main(first) post out of a forum without replies by the same person showing as well
i dont actually have the site online as its being dev'd on my machine
here is the code im using at the moment
"FROM topics,posts WHERE topics.forum_id='1' AND topics.id = posts.topic_id AND topics.poster ='treelo' AND posts.poster ='treelo' ORDER BY topics.posted DESC LIMIT 0,4"
basically, it shows my replies as well as the main post
anyone tried tinkering with punbb before and found a way round this?