This is odd -

I have a custom pager i've created to show up in all nodes of type 'foto' - and it uses a view that i've created that simply lists all the nodes on the site of type foto. very basic. i call the custom pager manually in a node template.

For some reason, the pager doesn't show up anymore after I've paged through a certain number of nodes. At first I thought this was because I'd limited one of the view styles to show only 18 nodes on the page view, but, I created a totally different view that shows unlimited nodes, just for the pager to use.

It's not a matter of how I'm printing the pager in the template, because, when I dump the node object to the template, the pager is not there at ALL.

Here's the page that shows all the foto nodes:
http://dev.elly.org/foto/

Here's a node in the view with the pager:
http://dev.elly.org/foto/2009/if-i-tremble

And the very next node, no pager:
http://dev.elly.org/foto/2009/moon-venus-18th-st

Any ideas what could be going on here, or how I can debug?

Comments

elly’s picture

Update: I added another pager to my site with a view, and ran into the same problem. It appears that both pagers stop showing up after they've paged through 10 nodes, regardless of the limit set in the view. Help?

elly’s picture

Ping!

henrrrik’s picture

I have the same problem.

henrrrik’s picture

Status: Active » Closed (duplicate)

Ok, it turns out this was fixed in 6.x-dev: #276984: Turn off paging for view (pager only sees 10 items)

However, 6.x-dev is also broken because of another problem and currently requires a patch: #370258: error in the code... this module doesn't work