blue-tomato/page-use-id-as-name

Overrides the name field (used for url) with the page-id and hides the field from the admin GUI

Installs: 1 094

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:processwire-module

1.1.5 2021-06-28 19:27 UTC

This package is auto-updated.

Last update: 2025-03-29 00:49:05 UTC


README

License: MIT ProcessWire 3

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

  1. Execute the following command in the root directory of your ProcessWire installation:
composer require blue-tomato/page-use-id-as-name
  1. ProcessWire will detect the module and list it in the backend's Modules > Site > ProcessLogstash section. Navigate there and install it.

  2. Chose your tempaltes where the name replacement should be applied in the Module Configuration Page

Support

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.