Hi,
I use Node Image with Drupal 6.8 to allow visitors to upload a number of photographs to a node. I then use Views to display the list of node titles all of which link back to the respective node. Some nodes have images and some do not. (It is for a classifieds advert site).
What I would like is to be able to display a small icon in the title area signifying if there is an image available with the node.
I suspect I will have to change some .tpl files and try to figure out some PHP with If's and Ors etc - Which I want to try and learn anyway so now's a good time to start.
First - Is it viable? Secondly - Can anyone point me to some useful articles or examples that I may be able to gain an understanding of the direction I need to be looking in? Am I in Theming or am I in module work?
With a few pointers I could probably work out what i need to do.
Many thanks.