Topic: Problem with mysql request ... (call topics on a page)
SELECT * FROM `punBB_forums` INNER JOIN punBB_topics ON ( punBB_forums.id = punBB_topics.forum_id ) WHERE forum_id = 5 and closed = 1 ORDER BY punBB_topics.id DESC LIMIT 0 ,10
Look at my forum http://www.sortons.net/forum/viewforum.php?id=5
As you can see, this forum has only 2 non closed topics ... but the result = the 10 last posts, even if I choose "CLOSED=1" ... where is the problem ?