lol
I guess you have to
add this:
PHP Code:
$newsquery .= "LIMIT $newsitems";
right after:
PHP Code:
$newsquery = "SELECT thread.*, post.*";
$newsquery .= " FROM thread,post";
$newsquery .= " WHERE post.threadid=thread.threadid";
$newsquery .= " AND thread.forumid=107";
$newsquery .= " GROUP BY thread.threadid";
$newsquery .= " ORDER BY thread.dateline DESC";
NOT sure... my SQL is a bit rusty