Overrides the name field (used for url) with the page-id and hides the field from the admin GUI
PageUseIdAsName
This Module for ProcessWire CMS/CMF will replace your $page->name
with $page->id
so you have pages like
http://www.your-domain.com/parent-page/3463/
Installation
- Execute the following command in the root directory of your ProcessWire installation:
composer require blue-tomato/page-use-id-as-name
ProcessWire will detect the module and list it in the backend's Modules
> Site
> ProcessLogstash
section. Navigate there and install it.
Chose your tempaltes where the name replacement should be applied in the Module Configuration Page
Support
ProcessWire will detect the module and list it in the backend's Modules
> Site
> ProcessLogstash
section. Navigate there and install it.
Chose your tempaltes where the name replacement should be applied in the Module Configuration Page
Please open an issue for support.
Contributing
Create a branch on your fork, add commits to your fork, and open a pull request from your fork to this repository.
To get better insights and onboard you on module implementation details just open a support issue. We'll get back to you asap.
Credits
This module is made by people from Blue Tomato. If you want to read more about our work, follow us on https://dev.to/btdev
License
Find all information about this module's license in the LICENCE.txt file.
Install and use modules at your own risk. Always have a site and database backup before installing new modules.