2011-04-26, 06:21 PM
(2011-04-25, 03:48 AM)Yaldaram Wrote:(2011-04-24, 08:38 PM)Johnasc Wrote: This works really well on the image galleries on my nature photography forum... is there a way to make the resulting thumbnail a clickable link to the thread, just like the thread title?
Thanks!
Replace {$attachment_thumbnail} with the following;
<a href="{$thread['threadlink']}">{$attachment_thumbnail}</a>
Thanks Yaldaram. I inserted this code and now the thumbnail display has stopped functioning - when I revert to the original code, it still does not resume working. I haven't changed anything else so I am at a loss as to why this would happen. Do you have any idea what may be causing this?