also zuerst mach alle änderungen der der define topic sort order per forum hack in der viewforum.php gemacht hat rückgänig auch den obrigen fix...
dann suche:
Code: Alles auswählen
else
{
$order_by = "t.topic_last_post_id DESC";
}
Code: Alles auswählen
else if( $forum_row['sort_order'] == 1 )
{
$order_by = "t.topic_first_post_id DESC";
}
else if ( $forum_row['sort_order'] == 2 )
{
$order_by = "t.topic_title ASC";
}
else
{
$order_by = "t.topic_last_post_id DESC";
}