Customizing SMF > Modifications and Packages
Users Online Today Mod
xenovanis:
I think it's okay to show them in the list, but not in an italic font. Now, you can see all hidden users easily.
Carceri:
Are the hidden users shown with an italic font? I have never noticed that, but perhaps it's because I'm an administrator on the board?
xenovanis:
Yes, in the online list their names are shown in italic font to administrators. Normal users can't see they are online.
In your mod, their names also appear in a italic font, but they are now also visible like this to other users. It's like drawing extra attention to them IMO. I found this in BoardIndex.php
--- Code: ---$context['list_users_online_today'][$row['lastLogin'] . $row['memberName']] = empty($row['showOnline']) ? ' <i>' . $link . ' </i>' : $link;
--- End code ---
and removed the <i> tags to normalize the font.
Carceri:
Yes, but it is the same code that apparently hides them from regular users in the users online list. I will have to investigate why the same code hides the users from the online list, but not the online today list.
Then I will make the correct fix.
xenovanis:
No, it doesn't. I tested it. This works correct ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version