caubin1 Posted January 28, 2004 Share Posted January 28, 2004 After changing the header, footer etc using the stylesheet.ccs, but now the "corner_right.gif", and corner_right_left.gif and corner_left.gif are still same same old colors, I found the .gif's tried to match color but due to limitations to .gif I like to switch them to .jpg as it will work with color.... thing is I need to change the file names where it points to.... where are they in a .php file Thanks Corey Link to comment Share on other sites More sharing options...
mtimdog Posted January 28, 2004 Share Posted January 28, 2004 includes/classes/boxes.php I believe. Link to comment Share on other sites More sharing options...
caubin1 Posted January 28, 2004 Author Share Posted January 28, 2004 Perfect, that was it. Thanks Link to comment Share on other sites More sharing options...
Guest Posted January 28, 2004 Share Posted January 28, 2004 What did you have to change. Im having the same problem. Thanks Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted January 28, 2004 Share Posted January 28, 2004 this is the section that you would have to modify... if ($left_corner == true) { ? ? ? ?$left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif'); Link to comment Share on other sites More sharing options...
Guest Posted January 28, 2004 Share Posted January 28, 2004 What Would I have to do to modify it? Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted January 28, 2004 Share Posted January 28, 2004 baby steps... ok first off, have you made the needed changes in your stylesheet (.css)?? if not, do that first. then copy your corner_left.gif corner_left_right.gif and corner_right.gif from you images directory. take the copys and change their color with an image editor (MS Paint?) and rename them to what ever silly name you might like. upload these new files to your images directory. now open your catalog/includes/classes/boxes.php file with a test editor (notepad?) find the section of code i posted and change 'infobox/corner_left.gif' to 'infobox/whatever_silly_name_you_gave_to_this_copy.gif' there are also a couple of other places in the code just below that line that you will need to change the exact same way. that's it! Link to comment Share on other sites More sharing options...
Guest Posted January 28, 2004 Share Posted January 28, 2004 Thanks Jason. I really appreciate the patience that you have shown me today. Thanks Again Rick Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.