w viewforum_body.tpl znajdz:
Kod:
<th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" align="center" class="thTop" nowrap="nowrap"> {L_REPLIES} </th>
<th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th>
<th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th>
<th width="150" align="center" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
Zamien na:
Kod:
<th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th>
<th width="80" align="center" class="thTop" nowrap="nowrap"> Odp./Wyś. </th>
<th width="120" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th>
<th width="150" align="center" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
Znajdz i usun:
Kod:
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
znajdz:
Kod:
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
zamien na:
Kod:
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES} / {topicrow.VIEWS}</span></td>
Autor postu otrzymał pochwałę