Hi all,
I have a drupal site that uses taxonomy, CCK and views to provide a sortable, searchable list of nodes (of a new type created with CCK). For the sake of this question, assume the node type is for company contact records, and has things like company name, location, phone # etc.
The system has approximately 2000 of these nodes, and each node is put into one or more taxonomy categories. The terms of the categories are used to group nodes.
The system I've created provides a table view using the views module that uses the filter capabilities of the view module to allow people to select one or more terms and limit the nodes in the table to those that have the selected taxonomy terms.
The use can then click a link in the table that takes them to the details of the node (which is displayed using some custom node code).
Because of the way the system is used, users tend to browse through a list of nodes once they've filted them using the terms. To facilitate this, what I want to do is provide next/prev links on each node that will move through the user's filtered selection.