Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner Manager


Guest

Recommended Posts

I added a banner using the banner manager, but the banner isn't appearing.

 

Is there an additional step that I'm missing?

Link to comment
Share on other sites

I added a banner using the banner manager, but the banner isn't appearing.

 

Is there an additional step that I'm missing?

one thing i noticed the other day, which may or may not have anything to do with your problem...

 

my computer in one room showed all my images fine.

the computer in a different room, on the same network was

not showing the banners, logos, or my links images.

 

investingating this i discovered that one computer's firewall settings

(norton firewall) saw the folder named /banners/ from my site and blocked it.

after setting it to allow /banners/ folder from that site it would now show the images inside that folder. all my _logo.gif's, _banner.gif's, etc.

Link to comment
Share on other sites

one thing i noticed the other day, which may or may not have anything to do with your problem...

 

my computer in one room showed all my images fine.

the computer in a different room, on the same network was

not showing the banners, logos, or my links images.

 

investingating this i discovered that one computer's firewall settings

(norton firewall) saw the folder named /banners/ from my site and blocked it.

after setting it to allow /banners/ folder from that site it would now show the images inside that folder. all my _logo.gif's, _banner.gif's, etc.

 

Thanks for the idea, but that isn't it.

Link to comment
Share on other sites

You also want to link to it. Change the part of header.php that goes

 

    
<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'OsCommerce') . '</a>'; ?>

 

to your banner's filename. The 'OsCommerce' is the alt-tag of the banner.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...