Track Guest Visits
This tracks the number of guests that have visited a forum each day. This isn't possible in stock vbulletin as no record is kept of guest visits, they are a 'realtime' display only. This will add (another) section to the "What's Going On" area.
Options / Features ;
* The ability to turn it on/off.
* The ability to turn just the display on/off.
* The ability to allow (or prevent) certain usergroups viewing the display.
* The ability to run the display code on all pages (not just forumhome).
* The ability to switch between 'Today' and Rolling 24 Hours display (default).
* The list of guests can be set to be always collapsed on initial view.
* The script that the Guest is running is logged (e.g. showthread, usercp etc).
* The request variables in use are logged (e.g. threadid, userid etc).
* The guest table can be cleaned of old records to help control it's size.
* Controls for the displays automatic template update.
* The datastore read (for spider detection) will read from the File/APC/Memcache/Xcache datastore [if used].
* Guest Views data collection - tracking each guests viewing of the forum index page, forums and threads.
* Guest Views data collection can be separately disabled.
* Multiple guest visits to the same page are logged separately.
* Clicking on a Guest type in the main display will list all recent visits by guests of that type.
* Clicking on the option in the guest listing will show that guests viewing data (if enabled).
* Usergroup permissions are done with the standard vbulleten usergroup permissions system.
* The option to keep a record of [and display] the most ever guests can be enabled.
Four new usergroup permissions are provided in the usergroup manager.
* Can View the Guests Visited Display -
Members can view the guests visited display on Forumhome.
* Can View Guest IP Addresses -
Members can see the ip addresses of visiting guests.
* Can View Guest Visits List -
Members can view the list of guest visits page.
* Can View Guest Tracking Data -
Members can view the individual guest visit tracking page.
* All (non usergroup) modification settings are in
vBulletin Options > Guest Tracking.
To install (or upgrade);- Unzip the XML files.
- Upload the bitfields file to your ../includes/xml folder.
- If upgrading from the vb 3.6 version, delete the bitfield_track-guests.xml file from your ../includes/xml folder.
- Import the product into vBulletin using the ACP Product Manager.
- Set your required permissions in the usergroup manager.