Hello everyone, I have the pluggin installed however it is only showing up only in one thread but not the others. I have permission for guest and registered usered to allow view, downloading, and uploading of attachements but still no luck.
http://www.hiphopcars.com/forums/hip...-video-vixens/
but not at
http://www.hiphopcars.com/forums/40-...-themed-rides/
I am using the code below to select all forums however the original version gave me the same issue of a thumbnail showing up only once if at all.
"$tt_thumbsforums = array();
$tt_displaythumbs = false;
if (!in_array($forumid, $tt_thumbsforums)) {
$tt_displaythumbs = true;
$hook_query_fields .= ", attachment.thumbnail_filesize AS thumbsize , MIN(attachment.attachmentid) AS attachmentid ";
$hook_query_joins .= "LEFT JOIN " . TABLE_PREFIX . "attachment as attachment ON(attachment.postid = thread.firstpostid AND (attachment.extension = 'jpg' OR attachment.extension = 'gif' OR attachment.extension = 'png' OR attachment.extension = 'jpeg')) ";
$hook_query_where .= "GROUP BY thread.threadid ";
}"
Any suggestions are appreciated