digi Posted July 24, 2003 Posted July 24, 2003 Hello Does anyone know how to disable the bottom bar (the one that shows the date, and counter) also, how do I make the gray bar taller in where it says "Categories" "Manufacturers" etc. I am looking eveywhere for it but no luck. please help digi *Outlined in chalk everone looks the same* Currently useing OSC 2.2 MS1 running on Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b
mrcold213 Posted July 24, 2003 Posted July 24, 2003 it's in footer.php pretty easy to spot and refer to wiki documentation for stylesheet changes
Rumble Posted July 24, 2003 Posted July 24, 2003 Hi digi! Open up catalog/includes/footer.php and find the follwing code <table border="0" width="100%" cellspacing="0" cellpadding="1"> <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> </table> Remove or comment this out to get rid of the bottom bar. For the info box heading eg Categories, Manufacturers etc open catalog/includes/classes/boxes.php find $info_box_contents[] = array(array('params' => 'height="14" class="infoBoxHeading"', 'text' => $left_corner), array('params' => 'width="100%" height="14" class="infoBoxHeading"', 'text' => $contents[0]['text']), array('params' => 'height="14" class="infoBoxHeading" nowrap', 'text' => $right_corner)); 14 is the height in pixels of the infobox heading row. Reddy to Rumble Thank you osCommerce and all who Contribute to her!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.