Closed (duplicate)
Project:
Custom Pagers
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2009 at 01:46 UTC
Updated:
18 May 2010 at 19:47 UTC
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
Comment #1
zmetzner commentedI'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.
Comment #2
d.sibaud commentedsame issue concearning the custom-pager.tpl.php
Comment #3
zmetzner commentedI 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?
Comment #4
gabriela commentedI 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 :)
Comment #5
elly commentedThis 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
Comment #6
gabriela commentedThis 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!
Comment #7
dcarr commentedIm 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?