Guest Posted September 25, 2002 Share Posted September 25, 2002 Where do i find the bit of code to remove these? Link to comment Share on other sites More sharing options...
Guest Posted September 25, 2002 Share Posted September 25, 2002 Will, The way I FINALLY got rid of the corners in the "New Products" section was to do the following: 1 ) rename the graphics in the /catalog/images/infobox directory something like old_corner_left.gif, etc. 2) Make three copies of the pixel_trans.gif grfaphic in the catalog/images folder and give them the names of the original corner graphics files. I also went through all the box files and changed the references to corners to false, but that didn't get rid of those last corners in the center section of the default page. Hope this helps. Jerry Nielsen - Rose Arbour Tearoom Link to comment Share on other sites More sharing options...
Guest Posted September 25, 2002 Share Posted September 25, 2002 Well..that would work. I ended up taking a different tract 'cause of time. I'm working on another project I will try it on. Sure would l;ike to find the code though...gotta be somewhere... Link to comment Share on other sites More sharing options...
Mark Evans Posted September 25, 2002 Share Posted September 25, 2002 Sure would l;ike to find the code though...gotta be somewhere... The code can be found in includes/classes/boxes.php you can control these also in includes/boxes/boxname.php Look for the line new infoBoxHeading($info_box_contents, true, false); and set this to new infoBoxHeading($info_box_contents, false, false); To remove the corners :) Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds) Link to comment Share on other sites More sharing options...
Guest Posted September 25, 2002 Share Posted September 25, 2002 box corners done it's the center I'm concerned about Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.