Guest Posted February 6, 2005 Posted February 6, 2005 Hi, I have managed to remove all corner images in osc from the instructions found at: FORUM PAGE but one corner still remains. The one that is still there is to the left of the CATEGORIES heading. I deleted the actual image file but of course now that leaves a little blank box. The store is at MY PAGE Thanks very much! -Ryan
Jack_mcs Posted February 6, 2005 Posted February 6, 2005 If you are asking how to make the round corner into a square corner (or vice versa), then all you need to do is change the following code in each of the files in includes/boxes new infoBoxHeading($info_box_contents, true, false to new infoBoxHeading($info_box_contents, false, false There's no need to delete the images. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
AfterDark Posted February 6, 2005 Posted February 6, 2005 If you want to delete them all together go to includes/classes/boxes.php Take the damn things right out of the box constructer for the infoboxes. Make sure you leave in the arrow right stuff tho - needed in some boxes to get other places.... Backup your files first too.
Guest Posted March 11, 2005 Posted March 11, 2005 If you are asking how to make the round corner into a square corner (or vice versa), then all you need to do is change the following code in each of the files in includes/boxesnew infoBoxHeading($info_box_contents, true, false to new infoBoxHeading($info_box_contents, false, false There's no need to delete the images. Jack <{POST_SNAPBACK}> I have searched but can't find this. Any idea what line this code is on?
Jack_mcs Posted March 12, 2005 Posted March 12, 2005 It's on line 128 in my file. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.