I have added File Version to the text in class_dlmod.php but i can seem to get a direct link for de download, like the phpbb modifications DB release topics.
also i would like the text to be after de download link <!-- 1 --> stuff.
edit:
I have changed
Code: Alles auswählen
$dl_title = '"' . $description . '"';Code: Alles auswählen
$dl_title = $description;Code: Alles auswählen
'DL_TOPIC_SUBJECT' => 'Thema zum Download - %s',