osCmax v2.5 User Manual
Results 1 to 4 of 4

remove request since counter

This is a discussion on remove request since counter within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; Could someone please tell me how to remove the request since counter ant tne bottom of page in MS2-MAX 1.5. ...

      
  1. #1
    New Member
    Join Date
    Jan 2004
    Posts
    6
    Rep Power
    0


    Default remove request since counter

    Could someone please tell me how to remove the request since counter ant tne bottom of page in MS2-MAX 1.5. I have tried in includes/footer.php but nothing changed.

    Thanks in advance

    Ray

  2. #2
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default

    /catalog/templates/main_page.tpl.php
    on or around line 79-84 you will find this code:
    <?php require(DIR_WS_INCLUDES . 'counter.php'); ?>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr class="footer">
    <td class="footer">  <?php echo strftime(DATE_FORMAT_LONG); ?>  </td>
    <td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>
    </tr>



    Change it to this, cut and paste from here if you like and its an unmodified shop already otherwise go through it.

    <?php //require(DIR_WS_INCLUDES . 'counter.php'); ?>
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr class="footer">
    <td class="footer">  <?php echo strftime(DATE_FORMAT_LONG); ?>  </td>
    <td align="right" class="footer">  <?php //echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>
    </tr>

  3. #3
    New Member
    Join Date
    Jan 2004
    Posts
    6
    Rep Power
    0


    Default

    Clifton,
    Thanks for info. I also removed the 'request since' in /catalog/includes/languages/english.php to get rid of the words request since that was left on the page.

    Again thanks

    Ray

  4. #4
    New Member
    Join Date
    Jul 2004
    Posts
    8
    Rep Power
    0


    Default

    why not just remove the whole section? that way the date table take up 100% od the width leaving the right hand section empty...

Similar Threads

  1. Removing Request To View Page Counter
    By torweb in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 05-16-2006, 08:58 PM
  2. Copyright and hits counter not showing on index page
    By coastersteve in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 06-21-2005, 07:12 AM
  3. [Feature Request] MS2-MAX v1.xx
    By michael_s in forum osCmax v1.7 Discussion
    Replies: 106
    Last Post: 05-28-2005, 12:27 PM
  4. Change language in counter
    By Lord in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 05-04-2004, 06:48 AM
  5. Reset counter and product accesses into database
    By ZeroCool in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-04-2003, 12:23 PM

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
  •