Hi.
What i want to do is to show in my frontpage a "miniteaser" of the nodes.
A miniteaser meaning a scaled down image (50px x 50px) of the node image, the node title, and the node "summary"
The node summary is made by inserting a field in the story type node named "summary" using CCK. So, when someone create an article, he must fill the 'summary' field also (which is 100 long char ).
Next, i want to show on my front page, 5 miniteasers of a category.
I have a frontpage view and in in "head" section of the view i 'called' the view that handles those 5 nodes named 'category_x'.
Now, on 'category_x' view on 'fields' section i have the following fields selected "Image: Display Image" , "Node: Title" , "Text: summary".
On my frontpage now i have 5 miniteasers. Something like this:
title: Article title bla bla bla
summary: Summary of the article. The output of the field made with CCK in the 'story' node type.
image: do not show
So, this is my problem. The image does not show and i can't figure out what is the problem.
To make some light, this is what i want to do: look on http://news.bbc.co.uk/ and see under the main article, are those 2 articles with a little image, the article title and a summary of the article.
All is done properly, but the problem is that the image does not appear.