27.10.2005, 17:29
Mir ist gerade aufgefallen das mit RSS-Synchronisation auch Entwürfe angezeigt werden: Aktuell ist das der Entwurfe Installation von phpMyAdmin. Von dem ich noch nicht weis ob ich ihn Posten soll. (Soll ich?? :question: )
$query = $db->query("SELECT t.*, f.name AS forumname, p.message AS postmessage FROM ".TABLE_PREFIX."threads t LEFT JOIN ".TABLE_PREFIX."forums f ON (f.fid=t.fid) LEFT JOIN ".TABLE_PREFIX."posts p ON (p.pid=t.firstpost) WHERE 1=1 $forumlist $unviewable ORDER BY t.dateline DESC LIMIT 0, ".$mybb->input['limit']);
$query = $db->query("SELECT t.*, f.name AS forumname, p.message AS postmessage FROM ".TABLE_PREFIX."threads t LEFT JOIN ".TABLE_PREFIX."forums f ON (f.fid=t.fid) LEFT JOIN ".TABLE_PREFIX."posts p ON (p.pid=t.firstpost) WHERE 1=1 AND p.visible=1 $forumlist $unviewable ORDER BY t.dateline DESC LIMIT 0, ".$mybb->input['limit']);