This is a discussion on How do I set banner action? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I've been going in loops with this... The banners are not showing up in my site. It seems the function ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I've been going in loops with this... The banners are not showing up in my site. It seems the function in banner.php check if the action is "dynamic". How do I set this action value, or is it automatically set when I upload banners through banner manager? If yes, what could be the reason my banners aren't showing up? TIA |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| includes/footer.php Just below the copyright there is: Code: <?php
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
Code: <?php echo tep_display_banner('static', $banner); ?>
|
|
#3
| |||
| |||
| Hi Those lines are intact. I did a view source on my site, but can't see any references to banners in the html page. I also inserted an echo "hello"; just before the code where it checks if the dynamic banner exists, just to check if it would show up, but it didn't. Any ideas most welcome.... Thanx! |
|
#4
| ||||
| ||||
| There was something in another post. When "Search Engine Safe" urls are turned ON in admin/configuration, that caused the page NOT load completely. Have a look there. |
|
#5
| |||
| |||
| Thanx for url-safe setting idea, that didn't work out unfortunately. However I did get a fix out of another similar post in this forum... Once you upload banners, make sure the banner group is set to 468x50 in admin for each of your banners. I had created a new group called test, and all of mine had group set to test. I changed the banner group to 468x50 and they all show up fine! Hope this helps other newbs like me |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| banner problem | moreduff | osCMax v2 Customization/Mods | 1 | 08-17-2007 04:19 PM |
| Want to add a New Banner in my header... | rolotech | osCMax v2 Customization/Mods | 0 | 11-02-2006 05:20 AM |
| banner | jschafer52 | osCMax v2 Features Discussion | 1 | 06-03-2006 12:12 PM |
| Banner Problem? Or is it me? | ltldoc | osCommerce 2.2 Installation Help | 1 | 03-19-2006 01:03 PM |
| rotating banner | joanstead | osCMax v1.7 General Mods Discussion | 1 | 03-12-2005 06:27 AM |