The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Hack Name: Who was online today
Hack Version: 1.0.2 For vB Version:: 2.x Originally Created by: genial @ Skats Board (Contact) Documentation, Translation, a few changes and posted by: Mystics Description: This Hack adds something like the "Currently Active Users:"-Feature of vBulletin. The difference is, instead of showing the users, who are currently online, it shows all Users, who were online on a day and it also displays "Most users ever online on a day". Summary of the Features:
Files to edit: index.php Templates to edit: forumhome New Templates: forumhome_todayloggedinusers, forumhome_todayloggedinuser I have attached the Install Instructions in a Text File. The Instruction is in English and in German. I will attach a Screenshot in a Reply to this Thread! Post any Questions into this Thread! Updates in 1.0.1: Inserted the two new templates into the template precaching (first step) Updates in 1.0.2: Fixed a little Bug with the "Most users ever online on a day"-Count (Replace '$maxusers[2] = $todayonline;' with '$maxusers[2] = $numbertodayonline;' in index.php) Info: You can find an other version of this Hack here. In this other version the usernames of the members, who were already online today, are not shown on the Forum-Mainpage; the names are shown in an extra File (like online.php), onlinetoday.php (Screenshot). So, depending on which version of the Hack you prefer, you have to download this: Version with usernames on the main Site of the Forum or this: Version with usernames on extra site (onlinetoday.php) Regards, Mystics Show Your Support
|
Comments |
#17
|
||||
|
||||
Quote:
I have attached the Instructions and a new PHP-File in a ZIP File to this Posting. Please let me now if it's that, what you wanted. Info: My attachment does not only contain the changes to the Original Hack....it's a complete new Hack, so it will be the best, you remove the other version of the hack. [UPDATE] I have forgotten something in onlinetoday.php (Moderators have not been highlighted), thanx to genial for the Fix! I have replaced the Attachment with the new version. [UPDATE2] Max users and date are now showing correct. [UPDATE3] Fixed problem with the "Most Users"-Count (Replace '$maxusers[2] = $todayonline;' with '$maxusers[2] = $numbertodayonline;' in index.php & onlinetoday.php) [UPDATE4] Fixed the Query within onlinetoday.php and index.php (includes now the User's Timezone) |
#18
|
||||
|
||||
This is such a cool hack! I installed the new version with the screen for Who Was Online. I love it. I do have one small problem. The other admin and myself are showing up as bold and italic on that page. But, the moderator on the page isn't bold for some reason. I'll see if I can figure it out. But, any help would be appreciated.
I fixed it. I just added user group 7 to the or statement in the highlighting section in onlinetoday.php. |
#19
|
||||
|
||||
Quote:
search for: PHP Code:
PHP Code:
|
#20
|
||||
|
||||
Nice hack, I really enjoy it
|
#21
|
||||
|
||||
Great hack, works well!
|
#22
|
||||
|
||||
Quote:
|
#23
|
||||
|
||||
great it works perfectly.. screen cap of today so far
|
#24
|
||||
|
||||
another request... how would you allow
registered and guest users to view the onlinetoday.php page ? right now i have online.php only mod and admin viewable and it seems onlinetoday.php is the same.. i'd like online.php to retain it's normal mod /admin only viewing but onlinetoday.php to be viewabe by guest and registered users as well as mods/admin |
#25
|
||||
|
||||
Quote:
PHP Code:
|
#26
|
||||
|
||||
Quote:
|
#27
|
||||
|
||||
Quote:
|
#28
|
|||
|
|||
for some reason my
Most users ever online was 35 on 01-12-2002 at 08:31 AM. keeps changing to whatever I have on at that given time here is the code I am using for that <tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="6"><a href="online.php?s=$session[sessionhash]"><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></td> </tr> <tr> <td bgcolor="{firstaltcolor}" colspan="6"><smallfont> <nobr>There are currently $numberregistered members and $numberguest guests on the boards.</nobr> | <nobr>Most users ever online was $recordusers on $recorddate at $recordtime.</nobr><br> $activeusers $birthdaybits</smallfont></td> </tr> Any clues? |
#29
|
||||
|
||||
I found a slight problem with onlinetoday.php when the day changed. Max users and date is fine on forumhome, but it's showing todays information on onlinetoday.php instead of the max number. I looked at Eva's board and it's doing the same thing. I've been tinkering with the code. I've managed to break it several times, but I haven't gotten it right yet.
|
#30
|
||||
|
||||
Quote:
waiting for a fix |
#31
|
||||
|
||||
in the near future i will make a new release of this hack.
the new release includes all existing features and an extra todayonline-page in "who is online"-style. the display on forumhome will be dis- or enabled in admin-cp options. and specially guests will be counted. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|