| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Easy dynamic thumbnail generation | ||||
|
|
Thread Tools | Search this Thread |
#121
|
|||||||
|
|||||||
Re: Easy dynamic thumbnail generation
Not sure why this is happening but I found my /modules/Detailed_Product_Images/product_images.tpl wasn't having any effect at all. I disabled it and everything kept on working. Then I copied the files given on this thread into my /modules/Detailed_Product_Images/popup_image.tpl .......and it works!!?
__________________
X-Cart Gold v 4.3.2 X-AOM, Marketing Manager, On Sale |
|||||||
#122
|
|||||||||
|
|||||||||
Re: Easy dynamic thumbnail generation
thanks for sharing!
__________________
connie x-cart4.0.14 x-affilate |
|||||||||
#123
|
|||||||||
|
|||||||||
Re: Easy dynamic thumbnail generation
Getting the following error message:
[img]images/cache/38be615b1e97c9573c1d3c8a756970f9.gif[/img] [img]images/cache/431f777e53ca640f904abbbaaa4e5277.gif[/img] which are showing up as links, that work, but no thumbnails. Here is product_images.tpl: Code:
any help would be greatly appreciated. Also this is for branch 4.1
__________________
4.4 Code:
|
|||||||||
#124
|
|||||||||
|
|||||||||
Re: Easy dynamic thumbnail generation
Anyone ????
__________________
4.4 Code:
|
|||||||||
#125
|
|||||||
|
|||||||
Re: Easy dynamic thumbnail generation
You need to be very careful when copying older code from teh forums. When the forum switched from PHPBB to Vbulletin, all <img tags were corrupted and display [img] instead. Check the source and replace any [img] tags with actual <img src="
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#126
|
|||||||||
|
|||||||||
Re: Easy dynamic thumbnail generation
Thanks Balinor. The only [img] I have in my code is in function.thumb, which is as follows:
### RЭckgabe-Strings erstellen if (empty($params['html'])) $_RETURN['img'] = '[img]'.$_DST['file'].'[/img]'; else $_RETURN['img'] = '[img]'.$_DST['file'].'[/img]'; What would I replace it with? -ds
__________________
4.4 Code:
|
|||||||||
#127
|
|||||||
|
|||||||
Re: Easy dynamic thumbnail generation
Right, that is incorrect. Try this:
### RЭckgabe-Strings erstellen if (empty($params['html'])) $_RETURN['img'] = '<img src="'.$_DST['file'].'" '.$params['html'].' '.$_DST['string'].' alt="" title="" />'; else $_RETURN['img'] = '<img src="'.$_DST['file'].'" '.$params['html'].' '.$_DST['string'].' />';
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#128
|
|||||||||
|
|||||||||
Re: Easy dynamic thumbnail generation
Thanks Balinor. Worked like a charm. Someone might want to edit that original file, as I banged my head against the wall for about 2 days on this one (formidable opponent).
__________________
4.4 Code:
|
|||||||||
#129
|
|||||||
|
|||||||
Re: Easy dynamic thumbnail generation
Hello, I am using this mod and it works great! Thank you. Having one issue. During HTML catalog generation it is changing all the img src on the thumbs from http: to https: anyone know a solution?
Thanks, John xcart 4.1.10
__________________
John |
|||||||
#130
|
|||||||||
|
|||||||||
Re: Easy dynamic thumbnail generation
Got this worked with 4.1.9 underneath (within the tabbed menu.)
After followed the post #70, I managed to get the thumbnails show up next to the default detail image, but NO hovering effect. Any idea how can I get this to work properly?
__________________
_____________ Capture Your Mini-Me Look! - X-CART Gold (Current Version) V4.6 - Reboot - CDSEO |
|||||||||
|
|||
X-Cart forums © 2001-2020
|