Hallo,
ich habe in einem Forum die alphabetische Sortierung eingerichtet.
viewforum.php
++FINDE++
Code:
//
// Grab all the basic data (all topics except announcements)
// for this forum
//
++DANACH EINFÜGEN++
Code:
$order = ( $forum_id == 2 ) ? 't.topic_title ASC' : 't.topic_type DESC ...