1 Προβολή στατιστικών θέματος σε μία στήλη [phpbb2] 13/3/2012, 17:27
Δηλαδή να το κάνετε έτσι:
Πάτε στα πρότυπα και ανοίξτε το index_box
Βρείτε μέσα το...
αντικαταστήστε το με...
Βρείτε τώρα και αυτό...
και αντικαταστήστε το με αυτό...
Πάτε στα πρότυπα και ανοίξτε το index_box
Βρείτε μέσα το...
- Κώδικας:
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="100">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
αντικαταστήστε το με...
- Κώδικας:
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="100">Stats</th>
<!-- <th nowrap="nowrap" width="50">{L_POSTS}</th> -->
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
Βρείτε τώρα και αυτό...
- Κώδικας:
<td class="row3" 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>
και αντικαταστήστε το με αυτό...
- Κώδικας:
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">Posts : {catrow.forumrow.POSTS}<br />Topics : {catrow.forumrow.TOPICS}</span>
</td>
<!-- <td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td> -->