Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: URL's like section/cat1/title
Found this by chance: rah_pathway, which is on github (still uncompiled, so you need to compile it with ied_plugin_composer or use it via the plugin cache directory).
It’s not a solution to your problem as a whole, and doesn’t change the organisational paradigm of textpattern – i.e. it only catches the endpoint of the url, not the various /-steps in-between, and redirects that behind the scenes to the article’s actual location. Effectively it helps you spoof your subsection urls without providing any actual subsection support.
There are other redirect plugins such as smd_redirect and arc_redirect (more recent on github) but those have a separate tab for managing redirects. rah_pathway stores its information with the article in a custom_field (you have to edit the plugin source to tell it which one to use), which means you can also use that custom field to build your links to the article in place of txp:article_url_title
. smd_short_url is another plugin that works using a similar principle.
TXP Builders – finely-crafted code, design and txp
Offline
#14 2025-03-04 14:39:46
- abutcher
- Plugin Author
- Registered: 2023-06-29
- Posts: 14
Re: URL's like section/cat1/title
There is now also ais_url_alias which is similar to rah_pathway but a a tiny bit more sophisticated. It also uses custom fields, but doesn’t have any automation (it was originally intended to support migration to Textpattern).
Offline