Page 18 of 86 FirstFirst ... 816171819202868 ... LastLast
Results 171 to 180 of 858
  1. #171
    Join Date
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default Re: User tracking mod

    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

  2. #172
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: User tracking mod

    Quote Originally Posted by m8trixdg View Post
    Hi 2 questions.
    First: Has anyone ever used the Admin Control Mod with the User Tracking Mod?

    When I enable aadmin access for an Admin User_Tracking_Control Edit Page has no name under Admin Control so when I check it off it does not stay checked.
    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.

    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?
    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:

    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(); } ?>
    And in admin see Configuration > User Tracking Config to ensure settings are to your liking.

  3. #173
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: User tracking mod

    Quote Originally Posted by JeffD View Post
    If in doubt here, revert to a previous version and see for yourself.

    As far as product pages and names, the version of the code that I started with was probably not the latest version Pinghead uploaded but rather one about a year old so if these were features added in the last year this version would need to be merged with any newer version to gain these benefits as this version has never displayed this info. If you want to send me a version with that support as soon as I have time I will see about merging the two.
    Yes I reverted back to pinghead's latest version (released 08-31-06) which is available via the downloads area.

    Woody

  4. #174
    Join Date
    Nov 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: User tracking mod




    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.

  5. #175
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: User tracking mod

    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


  6. #176
    Join Date
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default Re: User tracking mod

    You didn't by chance forget this step from the readme did you?

    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(); } ?>
    Or perhaps you modified the wrong footer file(s)...

    That's about the only thing I can think of that would keep the logging from occuring. Let me know?

    Jeff

  7. #177
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: User tracking mod

    I bet that's it! THANKS


  8. #178
    Join Date
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default Re: User tracking mod

    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

  9. #179
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: User tracking mod

    Quote Originally Posted by JeffD View Post
    There is an updated version of User Tracking found here:


    user_tracking.zip
    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.

    Author: PingHead
    Version: 20060805
    Zen Cart Version: v1.3.0
    Update added on 08/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).

    Thanks for the update.

    Woody

  10. #180
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: User tracking mod

    Quote Originally Posted by JeffD View Post
    There is an updated version of User Tracking found here:


    user_tracking.zip
    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

 

 
Page 18 of 86 FirstFirst ... 816171819202868 ... LastLast

Similar Threads

  1. User Tracking Mod only shows the Admin Session
    By Griff1324 in forum General Questions
    Replies: 6
    Last Post: 29 May 2008, 10:56 PM
  2. User Tracking Mod issue: repeated Logins: Admin: View Sessions
    By dharma in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 20 Feb 2008, 04:48 AM
  3. Search log mod vs. user tracking
    By ashton0603 in forum General Questions
    Replies: 4
    Last Post: 30 Jan 2008, 08:43 AM
  4. Google Analytics vs User Tracking mod
    By miles in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2007, 10:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR