Hi guys,

Lets say I have a views which displays nodes on full view with a full pager. Then on my front page I have a thumbnail display of nodes too. Whenever I click one of the nodes from the front page, I want it to redirect to the views with full node display plus jump to which page the clicked node is.

If I have 5 nodes displayed in full node views with the following nid order: 5 2 1 3 4
If I click node with the nid 1 from the front page, I want it to redirect to page 3 which is nid 1 of the full nodes view.

Comments

nevets’s picture

It sounds like you may want to look at the node queue module. Coupled with views, it can list a node in a particular queue by position. If you generate the thumbnails with another view it should be fairly straight foward to set up.

Anonymous’s picture

Yes but isn't nodequeue's nodes specified by the admin prior before displaying?
I want views since I'm passing extra arguments so the list of nodes is not known and changes depending on the arguments passed.

nevets’s picture

Correct about node queue