PDA

View Full Version : Attachment Thumbnail in Recent Threads module?


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...

Brian
08-29-2007, 11:12 AM
It would require a bit more than that as you would also have to edit the modules/recentthreads.php file and alter the query there so that it will pull attachments as well.