Latest Post Staff Forums
Posted: Sat Feb 19, 2005 2:50 am
We have an invision boar don our site, and from our main site were calling this query to get the latest posts:
However, is there a way to choose to not include them if they have a forum_id value of 5 or 15? as these are staff forums.
Code: Select all
SELECT last_poster_name, last_poster_id, title, tid, forum_id, last_post FROM ibf_topics ORDER BY last_post DESC LIMIT 0,3