YoungBlood Posted September 1, 2005 Share Posted September 1, 2005 Im trying to add a banner from that Co-op advertising service. But for some reason when I add banner codes to my banner management console they dont show up. Stinky. Thanks for any info, and thanks to all the people here and osCommerce! You rock. Link to comment Share on other sites More sharing options...
jlh42581 Posted September 1, 2005 Share Posted September 1, 2005 Im trying to add a banner from that Co-op advertising service. But for some reason when I add banner codes to my banner management console they dont show up. Stinky. Thanks for any info, and thanks to all the people here and osCommerce! You rock. <{POST_SNAPBACK}> Where are you trying to put this "banner" Link to comment Share on other sites More sharing options...
YoungBlood Posted September 1, 2005 Author Share Posted September 1, 2005 Well, to be quite honest I havnt succesfuly seen where banners are added with the add/manage banner tool. I am looking to add it to my index page/home page. Thank you. Link to comment Share on other sites More sharing options...
jlh42581 Posted September 1, 2005 Share Posted September 1, 2005 As the site banner... where the osCommerce default banner is? Link to comment Share on other sites More sharing options...
YoungBlood Posted September 1, 2005 Author Share Posted September 1, 2005 No, I have added a logo there. Im trying to get my banner tool to work, but I think I may have accidentaly changed something somewhere else, which might be what is causing this to happen. Does the banner tool only add banners to the top left? Thanks again Link to comment Share on other sites More sharing options...
jlh42581 Posted September 1, 2005 Share Posted September 1, 2005 <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'your_image_name.jpg', 'alt_text') . '</a>'; ?></td> Line # 57 of our store is where the line above is located in catalog/includes/header.php replace your_image with the filename and upload the image to the images folder catalog/images Make sure your image permissions are set chmod 755 your_image_name.jpg ------------------------------------------- We add our banners directly to the code for the page that we want it in! Link to comment Share on other sites More sharing options...
YoungBlood Posted September 1, 2005 Author Share Posted September 1, 2005 What about the bottom logo/banner? I deleted the default osCommerce. Does anyone use the built in banner tool? If so, where do those banners show up? THanks Link to comment Share on other sites More sharing options...
YoungBlood Posted September 2, 2005 Author Share Posted September 2, 2005 Ok, maybe im asking the wrong question. How can I restore the code for the banner tool that is located in the Admin Console>Tools>Banner Manager. Danka. Link to comment Share on other sites More sharing options...
YoungBlood Posted September 3, 2005 Author Share Posted September 3, 2005 Nobody knows huh? Link to comment Share on other sites More sharing options...
Guest Posted September 3, 2005 Share Posted September 3, 2005 hi Chris, you could d/l the oscommerce core tree and restore the banner_manager.php file. The default oscommerce banner belongs to 468x50 group and appears at the bottom of each of the store's pages. The file that prints it on the catalog side is includes\footer.php In there you will see the code compares for 468x50 Its hard-coded group. Link to comment Share on other sites More sharing options...
YoungBlood Posted September 6, 2005 Author Share Posted September 6, 2005 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.