Community Add-Ons

Add file to this package
Top » Other

Banner Manager v1.4
for osCommerce Online Merchant v2.2

Banner Manager v1.4

Changes of previous code to make it compatible with osCommerce 2.2MS2.

Based on Banner Manager v1.2 by Linda McGrath

Legend:  Download   Report
Expand All / Collapse All
Correct Problem with New Window Not Opening Richard Cranium 19 Mar 2008  

Full Package.

This is combination of Banner Manager 1.5b + Flash ad support.

This mod is designed to correct a problem when, after installing Banner Manager 1.5b and then Faaliyet's Flash (SWF) support modification, some banner ads on click do not pop a new window with the ad content, but rather use the current window.

This minor modification corrects that problem. Only one line of code change is required.

-------------------------------

Contrib: Banner Ads (original contrib by Priest Reynolds) with Support for Flash Ads (mod by faaliyet)

Change: Correct problem where ad not opening in new browser window


Affected file(s):

banner.php (catalog/includes/functions/)

-------------------------------

*** Installation Instructions ****


Find this line (approx. line 120):

$banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '">' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '</a>';



Replace with:

$banner_string = '<a href="' . tep_href_link(FILENAME_REDIRECT, 'action=banner&goto=' . $banner['banners_id']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $banner['banners_image'], $banner['banners_title']) . '</a>';


**** END ****

Full package file included for your convenience.

small update by faaliyet faaliyet 23 Feb 2008  
BannerManager1.5b azer 24 Jul 2006  
Banner Manager1.5 adultsm 10 Dec 2005  
Banner Manager v1.4 Priest Reynolds 24 Jan 2004