^^ isnt the latest topic table coming from a query like :select top 10 from topics(or whatver the table name is in db) order by last postdate descending (or whatever the parameter is)i guess only a condition needs to be added likeabove query + where topics not in (select topics which are in moderation queue)orabove query + where topics.approved = true