vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Member Visit Tracking (https://vborg.vbsupport.ru/showthread.php?t=201215)

Paul M 01-08-2009 10:00 PM

Member Visit Tracking
 
As of 24 Nov 2017 this modification has been withdrawn.

This tracks the number of members that have visited the forum each day, and displays a list in the same manner as the "Who has visited" modification. However, this also tracks a lot more data, such as the script (and request variables) run on their last visit, and all threads and forums visited.

Note that installing this will automatically remove the "Members Who Have Visited Today" modification.

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 members can be set to be always collapsed on initial view.
* The script that the member is running is logged (e.g. showthread, usercp etc).
* The request variables in use are logged (e.g. threadid, userid etc).
* The member visits table can be cleaned of old records to help control it's size.
* Controls for the automatic template update system.
* Member Views data collection - tracking each members viewing of the forum index page, forums and threads.
* Member Views data collection can be separately disabled.
* Multiple member visits to the same page are logged separately.
* Clicking on a member in the main display will show that members viewing data (if enabled, and you have permission).
* Usergroup permissions are done with the standard vbulleten usergroup permissions system.
* Clicking on the "Total members that have visited" line will list all members who have visited and their last action.
* The option to keep a record of [and display] the most ever members can be enabled.

Four new usergroup permissions are provided in the usergroup manager.

* Can View the Members Visited Display - Members can view the members visited display on Forumhome.
* Can View Member IP Addresses - Members can see the ip addresses of visiting members.
* Can View Member Visits List - Members can view the list of member visits page.
* Can View Member Tracking Data - Members can view the individual member visit tracking page.

* All (non usergroup) modification settings are in vBulletin Options > Member Tracking.

To install;
  • Unzip the XML files.
  • Upload the bitfields file to your ../includes/xml folder.
  • Import the product into vBulletin using the ACP Product Manager.
  • Set your required permissions in the usergroup manager.
Note that by default no permissions are given, you must set them.


Template Hook

Please note that this modification uses the following template hook in the FORUMHOME template ;

forumhome_wgo_pos2

This must be present in any customised template/style you are using, otherwise this modification will not display.



History:

v3.8.001 : Initial vb 3.8 release.
v3.8.002 : Fix install code SQL error.
v3.8.003 : Fix column title bug in memberlist display.
v3.8.004 : Fix bug in attachment viewing links.


Bounce 01-09-2009 07:40 PM

Get this error when installing..


Quote:

Database error in vBulletin 3.8.0:

Invalid SQL:

CREATE TABLE membervisits
(
userid int(10) unsigned NOT NULL default '',
ipaddress varchar(15) NOT NULL default '',
useragent varchar(100) NOT NULL default '',
dateline int(10) unsigned NOT NULL default 0,
script varchar(20) NOT NULL default '',
rdata text NOT NULL,
PRIMARY KEY (userid),
KEY ipaddress (ipaddress),
KEY dateline (dateline)
);

MySQL Error : Invalid default value for 'userid'
Error Number : 1067
Request Date : Friday, January 9th 2009 @ 09:39:14 PM
Error Date : Friday, January 9th 2009 @ 09:39:14 PM

SnowBot 01-09-2009 07:49 PM

Waiting on an update Mr P :)

SuperDave71 01-09-2009 07:54 PM

I am also waiting on the update...



And a screenshot would be helpful as well.


Always enjoy your work Paul. Keep it up!!



-Dave :D

KEKforce 01-09-2009 07:56 PM

same error here

ecihanuysal 01-09-2009 08:21 PM

same error and waiting..

-=Leb=- 01-09-2009 10:00 PM

Sweet paul , i was waiting for it :).

Hey guys i just uploaded it and didn't get any error and its working fine in my forum:S

ecihanuysal 01-09-2009 10:56 PM

Problem is still continuing. Here is the image..

http://img395.imageshack.us/img395/8286/adszwd2.jpg

-=Leb=- 01-10-2009 08:21 AM

If i'm not mistaken, make sure you update your templates. Go to admin cp, then styles and templates, then hit find updated templates.

Anyway, paul will give you the final answer.

Bounce 01-10-2009 10:00 AM

Quote:

Originally Posted by Leb (Post 1707066)
If i'm not mistaken, make sure you update your templates. Go to admin cp, then styles and templates, then hit find updated templates.

The style I am trying to install it too IS up to date :up:


All times are GMT. The time now is 04:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01098 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete