By koshea on
Hello,
I am trying to add next/back buttons for a set of nodes on my site. To do this I created a view that displayed one node per page, as detailed here: http://drupal.org/node/58410. However, this handbook entry is missing one important detail: how can I now link to a particular node in this view? Somehow I would need to determine which page it is on. Anyone know how this can be done?
Thanks,
kevin
Comments
Hm...an update, I'm getting
Hm...an update, I'm getting close. I created this function:
and it is working and returning the correct page. Now my only problem is that once this function has been called the pager will not display on the actual view, they must be sharing some resource...
OK, so I changed my code a
OK, so I changed my code a bit now to use a bit of a lower level method of getting the items, not sure if this is the best solution but it works so I thought I would share it with anyone else who is interested: