The Arcive of vBulletin Modifications Site. |
|
Block - Users Online Details »»
|
|||||||||||||||||||||||||||||
This is a block for your forum sideblocks to show the Current Users Online.
You will need to Create a new Template (block_users_online), Cache the template, Create a new Block (Users Online), and then, optionally, remove the Currently Active Users list from the bottom of the page. 1.1 2010-06-12: Added in Most users ever online. Updated for 4.0.3. 1.2 2010-06-23: Updated to work for 4.0.4. 1.3 2011-11-17: Fixed template and block code for use in 4.1.8. 1.4 2012-06-05: Fixed template for use in 4.2.0. Installation instructions for 4.2.0, 4.1.8 and pre-4.1.8 are included in the 1.4 download. Please make sure you use the correct Installation Instructions as both the block code and the template code are different depending on the version you are running. Read them carefully!!! Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Благодарность от: | ||
| BCP Hung | ||
| Comments |
|
#2
|
|||
|
|||
|
detention
|
|
#4
|
|||
|
|||
|
Installed! I Like It!
|
|
#5
|
|||
|
|||
|
Thanks, I might finally change some things around with my skin with this.
Tagged for when I upgrade. |
|
#7
|
|||
|
|||
|
Thank you
|
|
#8
|
|||
|
|||
|
Hi, Lynne
Ive installed this as per your instructions and double checked and i get the Users Online block .. but no text inside .. any suggestions ? Thanks
|
|
#9
|
||||
|
||||
|
Quick one Lynne, I tried to add the "most ever users" into it and it didn't seem to work.
I put: HTML Code:
<p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p> HTML Code:
<p>{vb:rawphrase there_are_x_online, {vb:raw totalonline}} <br /><span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p> <ol class="commalist" id="wgo_onlineusers_list"> HTML Code:
$totalonline = $numberregistered + $numberguest;
$numberinvisible = $numberregistered - $numbervisible;
$recordusers somehwhere? |
|
#10
|
||||
|
||||
|
nice, working it >
|
![]() |
|
|