SimpleMachines forumlarının 1.x sürümündeki istatistiği (default) halini hepimiz biliyoruz. Ben biraz çeki düzen getirmek istedim biraz(cık) kurcalayarak birşeyler çıkarttık ortaya :) Umarım hoşunuza gider ümidiyle önce buraya sonra diğer SMF destek sitelerinde paylaşayım dedim. Konunun devamına bakacak olursanız Ekte vereceğim default istatistik ile düzenlemiş şekilde resimleri görmeniz mümkün. Katkısından dolayım Yağız’a sonsuz teşekkürler.



Hepimizin bildiği SMF forum sayfasının istatistik düzeni şu;




BoardIndex.template.php dosyasında


[COLOR=Red]Bul;[/COLOR]
// Show YaBB SP1 style information...
if ($settings['show_sp1_info'])
{
echo '

', $txt[645], '



', $txt[645], '



', $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], ': ', $context['common_stats']['latest_member']['link'], '

' . $txt[659] . ': "' . $context['latest_post']['link'] . '" ( ' . $context['latest_post']['time'] . ' )

', $txt[234], '', $context['show_stats'] ? '

' . $txt['smf223'] . '' : '', '


';
}

// "Users online" - in order of activity.
echo '

', $txt[158], '


', $context['show_who'] ? '' : '', '', $txt[158], '', $context['show_who'] ? '' : '', '

';

echo '
', $context['show_who'] ? '' : '', $context['num_guests'], ' ', $context['num_guests'] == 1 ? $txt['guest'] : $txt['guests'], ', ' . $context['num_users_online'], ' ', $context['num_users_online'] == 1 ? $txt['user'] : $txt['users'];

// Handle hidden users and buddies.
if (!empty($context['num_users_hidden']) || ($context['show_buddies'] && !empty($context['show_buddies'])))
{
echo ' (';

// Show the number of buddies online?
if ($context['show_buddies'])
echo $context['num_buddies'], ' ', $context['num_buddies'] == 1 ? $txt['buddy'] : $txt['buddies'];

// How about hidden users?
if (!empty($context['num_users_hidden']))
echo $context['show_buddies'] ? ', ' : '', $context['num_users_hidden'] . ' ' . $txt['hidden'];

echo ')';
}

echo $context['show_who'] ? '
' : '', '
';[COLOR=Red]Değiştir;[/COLOR]
// Show YaBB SP1 style information...
if ($settings['show_sp1_info'])
{
echo '

', $txt[645], '



', $txt[645], '




Toplam Konu: ', $context['common_stats']['total_topics'], '

Toplam Mesaj: ', $context['common_stats']['total_posts'], '

Toplam Üye: ', $context['common_stats']['total_members'], '

Son Üye: ', $context['common_stats']['latest_member']['link'], '


• Son Mesaj: ' . $context['latest_post']['link'] . '

Son Mesajlar', $context['show_stats'] ? '

' . $txt['smf223'] . '' : '', '


';
}

// "Users online" - in order of activity.
echo '

', $txt[158], '


', $context['show_who'] ? '' : '', '', $txt[158], '', $context['show_who'] ? '' : '', '


Su an sitede ', $context['num_guests'], ' ', $txt['guest'], ', ' . $context['num_users_online'], ' ', $txt['user'];

// Handle hidden users and buddies.
if (!empty($context['num_users_hidden']) || ($context['show_buddies'] && !empty($context['show_buddies'])))
{
echo ' (';

// Show the number of buddies online?
if ($context['show_buddies'])
echo $context['num_buddies'], ' ', $context['num_buddies'] == 1 ? $txt['buddy'] : $txt['buddies'];

// How about hidden users?
if (!empty($context['num_users_hidden']))
echo $context['show_buddies'] ? ', ' : '', $context['num_users_hidden'] . ' ' . $txt['hidden'];

echo ')';
}

echo '
bulunmaktadir.


Bununla birlikte çevrimiçi olan gruplarimiz ';
foreach($context['online_groups'] AS $group)
{
if(!empty($group['color']) && $group['color'] != '')
echo '[' . $group['name'] . '] ';
}
echo '

';Değiştirdikten sonra istatistik aşşağıdaki gibi değişmiş olacak.





dik.gif resmini Themes/Kenditemanız içersine attıktan sonra işlem bitmiş olacaktır




Dik Resim resmi indirin.


[COLOR=#ff0000][B]Yapamadım[/COLOR][/B]

Diyorsanız ekteki dosyayı indirip direk default temanızın içersine göndermeniz yeterli olacaktır.


Buraya tıklayarak indirmeniz yeterli olacaktır.

[COLOR=#ff0000]Dikkat:[/COLOR] Bu anlatım sadece 1.X sürümleri için geçerlidir. Ayrıca Default temasının editlenmesi (düzenlenmesi) olarak gerçekleştirilmiştir. Başka temalarda farklı kodlar kullanarak düzeltileceğini unutmayınız

[COLOR=#0000ff]Uyarı:[/COLOR] Dosya şifreleriniz ‘ eyildirmaz.com ‘ (‘ lar olmayacak) kopyalayıp yapıştır yapamayınız, hata alabilirsiniz. Elinizle yazmanız önemle rica olunur.
Saygılar, Sevgiler..


Bu istatistik 1.X sürümünde hoşuma gidiyor bu yüzden paylaşma gereksimi duydum. İşinize yaramasını temenni ediyorum :) İyi çalışmalar


[SIZE=1][COLOR=Red]-Alıntı-[/COLOR][/SIZE][COLOR=Red]
[/COLOR]