View Full Version : Forum Home Enhancements - Member Tracking
Paul M
06-07-2008, 10:00 PM
This modification is no longer available or supported.
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 (https://vborg.vbsupport.ru/showthread.php?t=165960)" 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.
History:
v3.7.001 : Initial vb 3.7 release.
v3.7.002 : List and view time cutoff options added.
v3.7.003 : Tracking of visits to archive pages added.
v3.7.004 : List/View cutoff options combined into one. Member hyperlinking added.
Subah
06-08-2008, 07:45 PM
Cool ,Thanks :)
Any screenshots ?
ssslippy
06-08-2008, 08:17 PM
How is the load increase from this?
Also you need a link to memberlist in quicklinks cause if you have the display disabled in the bottom of your page u have no way to quick access it.
Forumdayim.Net
06-08-2008, 08:36 PM
Isn't there a screenshot ?
Mrdby
06-08-2008, 09:15 PM
installed!
Mrdby
06-08-2008, 09:17 PM
I don't see anything different.
shofolofo
06-08-2008, 09:28 PM
any screenies?
Kaleem
06-08-2008, 09:50 PM
Thanks worked like a charm :)
One of the screeny is here.
tirol07
06-08-2008, 10:45 PM
installed! Thanks
Paul M
06-09-2008, 12:17 AM
How is the load increase from this?
How long is a piece of string ? I cannot possibly answer such a question.
Also you need a link to memberlist in quicklinks cause if you have the display disabled in the bottom of your page u have no way to quick access it.
Hmm, I'll think about that, I cant really see the vast majority of people installing this and then turning the display off.
Any screenshots ?
any screenies?
No, not at the moment. Such things are very low priority.
Zaiaku
06-09-2008, 12:35 AM
Paul another great mod, not just have to figure out how can I use this to my advantage on my forum.
Anway you can set this to X amount of hours?
ssslippy
06-09-2008, 12:54 AM
Found a bug when this option is set to no you cant access the memberlist page. You should be able to access the memberlist page without having the last 24 hr listing.
Set to 'Yes' to enable the Member Tracking display. Note that if the master enable is set to yes, then data will still be collected, even if this is set to 'No'. You must disable the whole modification to prevent this.
Paul M
06-09-2008, 01:36 AM
Its not a bug.
verino
06-09-2008, 02:50 AM
Note that installing this will automatically remove the "Members Who Have Visited Today" modification.
Thank's, I guess I don't have to remove your previous mod, right :D
Ideal Web Tech
06-09-2008, 06:18 AM
Hey Paul I installed this a bit ago and it works halfway. The part where it does what the who has visited hack does unfortunately doesn't work for me.
It shows the table for the addon but in the cell next to the icon where it is supposed to list the members and the record ever online it shows "Resource id #49". I looked threw the code some but I'm fairly tired so I didn't spend much time on it yet but I will report back when I look at it more later. If you have any ideas please let me know and I will look into them.
So for now I have disabled it till then.
kushal
06-09-2008, 06:37 AM
No template addition happening. Can you let me know what to insert into forumhome template.
AdrianH
06-09-2008, 07:18 AM
Great job Paul, thanks.
Ideal Web Tech
06-09-2008, 07:32 AM
No template addition happening. Can you let me know what to insert into forumhome template.
You had to setup the usergroup permissions to allow the usergroups to see it. It is disabled by default.
Hey Paul I installed this a bit ago and it works halfway. The part where it does what the who has visited hack does unfortunately doesn't work for me.
It shows the table for the addon but in the cell next to the icon where it is supposed to list the members and the record ever online it shows "Resource id #49". I looked threw the code some but I'm fairly tired so I didn't spend much time on it yet but I will report back when I look at it more later. If you have any ideas please let me know and I will look into them.
So for now I have disabled it till then.
I have solved the problem that I was having now. It was a variable conflict of the variable not living the scope till the navbar template was built because of a query call with the same variable name. So I renamed $memberlist to $memberlistwv everywhere it was referenced to solve the problem on my site. In case anybody else has that problem thats all there is to fixing it.
Blackheart_72
06-09-2008, 09:00 AM
Thanks, works great.:)
KURTZ
06-09-2008, 09:02 AM
sounds good Paul ... :) so this replaces completely the 'who's has visited' hack right?
edit: just a question: what is the difference between 'run code on all vb pages' and 'run only on forumhome'? i don't understand this :)
Ideal Web Tech
06-09-2008, 10:02 AM
sounds good Paul ... :) so this replaces completely the 'who's has visited' hack right?
edit: just a question: what is the difference between 'run code on all vb pages' and 'run only on forumhome'? i don't understand this :)
Yes it will completely replace the who has visited hack. If you have it installed when you install this hack it will uninstall it for you.
The difference between run code on all vb pages and run only on forumhome is the running it only on forum home allows you to show it on ex: https://vborg.vbsupport.ru/ where as run on all pages if you know what your doing and change the replacement condition you can use it to show the who has visited box on all pages. This will run the code and associated queries on all pages even if you dont have it displayed on all pages if you change this settings.
KURTZ
06-09-2008, 10:28 AM
thx IWT :) now a simple question, if i wanna use the code all around i must do some template modifications? or what? i just tried this onto my test board (without any modification) and i don't see anything over the other pages ... thx
Ideal Web Tech
06-09-2008, 10:38 AM
You control it using the ATCS options. These are advanced settings so if you go to play with them you better have a clear idea of what you are doing.
ATCS: Template Name - The name of the template we are to automatically edit. This is the template it will search for the Search Text in.
ATCS: Search Text - Text to search for that serves as an insertion point for the hacks output. This should be a unique statement.
Example Setup:
ATCS: Template Name - navbar
ATCS: Search Text - <!-- / nav buttons bar -->
That will make it show up below the navigation buttons row in the navbar. You might need to edit the hack template to make the spacing above and below it proper.
Super Jinni
06-09-2008, 10:58 AM
thanks Paul
I was really looking for something like this for long time
great job..
KURTZ
06-09-2008, 11:01 AM
ah OK this stuff isn't for me ... however thx :)
Paul M
06-09-2008, 11:36 AM
I have solved the problem that I was having now. It was a variable conflict of the variable not living the scope till the navbar template was built because of a query call with the same variable name. So I renamed $memberlist to $memberlistwv everywhere it was referenced to solve the problem on my site. In case anybody else has that problem thats all there is to fixing it.
Is this another public mod with the same name or something custom on your site ?
Ideal Web Tech
06-09-2008, 01:18 PM
To be honest I didn't pay enough attention to which mod was causing it. But I do know that it wasn't any of my custom code as my naming conventions I use would prevent that.
BigDog56
06-09-2008, 04:41 PM
Thank you very much! Works great!
shofolofo
06-10-2008, 06:23 AM
How to clear the data every week for example ?
I could not find the cron job or you meant to set them ?
Paul M
06-10-2008, 07:01 AM
Like it says ;
All (non usergroup) modification settings are in vBulletin Options > Member Tracking.
Super Jinni
06-10-2008, 09:20 AM
I just noticed that, it doesn't track user(s) who they use this, I mean if one of my moderators track user(s), if I want to track this moderator it shows me where he went but doesn't tell me that he tracked any user...
:)
Allan
06-10-2008, 12:32 PM
French language :)
Translator: Sofia (Team vBr)
KURTZ
06-10-2008, 12:45 PM
i'm wondering, but the tracking should be reset every day?
Ideal Web Tech
06-10-2008, 02:01 PM
No it will track 2 days worth of member records by default. You can change this number up or down as you see fit. Remember the higher you set it and the more active your forum the more data you will be storing.
The Who Has Visited part is the one that works either for the a day or for a rolling 24 hours.
Jase2
06-10-2008, 02:23 PM
Isn't there a screenshot ?
Paul doesn't upload screenshots that often. I'm the same way; if you want to know what it's like, install it on a test board ;)
Paul M
06-10-2008, 05:22 PM
I just noticed that, it doesn't track user(s) who they use this, I mean if one of my moderators track user(s), if I want to track this moderator it shows me where he went but doesn't tell me that he tracked any user...You will see it in the memberlist if it was their last action, but other than that no - the visit tracking is only for the homepage/forums and threads.
Paul M
06-10-2008, 05:24 PM
No it will track 2 days worth of member records by default. You can change this number up or down as you see fit. Remember the higher you set it and the more active your forum the more data you will be storing.
There is also a limit on how many records it will display per member (500 by default I believe).
Super Jinni
06-10-2008, 08:15 PM
You will see it in the memberlist if it was their last action, but other than that no - the visit tracking is only for the homepage/forums and threads.
OK..
what about profiles?
I'd like to see who saw whose profile, is that possible?
and if it possible to show who sent message to who I think that will be so great.. so that can be full tracking.
:)
Paul M
06-10-2008, 10:32 PM
Nope this does neither of them (default vb tracks profile visits afaik).
KURTZ
06-11-2008, 06:12 AM
Paul maybe i'm missing something but every midnight the members tracks are reset ... for example if i click over my nickname it shows me only the today's tracking ... (check the attachment)
my settings are:
Rolling 24 Hours Option: NO
Database Clean-up Period: 7
Member List Row Limit: 1000
Member Views Row Limit: 500
in the second pic that i've attached you can see another member tracks, like you can see it starts at midnight ...
maybe it depends by the 24h options settled to 'no'?
Paul M
06-11-2008, 08:55 AM
Yes, the member tracking view is dependant on that setting (24hr or midnight).
KURTZ
06-11-2008, 09:05 AM
OK, but i need to increase the tracking data ... it's possible Paul? :) maybe into a new release can you give us some options for this? it's possible? thx
Paul M
06-11-2008, 11:40 AM
I dont see any reason not to, i'll probably give a choice of three ;
1. Midnight
2. 24 hours
3. No restriction (basically making it dependant on the clean-up setting).
KURTZ
06-11-2008, 11:47 AM
superb! i'll wait your update ... :) thank you so much ;)
Goomzee
06-12-2008, 04:13 AM
Let me try that Mod
Paul M
06-12-2008, 05:54 PM
3.7.002
Time cutoff options for the list and tracking views have been added as per Post #43 above.
KURTZ
06-13-2008, 07:47 AM
superb Paul, many many thx :)
Super Jinni
06-13-2008, 08:54 AM
many thanks Paul
KURTZ
06-15-2008, 10:20 AM
Paul, sorry but i've another request, obviously if is possible to add this, like you perfectly know the 'twin add-on' (who's visited) give us the possibility of going into the user profile if we click over the nickname of the user ... now, obviously, if we click over the name we get the tracking ...
i've found very useful this feature in the other add-on (i mean the redirect to the user profile) so i'm wondering if is possible to improve this add-on with something like this, maybe directly in the tracking page ...
thx :)
Paul M
06-15-2008, 12:36 PM
Having read this twice, Im still not sure what your asking.
KURTZ
06-15-2008, 12:58 PM
:D OK i'll try to explain ... :) sorry Paul i'm not english :)
in the 'total members that have visited today' box, i mean in the index of the forum, i can find the complete list of all the members were onto the forum today ... (obvious) and obviously if i select one of these members in the list i get his/her tracking ... but with your other hack, i mean 'who has visited', if i select a member from this list i get his/her profile ...
so my request is: can you provide the same thing also into this hack? i mean a link to the user's profile that in this add-on there isn't ... maybe you can put this link in the 'header' of the tracking page ...
hope you can understand what i wrote ... :D
edit: just added a shot, so you can understand better what i need :) obviously if it's possible to do a similar thing like this ...
IMAGE (http://img99.imageshack.us/my.php?image=01shotjun161304dk8.gif)
KURTZ
06-17-2008, 10:08 AM
sorry Paul if i insist :), you cannot do anything about this?
Paul M
06-17-2008, 10:31 AM
Not at the moment, I dont have the time to look at what your asking (I do understand it now btw).
KURTZ
06-17-2008, 10:34 AM
finally! :D
however, thanks Paul :)
buzzel
06-17-2008, 01:51 PM
can i track my photopost, too? and where can i add it for tracking?
thx for helping me...
Paul M
06-17-2008, 03:11 PM
You cannot track Photopost with this.
buzzel
06-17-2008, 03:29 PM
vb whoisonline shows the info where the user is in photopost... no way for getting this info for tracking... ok, thanks.
buzzel
06-17-2008, 04:06 PM
another silly question? maybe... if no case in your script ist valid, is it possible to get and log only the complete url from the user? if it is possible i think i will work for other integration of vb also.
Paul M
06-17-2008, 05:59 PM
I dont really understand your question.
buzzel
06-18-2008, 06:00 AM
I dont really understand your question.
If the User is not visiting Forum or Forum Home, vB WhoIsOnline shows unknown_location and the Link, like this:
Username----Unknown Location---/photopost/showphoto.php?photo=258---IP
maybe you can also track Unknown Location and the Link?
case 'index': ->
case 'forumdisplay': ->
case 'showpost': ->
case 'attachment': ->
....
case 'unknown_location': -> track the link
sorry, i dont find better words to explain my suggestion. ;)
f1x3d
06-21-2008, 10:58 AM
Tracking doesn't work in archive.
Paul M
06-21-2008, 04:37 PM
You need to be a bit more explicit than that.
f1x3d
06-21-2008, 04:47 PM
it's doesn't track any user action in /archive/index.php/*
Paul M
06-22-2008, 10:45 AM
Yes, you are correct. I think i'll add that in the next update.
Boofo
06-22-2008, 12:17 PM
Also, Paul, I noticed a space between the comma and the username before it on my site. I tried to find it in the code but got lost. ;)
f1x3d
06-22-2008, 01:18 PM
Yes, you are correct. I think i'll add that in the next update.
Thank you, it would be nice.
Also I have two questions:
Can I enable tracking only for selected usergroups to save DB space?
Can I enable settings like "Can View Member Tracking Data" only for selected users, not for usergroups?
Thanks.
Paul M
06-22-2008, 01:43 PM
The answer to both questions is no.
Also, Paul, I noticed a space between the comma and the username before it on my site. I tried to find it in the code but got lost. ;)
That should be gone now.
Boofo
06-22-2008, 01:52 PM
I just installed version 003 and it is still there.
Paul M
06-22-2008, 02:13 PM
Did you download it before I posted ?
You need revision 3.14, which I uploaded after I posted.
Boofo
06-22-2008, 02:42 PM
Yes, I think it was before you posted. I will re-download it again then. Thank you, sir. ;)
Boofo
06-22-2008, 02:46 PM
That fixed it, thank you. ;)
Super Jinni
06-22-2008, 06:22 PM
what I like about you Paul is your support and updates. so thank you
I have a question:
when I update this product, do I have to upload bitfields file to ../includes/xml folder agian and replace the existed one or all what I have to do is to import the product from the admin cp?
Boofo
06-22-2008, 06:26 PM
The product file is all you need to do. The bitfield file is the same. I always do both but you don't really need to.
Super Jinni
06-22-2008, 06:37 PM
OK, thanks a lot..
:)
Boofo
06-23-2008, 02:13 AM
Paul, this doesn't track Admins using the Admin CP does it?
Paul M
06-23-2008, 02:20 AM
Paul, this doesn't track Admins using the Admin CP does it?
Nope.
Boofo
06-23-2008, 02:53 AM
Any way to add that for Staff? Might be nice to know if they have been in the CP areas so we can look at the logs if need be.
Paul M
06-23-2008, 06:53 AM
I'll make a note for the future, but not at the moment. :)
Boofo
06-23-2008, 07:05 AM
Great! And maybe add the friends symbol while you're at it? ;)
Super Jinni
06-24-2008, 06:53 PM
Hi again Paul
I have an issue
I don't know why but for some reason it does not track some users.. not all, only some.. and it shows me nothing about them.. not even the homepage
any ideas why?
Paul M
06-24-2008, 07:43 PM
Nope.
3.7.004 - The List/View cutoff options have been combined into one, it made no sense for them to be different from each other. Also hyperlinked the member names to their profile page.
djbaxter
06-24-2008, 10:20 PM
Is this mod any more server or database intensive thaqn the former "Members Who Have Visited Today" modification?
KURTZ
06-25-2008, 07:16 AM
Nope.
3.7.004 - The List/View cutoff options have been combined into one, it made no sense for them to be different from each other. Also hyperlinked the member names to their profile page.
Paul, unfortunately you aren't blond with big breasts .... so i can't love you ... BUT for me this is the greatest add-on that i can find here ... i need this for a long time ... now it seems to be complete ... ;)
thank you so much! :up:
Paul M
06-25-2008, 12:50 PM
Is this mod any more server or database intensive thaqn the former "Members Who Have Visited Today" modification?
Yes, it records a lot more data, and all the data is in its own tables, so it makes more use of mysql reads/writes.
Doctor Death
06-26-2008, 10:16 PM
Nice update BUT...
Notice the column header for users titled USER NAME. See the hyperlink there?
When you click on it, instead of sorting on that column (Which would be useful), it gives an error because it tries to look up a user with no name.
Recommend it get fixed and the other columns become "Sortable" as well.
Good mod. Thanks
dtv100
06-27-2008, 02:03 AM
is this hack server intensive?
Paul M
06-27-2008, 12:55 PM
is this hack server intensive?
Look up two posts from yours ......
It uses mysql more, how much more will depend entirely on how big/busy your forum is.
dtv100
06-28-2008, 04:42 AM
sorry paul i miss that one but thank for reply .
OmniBuzz
07-31-2008, 04:51 PM
I must be blind : where is it in the user group permission ?
* Usergroup permissions are done with the standard vbulleten usergroup permissions system. (?)
OmniBuzz
08-01-2008, 03:27 AM
Ok, I went through and through and I could not find anyting related to this mod in my usergroup permission settings...
Could someone be nice enough to simply point me out where it is and get another chance to make fun of a dumb French ?
Yep, the mod is installed and I can find it in vBulletin Options.
A l'aide !!!
lstintxs100
08-01-2008, 04:33 AM
usergroup manager
I enabled it for administrators and the options were at the bottom of the permissions list.
Edit : thanks paul.
OmniBuzz
08-03-2008, 03:35 PM
usergroup manager
I enabled it for administrators and the options were at the bottom of the permissions list.
Edit : thanks paul.
Thanks, I still cannot see it, for some reason it does not appear at the end (or anywhere) in Usergroup: Administrators list of permissions for exemple...
I wonder why.
I am going to try to install it again.
OmniBuzz
08-03-2008, 03:42 PM
an uninstalled...
c.oper
08-04-2008, 02:43 AM
Installed and Working... I will comment later!
Paul M
08-04-2008, 11:19 PM
I wonder why.
Because you are doing something wrong, most likely not uploading the bitfields file to the correct place.
handiyman
08-05-2008, 07:18 AM
Paul
Thanks for a good mod. A quick question.. How can I make it to track the vbulletin blogs also?
Paul M
08-05-2008, 09:57 AM
There is no facility to track the blogs, or project tools either.
OmniBuzz
08-05-2008, 12:47 PM
Because you are doing something wrong, most likely not uploading the bitfields file to the correct place.
I reinstall my vbulletin and tried again. It does work. Thanks.
IvyKeepMommy
09-02-2008, 02:56 PM
Works great! Thanks!
Merjawy
09-03-2008, 05:03 AM
nice if I could use it :)
I have a big problem so it seems... normaly I would create a new db when I upgrade my vB and I keep the old one for a little while.. and all seems fine..
I upgraded few days ago to 3.7.3 and db called XXXXXX_vb373 (with the old XXXXX_vb364 still there)
I've installed/reinstalled several mods fine.. but last two days when I install a mod like this one.. I get database error.. says table doesn't exist in XXXXX_vb364 !!!
I am not using that old db now.. why mods looking in it?
this is the second mod that did that to me.. the other one was Cyb.'s birthday greeting I tried yesterday.
any idea what might've gone wrong? I am afraid of deleting the old db if the system is depending on it somehow..
my config.php and my photopost both configured for the current db
PS. this error I get on forum home page only
Thanks
readjono
09-03-2008, 02:00 PM
I guess it's not possible to display who has visited and completely remove the link for guests and members? So they don't click it and get an error message.
Alien
09-03-2008, 03:23 PM
Hey, anyway to get the list of users/stats on a separate page with this mod?
TMM-TT
09-03-2008, 04:01 PM
When this plugin is active, I get this weird message, that only says "maxloggedin". It popups when I try to edit posts in the forum.
Is this message related to the plugin or just a strange effect?
Edit: It seems to be something in "Member Tracking (6)" that generates the message below.
Edit 2: This line generates the error: $vbulletin->datastore->do_fetch('maxloggedin',$errors);
https://vborg.vbsupport.ru/external/2008/11/23.jpg
https://vborg.vbsupport.ru/
Paul M
09-04-2008, 03:20 AM
No idea, some weirdness of your forum, do_fetch should not make pop up messages appear.
Merjawy
09-05-2008, 02:27 AM
Paul, could you comment on my issue please in post 100?
thanks
Paul M
09-05-2008, 02:25 PM
I cannot comment on individual set-ups. This can only access the db used by the rest of your forum.
RedDevil
09-07-2008, 11:21 AM
Thanks, another great tool much appreciated.
-=Leb=-
09-08-2008, 12:48 PM
Its very useful :)
Thx
zelnik
09-10-2008, 09:35 PM
Is there a way of not displaying logins from when admin is using the "log in as user" mod?
The mod that was made to be able to check permissions/errors with peoples accounts? As this does not show up in the normal vB who is online.
Paul M
09-10-2008, 10:07 PM
Sorry, I have no idea. I dont know the mod in question.
Dadoo
09-11-2008, 12:49 AM
Excellent Mod Paul, unfortunately I have a problem with group permissions.
Once I submit permissions updates in Administrator group, that create an other administrator group in "customized Usergroups" and no changes are made in original group.
Precision : I'm still under vB 3.7.2 PL2 (Issue about security hole from MGC CHATBOX EVO on vB 3.7.3 still not solved, so i'm waiting a fix..)
zelnik
09-11-2008, 04:58 AM
Sorry, I have no idea. I dont know the mod in question.
Hi Paul,
Sorry about that the mod in question can be found here: https://vborg.vbsupport.ru/showthread.php?t=168819
Would be great if you did not track those logins like the who is online doesn't.
Interested to read your opinion, otherwise yet another fantastic mod mate!
Paul M
09-11-2008, 04:37 PM
Excellent Mod Paul, unfortunately I have a problem with group permissions.
Once I submit permissions updates in Administrator group, that create an other administrator group in "customized Usergroups" and no changes are made in original group.
Precision : I'm still under vB 3.7.2 PL2 (Issue about security hole from MGC CHATBOX EVO on vB 3.7.3 still not solved, so i'm waiting a fix..)
What are you actually asking me ?
Hi Paul,
Sorry about that the mod in question can be found here: https://vborg.vbsupport.ru/showthread.php?t=168819
Would be great if you did not track those logins like the who is online doesn't.
Interested to read your opinion, otherwise yet another fantastic mod mate!
Sorry, but I dont have the time to look at that.
jl255
10-20-2008, 05:41 PM
tried finding the answer to this question but cldn't find it:
does this mod allow me to track the number of members who logged in each day? i want to track the trends of members logging into my forum over a few months. Does this mod do that? tks.
Paul M
10-21-2008, 01:24 AM
vb already logs the number of members who logged in each day - its in the ACP stats section.
jl255
10-21-2008, 07:18 AM
tks but i've tried searching for that and never found. i'm using 3.6.8. I don't see a statistic for members who logged in? Is the 'user activity statistic' what you are referring to? Never knew what that stat represented...
Paul M
10-21-2008, 10:20 AM
That sounds like it, I dont have ACP access atm to check.
glorify
11-23-2008, 11:28 PM
When this plugin is active, I get this weird message, that only says "maxloggedin". It popups when I try to edit posts in the forum.
Is this message related to the plugin or just a strange effect?
Edit: It seems to be something in "Member Tracking (6)" that generates the message below.
Edit 2: This line generates the error: $vbulletin->datastore->do_fetch('maxloggedin',$errors);
https://vborg.vbsupport.ru/attachment.php?attachmentid=86500&stc=1&d=1220461238
https://vborg.vbsupport.ru/%5BIMG%5Dhttp://www.tornevall.net/storage/files/1220392800/1220461133_maxloggedin.jpg%5B/IMG%5D
No idea, some weirdness of your forum, do_fetch should not make pop up messages appear.
This was exactly the same for me. It only happened when Xcache was enabled.
Xcache enabled and mod disabled, no errors.
Xcache disabled and mod enabled, no errors.
Both enabled, that exact error.
Disabled for now, I'd rather see speed. Hope ya run into a fix.
Paul M
11-24-2008, 06:56 AM
There is no fix since I cannot make this happen, I run this and xcache just fine, and have for over a year.
glorify
11-25-2008, 01:23 AM
I run yer other stuff, no prob Paul. This one just did as seen above. I'm running 3.8 b1 if that makes a difference, though I doubt it. Thanks for yer work man.
Paul M
11-25-2008, 10:19 AM
TBH, Id suggest just removing it and re-installing it, other than that, no idea really. :)
Arrogant-One
11-29-2008, 01:30 AM
Is this another public mod with the same name or something custom on your site ?
Hi
I use CPanel and do not understand this (bolded):
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.
Where in CPanel would I find this folder?
Best Regards,
Alex
goxy63
12-15-2008, 10:09 PM
off topic
Paul I love your hacks, using few of them....is there any hack (or maybe you will do one) that can show up 'who viewed user profile'(date-time), atleast when someone hover with mouse can see time of visitor...!?
Any ideas ?
KevinL
12-18-2008, 11:34 AM
I was wondering if you could help me out with something...
I am using this and your guest tracking. When I enable this mod :Template Cache (https://vborg.vbsupport.ru/showthread.php?t=139151&page=6) (I read you used this mod also) these 2 disappear from my forumhome. Now I added the templates used to the ignore cache and they still disappear. Is it because they are created with hooks?
Thank you in advance :)
Paul M
12-18-2008, 12:01 PM
Sorry, no idea, I know nothing about the mod.
natecoupons
03-30-2009, 02:55 AM
I must be lost....i've installed this mod....enabled the usergroups....but can't see how it tracks members.....
I want to see where they have gone on the forum for the last day....what page is that located on??
Paul M
03-30-2009, 07:53 AM
Please read the notes (first/main post).
exportforce
04-18-2010, 09:19 PM
Will you make this for VB4 too ? I really LOVE! this addon, thus it could be better listed and more detailed than it is now. But it is lovely for those things like "Yeah I read these threads and know the rules" so I could tell them: nope you didn't ^^ Please copy it over !
djbaxter
04-18-2010, 09:30 PM
Will you make this for VB4 too ? I really LOVE! this addon, thus it could be better listed and more detailed than it is now. But it is lovely for those things like "Yeah I read these threads and know the rules" so I could tell them: nope you didn't ^^ Please copy it over !
Already released: https://vborg.vbsupport.ru/showthread.php?t=232636
Shmily
05-29-2010, 01:13 PM
Is there a way to see when people are using PM's and who they sent a PM to with this? We are having spammer issues. We already have it installed.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.