i just updated to drupal 6 yesterday, and went to configure the custom pagers node. i created a simple view - looking for all node of type "Photoblog", sorted by post date in descending order. there's ~40 of them, so i set the view "Items to display" to infinite.
however, when i browse to the page, the custom pager only shows page 1-10. why?
also, i created a custom template file to display "first" and "last" links, using the code straight from http://drupal.org/node/387786, but it just ignores it - drupal never picks up the custom code. why????!!!

Comments

zmetzner’s picture

I've actually noticed the same issue. I created a view of nodes (where the view returns more than 10 nodes) but the custom pager only shows 1-10. I wasn't sure if it was because of the upgrade or because this is the first time I have more than 10 nodes.

d.sibaud’s picture

same issue concearning the custom-pager.tpl.php

zmetzner’s picture

I am not much of a programmer, but I think it may have to do with Views. Perhaps something in Views changed in how it returns the view to the custom pager?

gabriela’s picture

I have the same problem. I am using custom pager to browse through paintings which belong to different taxonomy terms and all works good except that cutom pager "sees" only 10 images. (I have set my view to unlimited number) I tried all the things different people suggested but nothing worked. I am not programmer so I hope that somebody will come up with some solution soon since I am about to launch the site :)

elly’s picture

This was happening to me, too. It's a bug in the 6x module. I had to use the 6x development snapshot module and apply the patch, explained here:

http://drupal.org/node/410568#comment-1409022

gabriela’s picture

Status: Active » Closed (duplicate)

This problem was fixed by #276984: Turn off paging for view (pager only sees 10 items). Marking as duplicate.

@Elly Thanks a lot for pointing me towards solution!

dcarr’s picture

Im having a similar problem, but mine is related to a .csv export feed. I have it attached to a view that displays 20, but everytime I download the .csv attached to that page, I get 10 entries.

I also noticed before that on my Feed view, I was able to select the number of items to download which would override the amount of nodes showing on the actual Page view.

Does anyone know if this is related to your same problem?