This post may help with your first question: http://www.zen-cart.com/forum/showpo...&postcount=129
You have to click the "View Session" link to see the actual session data.
Hope this helps!
Jeff
This post may help with your first question: http://www.zen-cart.com/forum/showpo...&postcount=129
You have to click the "View Session" link to see the actual session data.
Hope this helps!
Jeff
See a_berezin's post previously in this thread (a week ago or so). His three step solution workaround repairs the admin menu issues when Admin Profiles and User Tracking are both installed.
Can you provide a screenshot? Should show much more that that. Sounds like some files were not uploaded. And you are certain you patched the database and followed the part in the readme where it says:Second: When I goto User Tracking it does not list any info except how many clicks there were in that period of time. No details... What am I missing?
And in admin see Configuration > User Tracking Config to ensure settings are to your liking.Code:File Modifications: 2 add the following to the end of /includes/templates/ YOUR TEMPLATE /common/tpl_footer.php <?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?> add if you want to track admin pages viewed add the following to the end of /admin/includes/footer.php <?php if (ADMIN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
This what I get. It just lists the number of page visits, but I cant get anything else. I see all the DB entries and it seems fine.
I fixed the admin_profile issue by going into the database and adding the page to my admins profile automatically.
I just got the user mod installed yesterday and go to see who was looking this morning. On the admin home page, the hit counter showed about 400 more hits than it did last evening. But when I go into tools/user tracking, it says that there have been 0 page views in the last 24 hours. Huh? I checked the config to make sure I had it set up correctly and it looks okay. Anyone know what I might need to do?
Thanks so much
You didn't by chance forget this step from the readme did you?
Or perhaps you modified the wrong footer file(s)...Code:File Modifications: 2 add the following to the end of /includes/templates/ YOUR TEMPLATE /common/tpl_footer.php <?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?> add if you want to track admin pages viewed add the following to the end of /admin/includes/footer.php <?php if (ADMIN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
That's about the only thing I can think of that would keep the logging from occuring. Let me know?
Jeff
I bet that's it! THANKS
There is an updated version of User Tracking found here:
user_tracking.zip
This version now properly displays the product name when tracking a product page (as per Woody's report) and also now properly tracks page names on the admin side in all instances.
As these were minor changes I will probably wait until more major changes are added before uploading this version to the downloads area but you can access for now from the above link.
Please let me know if you find any issues?
Thanks,
Jeff
Jeff-
Is your latest version based on the last version of pinghead's UT release as is available in the downloads area?m His last version was released Aug. 05, 2006 with a sql patch update released on Aug 31, 2006.
The reason I'm asking is because I'm wondering if all the functionality and improvements included pinghead's last few releases are also included in your most recent version. I see a few posts back you stated your current release was based on a previous Use Tracking mod version from a year ago. (But I am not sure why).Author: PingHead
Version: 20060805
Zen Cart Version: v1.3.0
Update added on 08/31/2006
Thanks for the update.
Woody
Hi Jeff-
Just now installing your latest update for testing. When posting future UT "beta" or "micro" updates is it possible you could report which files are changed from previous version and if sql patch is required? Also including a version number in the zip archive filename, even if just appending b04 (for beta 04) would be helpful in not getting these updates mixed up. Pinghead was appending the date to his previous versions so that might be a good naming nomenclature to maintain (e.g. user_tracking_120106.zip or user_tracking_061201). Just some suggestions. ;-)
Woody
Bookmarks