The Stream
This particular page is a "stream" of posts, but not necessarily organized by their section. You can put them in order of the first post in the thread, or the last, and you can choose whether to display the first or the last post.
RECORDSET Query Failure : Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'idkfac_v3.msgs.created' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by SELECT max(msgs.id) as id, UNIX_TIMESTAMP( msgs.created ) as epoch FROM msgs LEFT JOIN usrs ON msgs.usr = usrs.id LEFT JOIN images ON images.id = usrs.image GROUP BY msgs.root ORDER BY id DESC LIMIT 50,25 ;