Adds small table (3 columns) to the top of the forum index with the 5 latest posts, 5 most replied to topics and the 5 most viewed topics.
http://www.phpbbhacks.com/viewhack.php?id=1238
Hab ich mal zum Testen eingebaut (Testboard Hier )
Nur werden die Titel nicht Angezeigt ? ? ? Warum

Code: Alles auswählen
$lang['Forum'] = 'Forum';
$lang['Category'] = 'Kategorie';
$lang['Topic'] = 'Thema';
$lang['Topics'] = 'Themen';
$lang['TopicsRecent'] = "Neue Themen";
$lang['TopicsPopular'] = "Populäre Themen (durch Antwort)";
$lang['TopicsPopularView'] = "Populäre Themen (durch Ansicht)";
$lang['Replies'] = 'Antworten';
$lang['Views'] = 'Aufrufe';
$lang['Post'] = 'Beitrag';
$lang['Posts'] = 'Beiträge';
