Thanks for the thumbnail link. Looks great, I just can't run it under Ubuntu
I'm running HFS through wine and it works fine but that program won't launch.
Could you direct me to your template... or is it the code posted above. TO be completely honest if it is I'm confused about placement. I took your code and implemented it into my template fairly easily.
Taking:
{.switch|%item-ext%|,|jpg,gif,png,ico,bmp
|<table><img class="border_b" src="%item-url%" width="80" height="80" border="2"><a href="%item-url%" target="_blank"></a>
|.}
And making it
[file]
<tr><td>%new% %protected%
<a href="%item-url%" target="_blank"><img class="border_b" src="%item-url%" width="80" height="80" border="2"></a>%comment%<td align=right>%item-size%<td align=right>%item-modified%<td align=right>%item-dl-count%
Which works perfectly and looks great.
I with I could run that thumbnail app and also implement the file viewer/link code of yours that I'm confused on what it is and how to add it.