The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Who was online last 24H [dynamic one] Details »» | |||||||||||||||||||||||||
This hack allows you to add on forumhome the list of members who visited your forum the last 24 hours.
This is not as the othre whowasonline released here cose this version is completely dynamic ! This means that it doesn't initialize itself again at a specific time but update the list of connected members during the last 24h preceding the current posting of the page. Ce Hack vous permet d'ajouter sur votre page la liste des membres qui se sont connet?s durant les derni?res 24H. L'avantage de cette version est qu'elle est totalement dynamique. C'est ? dire qu'elle ne se r?initialise pas ? telle heure mais met ? jour la liste des connect?s dans les derni?res 24H pr?c?dant l'affichage actuel de la page. Installation time : 10 min Files to modify : 2 Phrases to add: 1 Template to modify: 1 Thanks goes to a friend of my vb team svaliotti (p0s3id0n on vborg) and CXII who have done the really first version of that hack (a french hacker) :devious: [HIGH]This hack has been released by VBulletinDev's team : http://www.vbulletindev.net Ce hack a ete realis? par la team de VBulletinDev et est telechargeable en FR sur http://www.vbulletindev.net[/HIGH] Sorry for the screenshot, it's in french but I didn't have a big forum so I can't show you one as good as the one attached here. Show Your Support
|
Comments |
#22
|
|||
|
|||
Does this work in 2.3.4? If so what do I need to do specifically?
|
#23
|
||||
|
||||
This forum is for vB3 hacks only. Look further down on the main page for vB2 hacks where you'll find a version by Mystics IIRC.
|
#24
|
|||
|
|||
Nice hack. Install was easy as pie.
Installed. |
#25
|
|||
|
|||
This is an awesome mod good job!
Cyricx you can use the following to make its own box: Find: (in the template FORUMHOME) <!-- end logged-in users --> Add after: <!-- Active Today --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> <phrase 1="$nbusers">$vbphrase[connectes_dernieres_24h]</phrase> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]"> <tr> <td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td> <td class="alt1" width="100%"> <div class="smallfont"> <div>$usernameonline</div> </div> </td> </tr> </tbody> <!-- end Active Today --> |
#26
|
||||
|
||||
Sorry for all that have requested modifications like hidding invisible users (something that I forget to do sorry) but I don't have time actually to do it while I am working to finish with a friend a quite big portal for vb3
|
#27
|
|||
|
|||
Any way to make the who is online box a scroll box so it dosent streach out like the shout out box? I have a bunch of users loggin and 1/2 of my index is full of nick names
|
#28
|
|||
|
|||
looks like just me who got a prob with this then
Fatal error: Call to undefined function: print_form_middle() whowasonline24h_rc2.php on line 43 im running it on vb3 rc3 any idea why i getting that error at all ??? /me is a dumbo its for rc2 - wierd all these hacks should be sorted into relevant sections to avoid what does work on each platform. |
#29
|
|||
|
|||
I need to make this a set table, with a scroll box
HTML Code:
<!-- what's going on box --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> </tr> </thead> <if condition="$show['loggedinusers']"> <!-- logged-in users --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> <a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>) </td> </tr> </tbody> <tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]"> <tr> <td class="alt2"> <a href="online.php?$session[sessionurl]"><img src="images/onnow.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td> <td class="alt1" width="100%"> <div class="smallfont"> <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div> <div>$activeusers</div> <!-- WHO WAS ONLINE TODAY HACK --> <span class="smallfont"> <b><phrase 1="$nbusers">$vbphrase[connectes_dernieres_24h]</phrase> </b> $usernameonline </span> <!-- END WHO WAS ONLINE HACK --> </div> </td> </tr> </tbody> <!-- end logged-in users --> |
#30
|
|||
|
|||
Nevermind. Got it
|
#31
|
|||
|
|||
can this be used for rc4?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|