This is a little Mod that I want install it in my forum.
 
 
Well I hope u can help me with this little mod.
 
 
In my includes/page_header.php I didn't find these 2 little parts of the Code:
 
 
- Code: Alles auswählen
- -----------------------------------
 ----[ FIND ]-----------------------
 -----------------------------------
 $user_online_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'>' . $row['username'] . '</a>'
 -----------------------------------
 ----[ AFTER, ADD ]-----------------
 -----------------------------------
 . $row['user_browser']
 -----------------------------------
 ----[ FIND ]-----------------------
 -----------------------------------
 $user_online_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'><i>' . $row['username'] . '</i></a>'
 -----------------------------------
 ----[ AFTER, ADD ]-----------------
 -----------------------------------
 . $row['user_browser']
Only I find this part:
- Code: Alles auswählen
- $user_online_link = color_group_colorize_name($row['user_id']);
 if ( $row['user_allow_viewonline'] )
 {
 $logged_visible_online++;
 }
 else
 {
 $logged_hidden_online++;
 }
 if ( $row['user_allow_viewonline'] || $userdata['user_level'] == ADMIN || $userdata['user_level'] == MOD )
 {
 $online_userlist .= ( $online_userlist != '' ) ? ', ' . $user_online_link : $user_online_link;
 }
 }
 $prev_user_id = $row['user_id'];
 }
 else
 {
So I don't know how I have to put the code there or if I have to put it in another part of my file.
 
 
Also I attach here my file.
Can u please help me ?
 
Cheers.



 
 

