

Kod: Tümünü seç
dosya: includes/usercp_viewprofile.php
bul
if ( $profiledata['user_posts'] != 0 )
{
$total_posts = get_db_stat('postcount');
$percentage = ( $total_posts ) ? min(100, ($profiledata['user_posts'] / $total_posts) * 100) : 0;
}
else
{
$percentage = 0;
}
ardına ekle
$sql=mysql_query("SELECT * FROM ".TOPICS_TABLE ." where topic_poster='".$profiledata['user_id']."' ");
$topic_toplami=mysql_num_rows($sql);
bul
'POSTS_PER_DAY' => $posts_per_day,
'POSTS' => $profiledata['user_posts'],
ardına ekle
'TOPIC_TOPLAM'=>$topic_toplami,
Kod: Tümünü seç
dosya: template/subsilver/profile_view_body.tpl
bul
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TOTAL_POSTS}: </span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br /><span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td>
</tr>
ardına ekle
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">Açılan Konu </span></td>
<td valign="top"><b><span class="gen">{TOPIC_TOPLAM}</span></b></td>
</tr>
Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 1 misafir