Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 810 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 810 Bytes

CustomUrls Extra for MODx Revolution

Author: Benjamin Vauchel [email protected]

This extra allows you to define custom alias or URI patterns for your resources. It supports translit and Redirector packages. You can build your patterns from resource fields, TV, snippets and output filters and set some constraints like you'd do with custom forms. Usefull when you want to add id or published date to your URLs.

Examples of URL patterns :

[[+alias]] some-text-before-[[+alias]] [[+id]]-[[+alias]] [[+publishedon:strtotime:date=%Y-%m-%d]]/[[+id]]-[[+alias]] [[+tv.mytv]]-[[+id]] [[MySnippet? &id=[[+id]]]]

Documentation: http://rtfm.modx.com/display/ADDON/CustomUrls Bugs and Feature Requests: https://github.com/omycode/customurls