Page 21 of 86 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 858
  1. #201
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by Woodymon View Post
    Discovered 40 characters are allowed per line before a break tag is inserted.

    In /admin/user_tracking.php
    On line appx line 371

    Change the 40 to 50 or whatever number of characters you prefer ...

    Code:
    <td class="dataTableContent" width=100% align="left"><a href="<?php echo $pu['value']; ?>" target="_new"><?php echo chunk_split($pu['value'],40,"<br>"); ?></a></td>
    But I then tried removing the break:

    Code:
    <td class="dataTableContent" width=100% align="left"><a href="<?php echo $pu['value']; ?>" target="_new"><?php echo $pu['value']; ?></a></td>
    Removing the hard break allows each log entry to display on one line. I do like this better.

    But if your URL's are very long (e.g. if you have many levels of product subcategories, or if you are tracking admin logins w/ session id's, or are using SEO URL's) then you will likely often see a horizontal scrollbar at the bottom of your browser window, if you make this change. Your choice.

    -Woody
    Jeff,

    I have the original code (with 40) in this spot, but I still get a scrollbar on pages with very long URLs. The amount of scrolling varies from page to page depending on the URLs involved. I have 1.3.6.2 installed.

    Any suggestions on how to keep a non-scrolling display?

    Thanks,

  2. #202
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: User tracking mod

    Just tried this mod again after a fresh install of 1.3.7, it worked for awhile, now I have having the same issue as before:

    each time I try to view some function in admin>user tracking I get kicked out to admin login screen, and loops me back to this page, after I login.

    Has has anyone fixed this issue, I am about to give up on this...

  3. #203
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: User tracking mod

    Some people seem to find this happens every time they try to access UT, some find it happens occasionally, and some never have it happen at all. Usually once you've been logged out once, you can then log back in and use the UT mod fine - until the next time you login.

    I've noticed it once or twice just after the UT mod came out, but not since.

    Earlier in this thread Inksale mentioned that he'd also seen it happen with other mods that use the Tools menu, so suspected it may not be confined to UT.

    I vaguely remember this being discussed in the old(er) UT thread - which will now be in the archives section - perhaps there's a workaround or reason there.

  4. #204
    Join Date
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default Re: User tracking mod

    dharma:

    Though I have never witnessed this behavior personally I have heard a few folks say this has happened to them with other admin contributions. As Pixxi says I doubt this has anything to do specifically with the UT mod, but more likely something to do with session configuration or contributions that somehow affect the admin sessions causing the admin session to expire to quickly.

    I can only suggest examining the configuration for configuration -> mystore -> Admin Session Time Out in Seconds and search the forums for "admin session timeout" where you will find much information.

    Are you using any contribs such as admin profiles? If so you might check that thread to see if there are answers there...

    Hope this helps!

    Jeff

  5. #205
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: User tracking mod

    dharma!
    What version of UT you use? user_tracking_20060805 or user_tracking_for_zen 1.3.6.2?

  6. #206
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: User tracking mod

    Thank you all for your responses....

    I was running Version: user_tracking_for_zen 1.3.6 Zen Cart v1.2 Release on ZC 1.3.7

    I have searched the forums in the last few weeks, and have seen a few others with a similar issue (awhile back), but no resolution.

    I have had UT running successfully with no issues for 2 months, on a test site, but my main site (with a different host), has been nothing but trouble (i have tried many fresh installs). A bit disheartened today, I rebuilt my site, without UT, as I don't have any more time to trouble shoot. It is a great Mod and perhaps I will re-install it one day, but for right now I have to start with less and build up when I have more time.

    Again, thank you all very much for responses and concern.

  7. #207
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default Re: User tracking mod

    I've noticed another bizarre behavior: When a "guest" has items in his shopping cart - all the other prior "guests" have the same items in their shopping carts too.

    This is 1.3.7 UT on 1.3.7 zc.

    Any suggestions?

  8. #208
    Join Date
    Oct 2005
    Location
    Romania
    Posts
    16
    Plugin Contributions
    0

    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


    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
    It seems that you have some unknow virus "installed" in this mod.
    F-Secure Antivirus says so ...

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

    Default Re: User tracking mod

    JeffD-

    Your site at isegames.com appears down right now. So the more recent user tracking version listed above is not available.

    Your earlier UT v.1.3.6.1 released on 11-30-06 is available in the Zen Cart downloads area but not the more recent UT v.1.3.6.2 released 12-04-06.

    Is there any reason we should know why it has not been uploaded? That is, are people reporting issues with the more recent version or is it something else? Thanks for any info.

    Woody

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

    Default Re: User tracking mod

    Quote Originally Posted by chain_man View Post
    When a "guest" has items in his shopping cart - all the other prior "guests" have the same items in their shopping carts too.

    This is 1.3.7 UT on 1.3.7 zc.
    Doug-

    1. Is this issue still happening to you?

    2. Where did you obtain UT version 1.3.7 ?

    Woody

 

 
Page 21 of 86 FirstFirst ... 1119202122233171 ... 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