The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VSa - Visitors In Last X Hours Details »» | |||||||||||||||||||||||||||||||
Features:
-Show how many users (members + guests) visited forum in last x hours -Show members listing -Show member last activity on mouse-over -Invisible members are shown as "Invisible" for those who has no permissions to view them -Option to add fake guests -Optionally usergroups legend can be shown below VILXH box -By default all usergroups where HTML tags are filled out will be listed in legend -You can exclude usergroups from showing in legend -You can exclude usergroups from viewing VILXH Installation: -Import XML file (as product) - AdminCP > Plugin System > Manage Products > [Add/Import Product] Versions: v1.0 - Oct 02. 2005. -Initial release v2.4 - Apr 30. 2008. -Latest 3.x version v3.0 - Jan 17. 2010. -Updated for vBulletin 4.x -Mod prefix (Cyb) changed to 'VSa' v3.0.2 - Jan 19. 2010. -Fixed another php error v3.0.3 - Oct 21. 2010. -Fixed vB 4.0.8 style issues v3.0.4 - Oct 23. 2010. -Fixed some style issues v3.0.5 - Oct 10. 2013. -Fixed some PHP errors in 4.2.2 Download Now
Screenshots
Show Your Support
|
7 благодарности(ей) от: | ||
b00k, Marcin147, misericorde, Teascu Dorin, Ulquiorra1, vBarsiv, yin9 |
Comments |
#62
|
|||
|
|||
It works, it is just miss aligning everything.
Go to the link posted in the post above yours and you will see what I am referring to. |
#63
|
|||
|
|||
v3.0.3 - Oct 21. 2010.
-Fixed vB 4.0.8 style issues To upgrade: -Import product XML, allow overwrite |
#64
|
||||
|
||||
Good update...
|
#65
|
||||
|
||||
This is Working Like a Charm on My Forum... Version - 4.0.8!
Love THis~! |
#66
|
||||
|
||||
For A Demo Check My Forum -
Code:
http://www.my123world.com |
#67
|
|||
|
|||
Look at the Userlegend.
|
#68
|
|||
|
|||
v3.0.4 - Oct 23. 2010.
-Fixed some style issues To upgrade: -Import product XML, allow overwrite |
#69
|
|||
|
|||
xhtml 1.0 error in template vsa_lastxhoursvisitors:
HTML Code:
<ol class="commalist" id="vilxh_users_area"> {vb:raw vilxh_userlist_init} <vb:if condition="(($vboptions[vsa_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[vsa_visitorslastx_cutoff]))"> <div id="vilxh_users_more" class="shade" style="display:inline;float:{vb:stylevar right}"> {vb:rawphrase vsavilxh_showing_x, {vb:raw vboptions.vsa_visitorslastx_cutoff}, {vb:raw vilxh_total_members}, {vb:raw vboptions.vsa_visitorslastx_xhours}} | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none">{vb:rawphrase vsavilxh_show_all}</a> </div> <div id="vilxh_users_loading" class="shade" style="display:none;float:{vb:stylevar right}"> {vb:rawphrase vsavilxh_loading} </div> </vb:if> </ol> replace: HTML Code:
<ol class="commalist" id="vilxh_users_area"> <li> {vb:raw vilxh_userlist_init} <vb:if condition="(($vboptions[vsa_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[vsa_visitorslastx_cutoff]))"> <div id="vilxh_users_more" class="shade" style="display:inline;float:{vb:stylevar right}"> {vb:rawphrase vsavilxh_showing_x, {vb:raw vboptions.vsa_visitorslastx_cutoff}, {vb:raw vilxh_total_members}, {vb:raw vboptions.vsa_visitorslastx_xhours}} | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none">{vb:rawphrase vsavilxh_show_all}</a> </div> <div id="vilxh_users_loading" class="shade" style="display:none;float:{vb:stylevar right}"> {vb:rawphrase vsavilxh_loading} </div> </vb:if> </li> </ol> |
#70
|
|||
|
|||
Please add The most visisted in 24 hours, thank.
|
#71
|
||||
|
||||
All good in vb 4.0.8 here, good job :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|