Thread: Counter History

Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Counter History

    The tutorial says


    The database actually contains all the days of the year, unless you delete them manually ...

    The display on the Admin Home page will be for the last 10 days ... it will roll over by itself as the site is used ...

    My question: Is there anywhere in the Admin to see beyond 10 days ago?
    _X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|_X_|

    Judah

    WORK YOUR BUSINESS LIKE IT IS ALL UP TO YOU....PRAY FOR YOUR BUSINESS LIKE IT IS ALL UP TO GOD
    QUOTE BY: UNKNOWN

  2. #2
    Join Date
    Nov 2007
    Location
    Huntington, Indiana
    Posts
    67
    Plugin Contributions
    0

    Default Re: Counter History

    To see beyond 10 days, its a simple change to the php.

    In the file admin/index.php, change this line (on/ near line 148) to limit a higher number than 10. Just change the 10 to whatever you want. Change nothing else.

    Code:
    $counter_query = "select startdate, counter, session_counter from " . TABLE_COUNTER_HISTORY . " order by startdate DESC limit 10";
      $counter = $db->Execute($counter_query);
    The box heading will automatically be accurate: "Counter history for last xx recorded days."

    Backup first; backpedal as necessary.

 

 

Similar Threads

  1. History counter repeating
    By chris21 in forum General Questions
    Replies: 3
    Last Post: 30 Jul 2011, 02:56 PM
  2. Counter History
    By valerie6128 in forum General Questions
    Replies: 4
    Last Post: 28 Jun 2011, 05:55 PM
  3. Counter History
    By aphro6677 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 3 Mar 2010, 01:49 PM
  4. counter history?!
    By procella in forum General Questions
    Replies: 2
    Last Post: 21 Nov 2008, 09:01 AM
  5. Counter History
    By windrising in forum General Questions
    Replies: 8
    Last Post: 16 Jun 2006, 10:25 PM

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