Closed (duplicate)
Project:
Shoutbox
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2008 at 14:32 UTC
Updated:
23 Nov 2010 at 21:05 UTC
How can I disable that "view shouts" gets added to the "Track Page Visits" log in the user profile?
Its filling the log if auto refresh is set...
Comments
Comment #1
disterics commentedCan you elaborate? I have no idea what you mean by the "track page visits" log.
Comment #2
softtouch commentedI meant, if you click a user profile (domain/user/1 for example), at top are tabs (or maybe links, dependent of the theme) like "view", "Edit" and "Track".
If you select "Track", you can then "Track Posts" or "Track Page Visits".
If you select "Track Page Visits", it lists the activity of that user.
Every time the shoutbox refresh, it add the entry "View shouts" for every single refresh, and that fills this "log" quickly...
Hard to explain what I mean, I know... English is not my native language...
Comment #3
disterics commentedI was not referring to the language being confusing. I was asking for an explanation of how to reproduce. For example now I know that I need to enable the tracker module to reproduce your problem.
I enabled tracker and i am still unable to reproduce it. Can you provide more help? Is there maybe another module that is doing this?
Comment #4
softtouch commentedNo other "tracking" module installed.
Here is a screenshot: http://www.ssdnet.biz/tracking.jpg
It add that entries in the refresh interval, if I set 20 seconds, I get 3 entries/minute.
Comment #5
stella commentedTo reproduce you need to enable the "tracker" module along with the "statistics" module. You also need to enable the "Enable access log" option on admin/reports/settings - none of this was clear in the original report.
When you do this, then a lot of messages like the following get added to the log - one for every page refresh:
I'm not sure that there is a way to prevent this from happening (other than turning off auto-refresh) - perhaps a (optional) "refresh" button would be an acceptable solution?
Cheers,
Stella
Comment #6
AppleBag commentedI have made a modification to prevent this from happening. It can be seen here: http://drupal.org/node/374688
Comment #7
burmistrow commentedFor D6 need to cutout this messages from log too.
Comment #8
geerlingguy commentedMarking as a duplicate of #374688: Shoutbox refresh keeping users logged in, filling tracker log. Basically, the only way to prevent the log from filling is to write a shoutbox.php file somewhere that bypasses core's tracker/statistics modules.