Rukas
08-29-2007, 12:44 AM
How would I go about including the attachment thumbnail in the recent thread module?
I tried editing the template to include:
<img class="inlineimg" src="forum/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]" title="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" alt="" />
But it displays a broken image, it doesnt know how to pull the attachment ID...
I tried editing the template to include:
<img class="inlineimg" src="forum/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]" title="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" alt="" />
But it displays a broken image, it doesnt know how to pull the attachment ID...