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

kevinquillen’s picture

Alright, 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?