Reza-
1. The advice Andrew provided above helped me previously when I observed User Tracking menu issues. I forgot about that tip. Should go in the UT readme file!
2. Also in the readme did you see:
3. And also if you have Admin Profiles installed you may have an issue with the User Tracking menus repeating themselves. Andrew provided a fix for this earlier in the thread which worked me. (I don;t recall but it may have been the fix Andrew provided above).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(); } ?>
In some previous UT releases User Tracking And User Tracking Config both were set up to display on the tools menu. Other versions were developed which had User Tracking Config show up under the Configuration menu.
Also DrByte previously has stated User Tracking utilizes unique install techniques, which are advanced in their own way but can be problematic in other ways.
So I suspect the UT menu config/conflict/upgrade issues many of us have observed are a culmination of the above.
Woody
Bookmarks