Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing default images


mrickert

Recommended Posts

Posted

I am new to this and have been searching these forums looking for my answer, but haven't found what I need.

 

How do you remove the default images from the install? I got the banner changed to what I want but I would like to remove all the other images, such as table_background_default.gif etc. Is there an easy way to do this or does each page need to be modified individualy?

 

Thanks in advance.

Posted

well--if you do not want the images at all then yes each page needs to be modified manually--which really only takes about 10 minutes or so, or you could load a clear gif over each one renamed to the name of the image you wish to no longer see and load those to the proper directory in your files

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Posted

Can you specify which part in which file just for example? I have same question and need a clue about this background gif.

well--if you do not want the images at all then yes each page needs to be modified manually--which really only takes about 10 minutes or so, or you could load a clear gif over each one renamed to the name of the image you wish to no longer see and load those to the proper directory in your files
Posted

You'll need to remove the following line from most of the files in the main catalog directory:

 

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_account.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

 

The only difference is that the image names will be different:

'table_background_account.gif'

'table_background_address_book.gif'

etc.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...