Here's an example of what I'm experiencing.

Let's say there're 10 galleries and each gallery has 25 images. You want to make a view with pagination.

1. There are 10 galleries, and 250 images total. You want to limit results to 50 items per page.
2. You make a view with pagination. (You choose your display field to be the cover image.)
3. The view is rendered, but it thinks there are only 10 items per page because there are only 10 nodes. It does not create extra pages. You will however see 50 images on that page.

If each gallery only has one image, the pagination works as intended because there is one image per node. Is there anyway to display only one image per gallery? This would surely remedy the problem, and to display the "Cover Image" in the view should only display one image, or the first image.

Great module and I'm excited to see this and gallery assist replace all gallery modules. It's quite powerful, good work on it!

Comments

Lawrence’s picture

Update,

Setting your filters to "Gallery Assist: Is cover True" displays the cover image of the gallery, however the gallery images still don't get counted. I don't know whether to set this to a bug report or feature request. Is there anyway to get each image even if it's not a cover image to get counted towards the view counted results?

(I can see a workaround for this with Views 3 using "OR" statements, so now I don't know if this issue should even stay open.) :) Could just be a views issue or Gallery Assist issue.