Skip to content
Snippets Groups Projects
Forked from project / prevnext
5 commits behind, 4 commits ahead of the upstream repository.
user avatar
Project-Update-bot authored
4255538d
History

PrevNext

PrevNext (Previous/Next) is a simple module that provides, for any entity type you want, two links to the previous and to the next entity, published, of the same type and the same language.

You can choose for what type of entity you want to enable these links through a simple configuration panel. Once you enabled the content types you want, in the "Manage Display" of that types you'll find two new "extra fields": one for previous and one for next link.

Moreover, for Previous/Next links, you'll find a unique twig template through which you can customize the html structure, add classes and something like this.

For a full description of the module, visit the project page.

  • To submit bug reports and feature suggestions, or track changes in the issue queue.

Table of contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

This module requires no modules outside of Drupal core.

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

  • Enable prevnext module
  • Enable/disable links on entity types on "/admin/config/user-interface/prevnext" page
  • Configure permissions on "/admin/people/permissions/module/prevnext" page
  • Go to the "Manage Display" of the entity you enabled
  • Enjoy!

Maintainers