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 |
#282
|
||||
|
||||
Hack does not work with 2.2.9 :'( I dont know what im doing wrong, but it isn't working.
I did what they said me to do. [edit] I see some other 1s with a problem here on 2.2.9 I can't see anything of the hack on my forums [/edit] |
#283
|
||||
|
||||
Have got it working.
Forgot to make a template |
#284
|
|||
|
|||
Version with usernames on the main Site of the Forum https://vborg.vbsupport.ru/attachmen...&postid=212495
I am using VB 2.2.9 and I installed above hack as instructed, however it gives me zero on today total members online and does not show any users in the list blow. Any clue. |
#285
|
||||
|
||||
Maybe you forgot to make 1 of the templates.
That's the mistake i made. There are forum_todayonlineuser forum_todayonlineusers Not many difference in the names. |
#286
|
|||
|
|||
Quote:
forumhome_todayonlineuser forumhome_todayonlineusers Like flup, I too have followed the details, and cannot see any evidence of this hack on 2.2.9. Note, I have no other Hacks installed. Any help would be appreciated. Mark |
#287
|
|||
|
|||
I need TimeZone fix, can someone PM me the link or send me the code or attach it ?
I want every user can see how many active users today and all users see the same figures, regardless of their TimeZone. Thanks |
#288
|
||||
|
||||
There is no such fix....
|
#289
|
|||
|
|||
hmm, i've installed it but nothing shows up on my page? a problem w/ the template perhaps? i'll take a look. help...
|
#290
|
|||
|
|||
Quote:
btw, how do i get it to show at the bottom of my forum and not the top? thanks. |
#291
|
|||
|
|||
Quote:
Can I query the db with server time ? $todayusers=$DB_site->query("SELECT userid, username, usergroupid, lastactivity, invisible FROM user WHERE lastactivity > " . (mktime(0,0,0,date("m"),date("d"),date("Y")) + (($bbuserinfo['timezoneoffset']-$timeoffset)*3600)) . " ORDER BY username"); What variable to change if I want to use server time regardless of user timezone ? (text to change is in RED) Thanks |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|