En çok Mesaj Atan Üyeler Moduna Colour Group Eklentisi
En çok Mesaj Atan Üyeler Moduna Colour Group Eklentisi
En çok Mesaj Atan Üyeler Moduna Colour Group Eklentisi arıyorum bilen war mı acaba ?
Kod: Tümünü seç
#############################################################################
## Renk Gruplari (Color Groups) Modu kurduysaniz, bu kodlarla renklendirme yapabilirsiniz.
#############################################################################
#
#-----[ AÇ ]------------------------------------------
#
includes/functions.php
#
#-----[ BUL ]------------------------------------------
#
// $top_posters = array();
while( $row = $db->sql_fetchrow($result) )
{
$style_color = '';
if ( $row['user_level'] == ADMIN )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor3'] . '"';
}
else if ( $row['user_level'] == MOD )
{
$row['username'] = '<b>' . $row['username'] . '</b>';
$style_color = 'style="color:#' . $theme['fontcolor2'] . '"';
}
$top_posters .= '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'>' . $row['username'] . '</a> (' . $row['user_posts'] . '), ';
}
// return $top_posters;
#
#-----[ BUNUNLA DEGISTIR ]------------------------------------------
#
// $top_posters = array();
while( $row = $db->sql_fetchrow($result) )
{
$style_color = color_group_colorize_name($row['user_id'],true);
$top_posters .= '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'</a><span class="gensmall"> (' . $row['user_posts'] . ')</span>, ';
}
// return $top_posters;
#
#-----[ DOSYAYI KAPAT/KAYDET ]-----
#
# SoN
Kimler çevrimiçi
Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 0 misafir