View Single Post
  #60  
Old 10-09-2006, 02:34 PM
  mitash's Avatar 
mitash mitash is offline
 

X-Adept
  
Join Date: Jan 2006
Location: Australia
Posts: 450
 

Default Re: Easy dynamic thumbnail generation

Thanks heaps for your reply...

I have modifed it to....

Code:
|replace:"home/pur6105/public_html/mitash/":""

However it still looks the same....

Here is my file....

Code:
{if $images ne ""} {capture name=dialog} <table width=100%> <tr> <td> <table> {section name=image loop=$images} {if $images[image].image_path|replace:"home/pur6105/public_html/mitash/":""} <tr><td>{thumb file=`$images[image].image_path` longside="100" link="false"}</td></tr> {/if} {/section} </table> </td> <td> <img src={$images[0].image_path|replace:"home/pur6105/public_html/mitash/":""} name="main_image"/> </td> </tr> </table> {/capture} {include file="dialog.tpl" title=$lng.lbl_detailed_images content=$smarty.capture.dialog extra='width="100%"'} {/if}

http://www.purebaby.net.au/mitash/pr...cat=262&page=2

Am not sure if I missed any step...
Thanks for helping with this...
__________________
eCommerce - Strategy / Design / Development / Marketing / Maintenance

Call within Australia:
Phone: 1300 648 274 | Mobile: 0417 241 950
Call outside Australia:
+61 417 241 950 |

Email:
results@mitash.com | Skype: mitashau | Web: www.mitash.com
Reply With Quote