MODX EXTRA
SwitchTemplate
Switch resource templates on the fly
Creator: Thomas Jakobi (jako)
1.3.1-pl (1042 KB) Other Versions Need help installing this extra?About SwitchTemplate
SwitchTemplate changes the template of a MODX resource on the fly with a request parameter. Different settings with different setting keys could be set in a custom manager page.
With each setting a different template could be used to output the resource. As well the template type could be set to chunk or template. If the template type is chunk the resource variables and template variables are prepared as placeholder before the chunk is parsed. The caching of the output of SwitchTemplate could be enabled for each separate setting. The output is cached separate for each resource and each setting. Each setting could be enabled or disabled for selected resources. The output could be filtered to valid AMP markup.
SwitchTemplate could be used for different purposes: As Ajax connector, as language switcher, AMP output ...
Information
Instructions
MODX Package Management
New in SwitchTemplate 1.3.1
- Fix strrpos warning: Offset is greater than the length of haystack string
- Fix PHP notice: Undefined property: SwitchTemplate::$fromCache