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 | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-07-2008 01:11 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-07-2008 12:02 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-06-2008 09:00 AM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-05-2008 02:10 PM |
| Cool Flash Carousel Menu | michael_s | New osCommerce Contributions | 0 | 08-03-2008 02:10 PM |