Results 1 to 10 of 858

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: User tracking mod

    That's kind of messed up. Line 1078 of admin/user_tracking.php should have
    Code:
    echo$boxes['body']->infoBox($emptybgheading, $row['body']);


    Which should appear just before a commented out </form> tag at the bottom of the code.

    The commented out code is what "used" to be displayed (for the most part) and was left there to support comparison of new and old designs.

    But, the tables should still be presented unless there is some sort of css that has been generically applied that would hide the table content. :/

    When I tested this on ZC 1.5.5 there were some differences between that display and when used in an older ZC 1.5.3, but not so much so that the content was not present.

    In "viewing" the computer code I don't see an unbalanced html comment, but would have to put the results through a validator of sorts to figure out what happened. Of course could just remove all of the html commented text as well which is expected to resolve that. But, I didn't have any major or minor differences between my running version and the fileset. :/

    See if just before the <?php and echo that follows that adding --> fixes the display.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: User tracking mod

    I've just downloaded the version from ZC, the version from github, compared it to what I have on my test systems, loaded a future date (as one had reported an issue with a future date as compared to the system time and here is what shows up on my ZC 1.5.5e system using PHP 7.1.

    Click image for larger version. 

Name:	User_Tracking_blank.jpg 
Views:	76 
Size:	32.3 KB 
ID:	17140

    In the admin file there is only one difference between the last and current version of the admin/user_tracking.php file which is an addition of {} around code that follows an if statement to improve readability.

    So, the only other thing I can imagine is that there is some sort of css on the admin that is different than the base files and because not every aspect is defined by the plugins css that possibly other things are hidden?! I can't know for sure without performing a similar comparison or review of the affected system... I would hope that something specific can be found, but I haven't been able to duplicate the described condition.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Mar 2014
    Location
    Canada
    Posts
    22
    Plugin Contributions
    0

    Default Re: User tracking mod

    Thanks for checking that.

    When you say "the only difference between the last and current version"...
    I guess for me that would be this one:
    Updated 12/08/2013 Version 1.5

    in comparison to your brand new:
    Version: 1.5.5

    I'll dig into the CSS then if you think that could be it.
    I see I'm loading on that page just these 2:
    <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">

  4. #4
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: User tracking mod

    I'm actually comparing 1.5.6 and 1.5.5 as far as versions.

    BTW, I've uploaded a version that does not have the "newly" created commenting such that only the new table type display should be presented.

    You can find it at: https://github.com/mc12345678/User_T...emove_comments

    Would appreciate some feedback on it. Also what browser are you using? I've been using firefox primarily.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

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