This is a discussion on Cool Flash Carousel Menu within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Great contrib and special thanks to the creator I didnt like the fact that the new thumbnail images had to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Great contrib and special thanks to the creator I didnt like the fact that the new thumbnail images had to be created knowing that oscommerce already had its own thumbs created, so I tampered with the code a bit. I have only uploaded a txt file describing how to install the code in order to achive this in the original (or any other version) of kampanya.php. The installation code is: find in kampanya.php line $new_image = $specials['products_image'].thumb_kampanya('images/'.$specials['products_image'], $width, $height,false); and replace it with $src = DIR_WS_IMAGES .$specials['products_image']; $width = SMALL_IMAGE_WIDTH; $height = SMALL_IMAGE_HEIGHT; $src=thumbimage(DIR_FS_CATALOG . '/' .$src, $width, $height, 1, 1, DIR_FS_CATALOG . '/' . DIR_WS_IMAGES . 'imgcache'); $new_image = str_replace('images/','',$src); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-07-2008 02:11 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-07-2008 01:02 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-06-2008 10:00 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-05-2008 03:10 PM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-03-2008 03:10 PM |