Coder
Forum Üyesi
Herhangi bir konu içerisinde sayfanın en üstünde o konuyla ilgili ufak istatistik menüsü.
- SHOWTHREAD templatesinde $navbar 'ın altına şunları ekleyin.
Kod:
[HR][/HR]
[HR][/HR]
- SHOWTHREAD templatesinde $navbar 'ın altına şunları ekleyin.
Kod:
[HR][/HR]
Kod:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="thead" colspan="3"><span class="smallfont"><b><center>Konu Bilgileri</center></b></span></td></tr>
<tr>
<td rowspan="2" class="alt1" width="30">
<img src="$stylevar[imgdir_misc]/stats.gif">
</td>
<td class="alt1" nowrap="nowrap">
<fieldset><legend><b>Konu Başlığı</b></legend>
<marquee><b>$thread[title]</b></marquee>
</fieldset>
</td>
<td class="alt2" nowrap="nowrap">
<fieldset><legend><b>Konudaki Cevap Sayısı</b></legend>
<center><b>$thread[replycount]</b></center></fieldset>
</td>
</tr>
<tr>
<td class="alt2" nowrap="nowrap">
<fieldset><legend><b>Şuan Bu Konuyu Görüntüleyenler</b></legend>
<center><b>$activeusers</b></center></fieldset>
</td>
<td class="alt1" nowrap="nowrap">
<fieldset><legend><b>Görüntülenme Sayısı</b></legend>
<center><b>$thread[views]</b></center></fieldset>
</td>
</tr>
</td>
</tr>
</table>
<br />