Guest Posted December 11, 2004 Posted December 11, 2004 Hi All, I simply want to remove the number of requests at the bottom. In fact im more than happy to hide it. I think i read somewhere you had to touch the DB and run an sql query. I havent a clue how to run an sql query. Any ideas would be appreciated. Thanks all Seasonal good wishes too :D
ozcsys Posted December 11, 2004 Posted December 11, 2004 Hi All, I simply want to remove the number of requests at the bottom. In fact im more than happy to hide it. I think i read somewhere you had to touch the DB and run an sql query. I havent a clue how to run an sql query. Any ideas would be appreciated. Thanks all Seasonal good wishes too :D <{POST_SNAPBACK}> You will find the code in your includes/footer.php file <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> Just comment out or remove the unwanted code. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 13, 2004 Posted December 13, 2004 Hello Oz, Erm i tried that and it didnt work. I even removed the code, did the ftp job and uploaded it. No change. So i viewed the source code of the page and it looks all unchanged. i did edit footer.php in /includes Any other ideas? Thanks Z
Recommended Posts
Archived
This topic is now archived and is closed to further replies.