Results 1 to 10 of 858

Hybrid View

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

    Default Re: User tracking mod

    Jeff's version readme leaves out some useful info which was in pinghead's UserTracking version readme.

    Here is an excerpt from pinghead's last version which may help:

    File Modifications: 2 with Catalog-user-tracking AND Admin-user-tracking

    add the following to the end of /includes/templates/YOUR TEMPLATE/common/tpl_footer.php

    Alternative 1: tracking all users and bots.
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>

    Alternative 2: track only users with set sessions.
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && $session_started && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>

    Alternative 3: RECOMMENDED, track all users except bots/spiders, requires Configuration->Sessions->Prevent Spider Sessions->true (I don't know if this works with Zen-Cart versions older than 1.2.6d).
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag && function_exists('zen_update_user_tracking')) { 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' && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>
    BTW you may want to checkout Pinghead's version as some features in his vresion are not in JeffD's version (and vice versa)
    Last edited by Woodymon; 23 Feb 2007 at 10:43 PM.

  2. #2
    Join Date
    Sep 2006
    Location
    Leeds, UK
    Posts
    174
    Plugin Contributions
    1

    Default Re: User tracking mod

    Thanks Woody ;)

    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>

    This one was just what I needed. Where do I find the other version, and which is the best if you know?

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

    Default Re: User tracking mod

    Quote Originally Posted by NamSingh View Post
    Thanks Woody ;)

    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>

    This one was just what I needed. Where do I find the other version, and which is the best if you know?
    YMMV in what you consider best. I use JeffD's latest version (12-04-06) on Zen Cart 1.37.

    pinghead's last version released 08-31-06 is still available in ZC Downloads area (look down the list of previous versions and see author: Pinghead).

  4. #4
    Join Date
    Jan 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: User tracking mod

    I do have user tracking showing but again I have user tracking in both the config and admin areas which show nothing. Also when I go to user tracking and view details I have to log into admin tool again. This mod needs a major rework.

    Thanks for the suggestions

    OI

  5. #5
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: User tracking mod

    load the mod from the downloads page and installed it on one site and had no problem. then loaded into my live site and in the user config there is nothing.. both sites are set up the same zen 1.3.7 installed sql files the same way on both data bases, installed files in footers. help....

  6. #6
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by sirryche View Post
    load the mod from the downloads page and installed it on one site and had no problem. then loaded into my live site and in the user config there is nothing.. both sites are set up the same zen 1.3.7 installed sql files the same way on both data bases, installed files in footers. help....
    This has happened to me.
    Don't understand what could be wrong.
    Can anyone help please.

  7. #7
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by Woody619 View Post
    This has happened to me.
    Don't understand what could be wrong.
    Can anyone help please.
    Ok sorted it now used the back up from yesterday and this time installed through phpmyadmin.

 

 

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

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