Öffne die Datei
index_body.tpl in Verzeichnis des jeweiligen templates und such diese beiden Codestellen:
1)
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
2)
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
Die roten Bereiche einfach jeweils vertauschen, dann sollte das funktionieren. Das sieht dann so aus:
1)
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
2)
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
Bei Problemen , nochmal melden!!