ich brauch mal wider hilfe ich möchte das die themen in einem unterforum immer automatisch in alphabetischer reihenfolge erscheint auch neue themen das problem hatte ich schon mal im 2er board da ging es hiermit
das geht im 3er wohl nicht ??--------------------------------------------------------------------------------
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, t.topic_last_post_id DESC';
...die ForenID angleichen.
++FINDE++
Code:
ORDER BY t.topic_type DESC, t.topic_last_post_id DESC
++MIT FOLGENDEM ERSETZEN++
Code:
ORDER BY $order
Damit würden im Forum No.2 die Themen alphabetisch absteigend sortiert werden.
oder ich bekomm es nur mal wider nicht hin ...
kann mir bitte jemand weiterhelfen ?
in der hilfe konnte ich leider nicht das passende finden
vielen dank schon mal
gruß ela