Hm, eine Formatierung der Zahl direkt in der viewtopic.php wäre auch nicht besser...
Also:
Füge mal in der viewtopic.php vor
Code: Alles auswählen
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//
for($i = 0; $i < $total_posts; $i++)Code: Alles auswählen
include($phpbb_root_path . 'dl_mod/classes/class_dlmod.'.$phpEx);
$dl_mod = new dlmod();
$dl_config = array();
$dl_config = $dl_mod->get_config();Alle anderen Installationen dann natürlich entfernen, sofern Du auch wirklich den Download MOD 5.0.x verwendest!