OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Anyone know about getting rid of the "....request since....." at the end of the page?
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Templates and Images
mandasjewelry
Okay, i have a fully working site, so now i am trying to customize it to my liking a little more (or a lot more!) and i was wondering how you remove the thing (like on my page it is: 474 requests since monday 5 may 2008). Please help me out. i will be very grateful.
Thank you laugh.gif

Many thanks,
Manda's Jewelry
(Amanda)
http://mandasjewelry.site88.net/catalog/
mandasjewelry@comcast.net
geoffreywalton
Try looking in /includes/application_bottom.php or footer.php
DunWeb
QUOTE (mandasjewelry @ Jun 10 2008, 07:44 PM) *
Okay, i have a fully working site, so now i am trying to customize it to my liking a little more (or a lot more!) and i was wondering how you remove the thing (like on my page it is: 474 requests since monday 5 may 2008). Please help me out. i will be very grateful.
Thank you laugh.gif

Many thanks,
Manda's Jewelry
(Amanda)
http://mandasjewelry.site88.net/catalog/
mandasjewelry@comcast.net


Hi Amanda,

In the catalog/includes/footer.php on or about Line 18:

This is my code that removed the 'requests'

CODE
<td align="right" class="footer">&nbsp;&nbsp;<!-- <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>-->&nbsp;&nbsp;</td>


I simply used the html comment start <!-- and comment finish --> to edit out the counter line.


Chris
mandasjewelry
QUOTE (DunWeb @ Jun 10 2008, 04:43 PM) *
Hi Amanda,

In the catalog/includes/footer.php on or about Line 18:

This is my code that removed the 'requests'

CODE
<td align="right" class="footer">&nbsp;&nbsp;<!-- <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>-->&nbsp;&nbsp;</td>


I simply used the html comment start <!-- and comment finish --> to edit out the counter line.


Chris

Thank you chris! I have finally gotten rid of that ugly thing! Who would need to know that information about requests? It's so unuseful!!! I am very grateful to have people comment within about less than an hour of the post!!!! smile.gif rolleyes.gif
Thanks!,
Amanda
http://mandasjewelry.site88.net/catalog/
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.