I'm using the Node Queue module to grab the 5 latest articles submitted to our site. SO here's the question - is it possible to provide a thumbnail image to go along with the article teaser that is being displayed in the front-page block? Does Node Queue work with another module to do this? Is it a built-in feature of the Node Queue module? Or perhaps I'm completely off base, and I'm looking for a different module to accomplish this task. A last resort is to make a custom block of php that does what I want, but that kind of defeats the purpose of a CMS. Any information would be appreciated...thanks!
Comments
Comment #1
merlinofchaos commentedNodequeue is really just about organizing nodes, and has little to do with the presentation of the node. In order to do accomplish what you want, there are several choices, including inline.module, the image_attach.module in image.module, the IMCE module, img_assist module...and possibly others. Attaching images to nodes is an interesting issue in Drupal and currently still a bit of a pain as there's still no straightforward this handles it way of doing it.
Comment #2
jweedman commentedthanks for the reply. Yeah...I've since learned the joys of adding images. If you have any good news before i do, let me know! Thanks again for responding.