I am trying to achieve the following and have read just about everything there is about CCK and Views but I still cant quite get this to work right.
I want to setup a blog site that will on the home page display some of the copy text and a fixed sized image plus a maximum of 4 thumbnails
When you click on the blog post the detailed page should show all the text, the fixed sized image and all the possible thumbnails (number ranges from 2 to 30)
When you click on any of the images or the thumbnails it should direct you to a html page with the full size image on it (allowing me to theme round the image)
I also need to flag the images that are NSFW so that I can display different advertising on those pages
I got as far as making multiple nodes for each of the images but I cant seem to get them to join up - I tried using Node Relativity but that does not seem to work right in Drupal 6?