Ersetze in "showthread.php" (~ ab Teile 884)
durch
Ich habe den Code in Beitrag #9 aktualisiert.
PHP-Code:
$query = $db->simple_select("posts p", "p.pid", "p.tid='$tid' $visible", array('order_by' => 'p.dateline'.$order, 'limit_start' => $start, 'limit' => $perpage));
PHP-Code:
$query = $db->simple_select("posts p", "p.pid", "p.tid='$tid' $visible", array('order_by' => 'p.dateline '.$order, 'limit_start' => $start, 'limit' => $perpage));
Ich habe den Code in Beitrag #9 aktualisiert.