Hey,
Soweit ich weiß hab ich in der PHP datei (forum.php) Zeile 241:
Code:
- $q = safe_query("SELECT topicID, lastdate, lastposter, replys FROM ".PREFIX."forum_topics WHERE boardID='".$db['boardID']."' AND moveID='0' ORDER BY lastdate DESC LIMIT 0,".$maxtopics);
das mit
Code:
- $q = safe_query("SELECT topicID, lastdate, topic, lastposter, replys FROM ".PREFIX."forum_topics WHERE boardID='".$db['boardID']."' AND moveID='0' ORDER BY lastdate DESC LIMIT 0,".$maxtopics);
Füge nach:
Code:
- $postlink='index. php? site=forum_topic&topic='.$topic.'&type=ASC&page='.ceil(($lp['replys']+1)/$maxposts);
(leerzeichen weg machen pls)
Das ein:
Code:
- $topictitle = $lp['topic'];
und einfach in der templates/forum_main_board.html kannste dan das bestimmen:
Code:
- <a href="$postlink">$topictitle</a> von $poster
Ich habs dan eben noch mit sprachvariablen geändert