KnofeL Wysłany: Sro 22 Lis, 2006 |
|
|
Jako ?e ta modyfikacja by?a mi potrzebna - wi?c sobie napisa?em i zamieszczam j? te? tutaj.
Co ona robi macie w opisie tematu wi?c tu tylko screen:
I instrukcja:
Otwieramy plik: admin/admin_prune_users.php i szukamy w nim:
Kod$list[$n] .= ' <a href="' . append_sid($phpbb_root_path."profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $user_list[$i]['user_id']) . '">' . $user_list[$i]['username'] . '</a>';
Zmieniamy to na:
Kod$prune_username_color = color_username($user_list[$i]['user_level'], $user_list[$i]['user_jr'], $user_list[$i]['user_id'], $user_list[$i]['username'], false, 'font-size: 11px; font-weight: normal');
$list[$n] .= ' <a href="' . append_sid($phpbb_root_path."profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $user_list[$i]['user_id']) . '" class="gensmall" '.$prune_username_color[1].'>' . $user_list[$i]['username'] . '</a>';
That's all folks! |
|