rah/rah_pathway

Custom article parmlinks for Textpattern CMS

Fund package maintenance!
www.paypal.me/jukkasvahn

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 6

Forks: 1

Open Issues: 0

Type:textpattern-plugin

0.1.0 2019-04-09 20:28 UTC

This package is auto-updated.

Last update: 2024-04-17 00:46:11 UTC


README

Download | Packagist | Issues

Custom free-form article permalinks for Textpattern CMS. These URLs can contain false sub-sections, forward slashes — literally anything.

Install

Using Composer:

$ composer require rah/rah_pathway

Or download an installer.

Configure

In Preferences, under Site section, Free-form article URL field option controls which field is going to be used for the free-form article URL. The assigned field’s contents are going to be used as the article URL as-is.

Usage

After you have configured a field to be used as the free-form article URL, you can use it to set any form of URL for articles. Please note that Textpattern and the server must be configured to use clean URLs for this to work.

The URL given to the field can be anything. If you give it this/is/a/custom/permlink as the value, then the article can be found at https://site.tld/this/is/a/custom/permlink, where https://site.tld/ is your site’s address.

Changelog

Version 0.1.0 – 2019/04/09

  • Initial release.