hi,
I would like to add previous and next buttons to each node of my Drupal website.
These links are supposed to point to the next node in the website content.
How can I make it ? Thanks
hi,
I would like to add previous and next buttons to each node of my Drupal website.
These links are supposed to point to the next node in the website content.
How can I make it ? Thanks
The Custom Pager module does exactly what you want. You can use a view to define which nodes are the next/previous one.
If you're using the Image module, the setup of the custom pager for images is in the documentation.
TIMTOWDI, man. Id use an option that requires no extra modules, but instead some knowledge of how Drupal database is built (plus some basic SQL):
It's slightly complex, but ultimately flexible ;)