Code: Alles auswählen
case 'birthday':
$order_by = "user_birthday $sort_order LIMIT $start, " . $board_config['topics_per_page'];
break;
Soll dann also so aussehen:
06.01.1980
16.02.1976
26.03.1986
anstatt
16.02.1976
06.01.1980
26.03.1986
Code: Alles auswählen
case 'birthday':
$order_by = "user_birthday $sort_order LIMIT $start, " . $board_config['topics_per_page'];
break;