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 |
#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 |
#292
|
|||
|
|||
Hi everyone,
I see a lot of people saying it works and then a lot of people saying it don't. I am running vBulletin Version 2.2.8, followed the steps and all I get is errors. Now please don't take this as a complaint... it is not. I am just trying to learn. Could you please post the exact steps to make this work, or a link to the spot where I can find it with out having to read for hours. lol Thanks for your time! |
#293
|
|||
|
|||
Quote:
|
#294
|
|||
|
|||
Is there a way to reset the most active users online? I just did a board import from a different system, and because of it, my entire forum is registered as being online in the same day...
"Most users ever online on a day was 1134 on 12-30-2002" Anyone know how I can reset this? |
#295
|
||||
|
||||
[sql]UPDATE template SET template="" WHERE title="maxloggedin";[/sql]
|
#296
|
|||
|
|||
MySQL said:
Unknown column 'templatename' in 'where clause' |
#297
|
||||
|
||||
Its late
I updated the query |
#298
|
|||
|
|||
Perfect!
You da man! |
#299
|
|||
|
|||
Does anyone know why my mouseovers don't work anymore(!) Don't remember doing anything to the code. View Source says
Code:
<td bgcolor="#F1F1F1" colspan="6"><font face="verdana,arial,helvetica" size="1" > <nobr>Most users ever online on a day was 286 on 9th December 2002.</nobr> | <nobr>The following members have already visited the Board today:</nobr><br> <a href="member.php?s=&action=getinfo&userid=1345" title="Last online at 20:19 ">237bee</a>, <a href="member.php?s=&action=getinfo&userid=273" title="Last online at 18:55 ">A406 Bee</a>, |
#300
|
|||
|
|||
interestly working again now. Thanks for all those who rushed to help.
|
#301
|
|||
|
|||
Great hack. I translate it to spanish for my forum. If you're interested I can translate the instructions for an extra language in the hack ;-)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|