Javier Posted January 25, 2003 Posted January 25, 2003 How do you remove the request field?? I'm talking about the field that states how many request have been placed on your site. Its to the right of the date. EXAMPLE: 30,267 requests since Sunday 19 January, 2003 If you know the answer, Pleas don't tell me that this has been posted already. I can never find answers when I search for them. Thanks. :wink: ~~~~~~~~~~~ The Matrix Has You! 8)
mugitty Posted January 25, 2003 Posted January 25, 2003 Javier; go to your catalog/includes/footer.php and find require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td valign="bottom" class="footer"> <?php echo $breadcrumb->trail(' » '); ?></td> <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> just remove the right hand cell from the table. (or change it to say whatever you might want) ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.