Version: 4.1.11.0, by Paul M
Developer Last Online: Nov 2023
Category: Forum Home Enhancements -
Version: 4.1.11
Rating:
Released: 08-22-2009
Last Update: 05-23-2012
Installs: 2282
DB Changes Uses Plugins Auto-Templates
Translations
No support by the author.
--------------------------------------------------------------------------------
This modification has been withdrawn.
vBulletin 4.0.x and 4.1.x are no longer supported.
The feature is already built into the core vBulletin 4.2.x code.
--------------------------------------------------------------------------------
This adds a simple display of all members who have visited the forum - either today (i.e. since the users midnight) or in the last 24 hours.
This modification cannot count guests, it is members only.
Note that installing this will automatically remove the "Member Tracking" modification.
The main features of the vB4 version are as follows ;
1. It displays the list on the Forum Home.
2. Invisible users are only displayed to those allowed to see them (with a "*")
3. Users who should display as coloured or bold etc will be displayed correctly (based on the display usergroup).
4. If you 'hover' over a username it will show the time they were last active.
5. The list is in member name order.
6. The ability to turn it on/off is in the ACP Options.
7. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups).
8. An option to record and display the Most Ever Members can be enabled.
9. The switch between Visited Today and Rolling 24 Hours is an ACP option.
10. The listing of members can be suppressed (a simple message is displayed instead).
11. The list view is collapsable, so you just see the number .
12. The display can be set as always collapsed on initial page load.
(Options are in vBulletin Options > Who has visited today)
To install just download the XML and import into vB using the ACP Product Manager.
I have installed an older version of the mod on my forum (forum version is 4.1.7). After that a problem in registration is occurred. The below error in database is received to website mail every time a new user registers.
Now i have uninstalled the mod but the problem is still there
Code:
Database error in vBulletin 4.1.7:
Invalid SQL:
SELECT
SUM(IF(lastvisit >= 1316585215, 1, 0)) AS active,
COUNT(*) AS users,
MAX(userid) AS maxid
FROM user
AND
usergroupid NOT IN (3,4);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND
usergroupid NOT IN (3,4)' at line 6
Error Number : 1064
Request Date : Friday, October 21st 2011 @ 10:06:55 AM
Error Date : Friday, October 21st 2011 @ 10:06:55 AM
Script : http://www.gulf4cars.com/vb/cron.php?rand=1319177208
Referrer : http://www.gulf4cars.com/vb/content/2008-toyota-land-cruiser-113/
IP Address : 196.1.197.202
Username : غير مسجل
Classname : vB_Database
MySQL Version :
Please help me to solve the problem as many advised me to upgrade the forum to 4.1.8 and i dont want to upgrade while the problem is still on.