View Single Post
  #123  
Old 02-19-2008, 06:00 PM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default 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:
{if {$images[image].image_path neq ""} <tr> <td> <a href="#" onmouseover="document.main_image.src=Image{$images[image].imageid}.src;">{thumb file=`$images[image].image_path` longside="100" link="false" html="alt='`$product.product`' border='0'"}</a> </td> </tr> {/if} {/section} </table> </td> <td> <img src="{$images[0].image_path}" name="main_image" alt="{$product.product}" /> </td> </tr> </table> {/capture} {include file="dialog.tpl" content=$smarty.capture.dialog extra='width="100%"'} {/if}

any help would be greatly appreciated.

Also this is for branch 4.1
__________________
4.4
Code:
Hello World
Reply With Quote