Active
Project:
Custom Pagers
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 14:59 UTC
Updated:
15 Jun 2011 at 20:21 UTC
How would you create a view that creates a pager for photo nodes that does the following:
Selects nids based on node author
Selects nids based on node reference property on the photo node, so prev/next stays within the album?
I am having trouble setting this up.
Comments
Comment #1
kevinquillen commentedAlright, I have a CCK node reference argument that I am supplying simple php code to. The view is now showing the correct results in the preview. For a particular album, it has 3 photos, adn the node id's are output in the view preview. However, the pager is not displaying at all.
If I remove the argument, it shows a pager, but pages through all photos in the site.
Why won't the pager show?