Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Admin Activity Log Manager HTML display 50 lines instead of entire log

    I just received the note that I needed to purge the admin log history.

    The HTML format seems to only display the most recent 50 lines of the admin activity log on a new page with no option to page forward/backward/etc without using the browser back button.

    My expectation was to be able to view the entire Admin Activity log in html format prior to repeating the drill and choosing csv export for archive purposes.

    I found an older thread related to v1.5.1 that described a similar but that thread never received a response that addressed the html display of the latest 50 lines instead of the entire file.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Admin Activity Log Manager HTML display 50 lines instead of entire log

    I don't have an answer, but may I sugggest for completeness that the found thread be linked to here and vice versa? Hopefully an answer can be made/identified?!
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Admin Activity Log Manager HTML display 50 lines instead of entire log

    Quote Originally Posted by mc12345678 View Post
    I don't have an answer, but may I sugggest for completeness that the found thread be linked to here and vice versa? Hopefully an answer can be made/identified?!
    Here it is.... sounds like same issue but asked regarding v1.5.1 back in January 2014

    http://www.zen-cart.com/showthread.php?211801
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Admin Activity Log Manager HTML display 50 lines instead of entire log

    It's a bit of a kludge, but you could edit /YOUR_ADMIN/admin_activity.php to change the number of lines per page:
    Code:
    $action = (isset($_GET['action']) ? $_GET['action'] : '');
    $start = (isset($_GET['s']) ? (int)$_GET['s'] : 0);
    $perpage = (isset($_GET['p']) ? (int)$_GET['p'] : 50);
    The header comments for the file indicate the (eventual) plan to include the per-page count as a selectable item.

 

 

Similar Threads

  1. v151 Admin activity log - only shows todays log
    By kitcorsa in forum General Questions
    Replies: 1
    Last Post: 21 Jan 2014, 04:52 PM
  2. Admin activity log
    By Louis in forum Bug Reports
    Replies: 1
    Last Post: 30 Aug 2011, 06:41 PM
  3. Admin Activity log
    By pb4 in forum General Questions
    Replies: 3
    Last Post: 18 Feb 2008, 05:59 PM
  4. Admin Activity Log
    By enchanted in forum General Questions
    Replies: 4
    Last Post: 10 Aug 2007, 07:00 PM
  5. admin log activity?
    By tonibarcelona in forum General Questions
    Replies: 6
    Last Post: 3 Apr 2007, 02:07 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