By robertem on
Hi folks,
I haven't used views in a bit so am probably missing something simple.
I'm trying to create a View, in both Block and Page form, of a list of articles. The content type has both thumbnail image and main image fields.
What I'm having a problem with is setting the label and link from the thumbnail in the teaser list. I set the label to none and the format to Thumbnail Image Linked to Node but it keeps reverting to Widget Label and Generic Files. I've also tried checking "link this file to its node" without success.
Can someone tell me what I'm doing incorrectly?
Thanks,
Rob
Edit: Using Views 6.x-3.0-alpha2
Comments
I'm going to assume you're
I'm going to assume you're using drupal 6 with views 2.
Be sure when you are setting up your fields in the separate displays (page and block) that you click the 'override default display' for the block fields. It could be that after you set the block fields, you go back and set the page fields, and keep overwriting the changes.
If you're good there and still have issues try creating a completely separate test view (using the clone button) for the block to ensure you get the desired results there. Depending on what you see from the test view you may find where the original view is screwing up.
Thanks for the quick reply
Thanks for the quick reply epicflux, I actually figured it out, I'm using the Views 3 Alpha, there was a required CCK update that I missed.
Thanks again,
Rob