Topic: use punbb as a news scirpt
hello. basicly im using the forum access mod and hidding a topic. my idea is to let only mods and admins post in this catagory then take the first post from each topic and post it as a news entry on the front of my site. the only problem is when i select the posts from the database i have no way of determining which is the first post of the topic.
heres the sql statement i came up with. anybody have any ideas or suggestions?
SELECT * FROM forum_topics, forum_posts WHERE forum_topics.forum_id = 20 AND forum_posts.topic_id = forum_topics.forum_id