Kullanıcı Adı Şifre Beni Hatırla    Yeni Üye Hesabı Aç
  

Renk Seçimi :          
En altSayfa: 1
BAŞLIK: Ukala İstatistik
4 Ay, 3 Hafta önce #156
V.Yılmaz
Karma: 4
Site Ekibi
Gönderiler: 149
graph
Ukala İstatistik _GEN_PRINT Konunun PDF dosyasını yaratmak için tıklayınız (yeni pencerede açılır).

BoardIndex.template.php'de Bulun:
Kod:

// Show YaBB SP1 style information...
if ($settings['show_sp1_info'])
{
echo '
<tr>
<td class="titlebg" colspan="2">', $txt[645], '</td>
</tr>
<tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="', $scripturl, '?action=stats"><img src="', $settings['images_url'], '/icons/info.gif" alt="', $txt[645], '" /></a>
</td>
<td class="windowbg2" width="100%">
<span class="middletext">
', $context['common_stats']['total_posts'], ' ', $txt[95], ' ', $txt['smf88'], ' ', $context['common_stats']['total_topics'], ' ', $txt[64], ' ', $txt[525], ' ', $context['common_stats']['total_members'], ' ', $txt[19], '. ', $txt[656], ': <b> ', $context['common_stats']['latest_member']['link'], '</b>
<br /> ' . $txt[659] . ': <b>&quot;' . $context['latest_post']['link'] . '&quot;</b>  ( ' . $context['latest_post']['time'] . ' )<br />
<a href="', $scripturl, '?action=recent">', $txt[234], '</a>', $context['show_stats'] ? '<br />
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
</span>
</td>
</tr>';
}


Değiştirin.
Kod:

// Show YaBB SP1 style information...
if ($settings['show_sp1_info'])
{
echo '
<tr>
<td class="titlebg" colspan="2">', $txt[645], '</td>
</tr>
<tr>
<td class="windowbg" width="20" valign="middle" align="center">
<a href="', $scripturl, '?action=stats"><img src="', $settings['images_url'], '/icons/info.gif" alt="', $txt[645], '" /></a>
</td>
<td class="windowbg2" width="100%">
<span class="middletext">
<b>Üyelerimiz Kendilerini Aşıp <font color=red>', $context['common_stats']['total_posts'], '</font> Toplam İleti Gönderdi. <br> Ayrıca <font color=red>', $context['common_stats']['total_topics'],'</font> Toplam Konu Açtılar.  <br>Senden İyi Olmasın Toplam <font color=red>', $context['common_stats']['total_members'], ' </font> Kayıtlı Üyemiz Var. <br>Son Şanslı  üyemiz: ', $context['common_stats']['latest_member']['link'], 'Merabalar Efenim... Hoşgeldiniz... </b>
<br />Sitemize Atılan ' . $txt[659] . ': <b>&quot;' . $context['latest_post']['link'] . '&quot;</b>  ( ' . $context['latest_post']['time'] . ' )<br />
<a href="', $scripturl, '?action=recent"><b>', $txt[234], '</b></a>', $context['show_stats'] ? '<br />
<a href="' . $scripturl . '?action=stats"><b>' . $txt['smf223'] . '</b></a>' : '', '
</span>
</td>
</tr>';
}

Kodu girin   
Forum kodları ve simge butonları gösterilmemesine karşın, hala kullanılabilirler.
Offline
En üstSayfa: 1
Yetkililer: V.Yılmaz