Verfasst: 03.02.2006 21:36
sieht korrekt aus, was war in der viewforum_body.tpl zu ändern?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN rating_switch -->
<th width="50" align="center" class="thTop" nowrap="nowrap"> {L_RATING} </th>
<!-- END rating_switch -->
#
#-----[ FIND ]------------------------------------------
#
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN rate_switch_msg -->
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.TOPIC_RATING}</span></td>
<!-- END rate_switch_msg -->
#
#-----[ FIND ]------------------------------------------
#
<td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS}
#
#-----[ REPLACE WITH ]------------------------------------------
#
<td class="catBottom" align="center" valign="middle" colspan="{COLSPAN_SETTING}" height="28"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS}
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#End