https://github.com/backdrop-contrib/menu_pager
Add blocks for each menu to display previous/next or child links based on the current page
https://github.com/backdrop-contrib/menu_pager
backdrop backdropcms block menu pager
Last synced: 10 days ago
JSON representation
Add blocks for each menu to display previous/next or child links based on the current page
- Host: GitHub
- URL: https://github.com/backdrop-contrib/menu_pager
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2021-03-31T02:21:26.000Z (almost 5 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-07-27T18:46:24.000Z (over 1 year ago)
- Last Synced: 2024-07-30T17:16:22.802Z (over 1 year ago)
- Topics: backdrop, backdropcms, block, menu, pager
- Language: PHP
- Homepage: https://backdropcms.org/project/menu_pager
- Size: 43 KB
- Stars: 1
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Menu Pager
Menu Pager adds blocks for each menu that display previous/next or child links,
based on the current page.
For example, given the following menu hierarchy, if you're on the 'Installing
software' page...
```
- Setting up your OS
- Installing
- Configuring
- Installing software
- App store introduction
- Installing an app
- Finding good-quality apps
- Getting help & support
```
The 'Menu pager' block will show a 'previous' link pointing to 'Configuring',
and a 'next' link pointing to 'App store introduction'.
The 'Menu pager (children)' block will show the following links:
```
- App store introduction
- Installing an app
- Finding good-quality apps
```
## Installation
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules.
- Add a Menu Pager block to a layout to display previous/next links, or a Menu
Pager (Children) block to display child links (or both!).
- If required, override the previous and next titles with custom labels.
## Issues
Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/menu_pager/issues.
### Known Issues
- There is currently no upgrade path from Drupal 7 as this would be very
complex and the numbers of Drupal 7 installs are quite low - see [issue #1](https://github.com/backdrop-contrib/menu_pager/issues/1)
## Current Maintainers
- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk)
- Collaboration and co-maintainers welcome!
## Credits
- Ported to Backdrop CMS by [Peter Anderson](https://github.com/BWPanda).
- Originally written for Drupal by [Joel Stein](https://www.drupal.org/u/joelstein).
## License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.