PageUseIdAsName

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

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.

More modules by blue-tomato

  • ImageBlurhash

    Create Blurhash Strings during image upload
  • ElasticsearchFeeder

    Schema-flexible module for getting your page into cloudhosted Elasticsearch like Bonsai or elastic.io.
  • Template Engine Mustache

    Mustache templates for the TemplateEngineFactory
  • PageUseIdAsName

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

    Send ProcessWire Logs to Logstash/Kibana

All modules by blue-tomato

Install and use modules at your own risk. Always have a site and database backup before installing new modules.