Hi Jeremy
After some time working on non web projects, now I'm back to SuperSizer testing crew :D
So, I am near to finish a portal section of a travel site, based on CGBlog, FEU and of course SuperSizer.
I've downloaded the latest version from Forge, and read throughout this thread.
All I can say - awesome!! The crop and overwrite features are incredible, thank you very much for that.
Now, testing on localhost, I came across with some issues. The part of CGBlog detail template is like this:
{if isset($entry->fields)}
{foreach from=$entry->fields item='field'}
{if $field->type == 'file'}
{assign var=Photo value=$field->value}
{assign var=Location value=$entry->file_location}
{assign var=Item value=$entry->id}
{supersizer path="$Location/$Photo" height="450" URL=true Assign="MainPic" Protect=false overwrite=true cacheBuster=true Subdir="$Item"}
{supersizer path="$Location/$Photo" height="70" width="70" tagWidth="70" tagHeight="70" crop=true URL=true Assign="MinnyPic" Quality="100" Subdir="$Item"}
title|escape}">title|escape}" />
{else}
{$field->name}: {eval var=$field->value}
{/if}
{/foreach}
{/if}
1. I tried to put tagWidth and tagHeight for my thumbnails, but nothing in source tag. Am I missing something here?
2. Overwrite feature is great, but as I can see the passthrough is alway on (Subdir not working) so I just don't like the name of the path of my MainPic which is actually source of the CGblog uploaded image. The path is /uploads/cgblog/id#/image-name , if I could just change the name of default uploads folder of CGBlog.. dont know how.
3. Your latest version from the post above doesn't work on my setup with above template. CGBlog details page shows source files and thumbnails all on a page, instead of showing just thumbnails and full images with lightbox. (latest version from Forge works)
Thanks again
Darko