list of attachments: wp_get_attachment_link works, wp_get_attachment_image does not

Replace the line

echo wp_get_attachment_image($attachment->ID, 'thumbnail',false);

with

echo $attachments['post_content'];