This is a discussion on 'On the Fly' Auto Thumbnailer using GD Library within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; great contib but manufacturer images are not processed from tep_image function, i foudn simple fix for this problem. includes/boxex/manufacturer_info.php find:(about ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| great contib but manufacturer images are not processed from tep_image function, i foudn simple fix for this problem. includes/boxex/manufacturer_info.php find:(about line 28) if (tep_not_null($manufacturer['manufacturers_image'])) $manufacturer_info_string .= '' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name']) . ''; replace with:(i assigned default size for manufactuer image from here . someone can implement for admin control) if (tep_not_null($manufacturer['manufacturers_image'])) $manufacturer_info_string .= '' . tep_image(DIR_WS_IMAGES . $manufacturer['manufacturers_image'], $manufacturer['manufacturers_name'], 100,100) . ''; More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 08-17-2007 10:25 AM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 07-25-2007 10:24 PM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 05-24-2007 02:24 AM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 03-23-2007 11:00 AM |
| 'On the Fly' Auto Thumbnailer using GD Library | michael_s | New osCommerce Contributions | 0 | 03-12-2007 08:12 PM |