nnjj.net:
On the first line:
Code:
$tt_thumbsforums = array(2);
Change 2 to the forum id. So if you want to enable thumbnails in forums 3, 7, and 12, it would look like:
Code:
$tt_thumbsforums = array(3, 7, 12);
A new version of the plugin is available. You can find the
new thread here.
ThomasR:
If the first attachment is a non-image file(ie: zip, txt, etc.), it will be skipped, and it will show the first image attachment.
This is a new feature, just added in this version.