Оригинал модуля: https://git.drupalcode.org/project/nextpre Что добавлено по сравнению с оригинальным модулем:
- Теперь модуль генерирует контент темой "nextprev", а не програмно как раньше.
- Добавлены twig функции.
getNextPrevById ( $nid, $ntype, $name_prev = "", $name_next = "" )
- $nid - Идентификатор node
- $ntype - Тип node
- $name_prev - Имя ссылки prev
- $name_next - Имя ссылки next
getNextById ( $nid, $ntype, $name = "" )
- $nid - Идентификатор node
- $ntype - Тип node
- $name - Имя ссылки
getPrevById ( $nid, $ntype, $name = "" )
- $nid - Идентификатор node
- $ntype - Тип node
- $name - Имя ссылки
Offering NEXT PREVIOUS POST BLOCK without going to the listing page.
The basic nextpre module has node dependencies, nothing special is required.
- Install module “Next and previous link”.
- Go to the “Block Layout”. Eg:- Admin Menu >> structure >> block layout
- Go to the your block region.
- Click the "Place block" button and in the modal dialog click the "Place block" button next to "Next Previous link".
- On the block configuration form you can choose the node bundle name to filter and the next/previous labels the buttons will have.