Version: 1.5.3, by yilmaz
Developer Last Online: Oct 2023
Category: Statistics Modifications -
Version: 5.5.5
Rating:
Released: 10-21-2020
Last Update: 01-17-2022
Installs: 40
Supported DB Changes
Additional Files
Compatible 5.6.x 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
Version 1.5.1: Added comma separation between usernames. Version 1.5.2: User profile url error fixed (You just need to send files to ftp)
Note: If it is already installed, after transferring the core folder to FTP, update the XML file in the upgrade-XML-do_not_upload folder from the products..
======================================== How to install:
========================================
Upload the content of Yilmaz - Visitors in Last X Hours directory to your root.
that's all it.
enjoy..
======================================== How to uninstall:
========================================
1. Remove the package "yilmazvisitorslastx" that located in /core/packages/
2. Go to "Manage Products" in the admincp and delete the product named "Yilmaz - Visitors in Last X Hours"
Product installed, but nothing has changed. The information this MOD is supposed to provide isn't showing anywhere on our forum. I expect it would be where I see What's Going On? and Kubuntu Forum Statistics (bottom of our Main Page).
Never mind! I found out what I needed to do. vBulletin 5x is VERY different than 4.2.5. I had to enable Edit Site then click on Edit Page and drag Visitors in Last X Hours Module to where I wanted it.
For those who use round avatars on their forum and also what these avatar in Visitors in Last X Hours to be round and have transparent background, then add the following to your css_additional.css file.
Code:
/* Make round avatars for yilmazvisitorslastx - START */
.yilmazvisitorslastximg img {
background: none 0 0,#F8F8F8;
border-radius: 100%;
}
.yilmazvisitorslastxli {
border: 0;
}
/* Make round avatars for yilmazvisitorslastx - END */
Product installed, but nothing has changed. The information this MOD is supposed to provide isn't showing anywhere on our forum. I expect it would be where I see What's Going On? and Kubuntu Forum Statistics (bottom of our Main Page).
Never mind! I found out what I needed to do. vBulletin 5x is VERY different than 4.2.5. I had to enable Edit Site then click on Edit Page and drag Visitors in Last X Hours Module to where I wanted it.