In my admin panel, I clicked on "WebQueries" and saw under option 3:
3- $WQ_last10threadfromforum2
Gets last 10 threads title/author/date from forum 2 [edit] [remove]
I clicked on edit, here's what it says in the "Query" box:
Quote:
SELECT threadid, title, postusername,postuserid,dateline
FROM " . TABLE_PREFIX . "thread
WHERE sticky=0 AND visible=1 AND forumid=2
ORDER BY dateline DESC
LIMIT 10
|
So, if I wanted to take threads from all my forums (except for the private forums and moderator forums) what should I change in there?
Thanks
WEB