I have a view set up for a page. This uses books. Each book has a custom field called field_coverimage. When we make a new book we put in a cover image.

arguements- book:depth
fields: content: cover image - (field_coverimage), node: title
sort criteria - node:title asc
filters - node: type = artists

http://handmadecatskills.com/clubbo/artists (testing page)

Looks fine on the Mac, no images on the PC - chrome, FFox, or IE7

any ideas where I should be troubleshooting this?

thank you in advance for your help.

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » ImageField
Version: 6.x-2.3 » 6.x-3.x-dev
Component: node data » Code

Looks like this is an imagefield thing, and it's responsible for its output. So I don't even have a frame of reference to help. Sending to Imagefield.

Emyr42’s picture

Project: ImageField » Views (for Drupal 7)
Version: 6.x-3.x-dev » 6.x-2.3
Component: Code » node data

Selecting the body of that page (from the "clubbo artists" heading, down including the list below it) and choosing "view selection source", I see no image tags.

Also, By "Mac" do you mean Safari on Mac, FF on Mac, Opera on Mac...?

Can you post a screenshot of what you think should be appearing please.

edit: I think posting at the same time as the person above me has messed with the categorisation, I didn't mean to change them! someone please change it again...

Emyr42’s picture

Project: Views (for Drupal 7) » ImageField
Version: 6.x-2.3 » 6.x-3.x-dev
Component: node data » Code
nevets’s picture

My guess is you have not granted people who are not logged in (or maybe not the admin) the right to view images. Check permissions for image field, image cache (if using) and individual field permissions (if using field permissions).

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of response from author.