1.2releasedImproved Page Resolve
Improved Page Resolve allows you to create index page with parameters and show it without a need to include its path in URL.
Clone URLhttps://github.com/ahwayakchih/improvedpageresolve.git
Add as a submodulegit submodule add https://github.com/ahwayakchih/improvedpageresolve.git extensions/improvedpageresolve --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | 1.0 | 1.1 | 1.2 | No | No | No | No | No | No | No | No | No | No | No | No | No | No. Soon? |
Readme
Improved Page Resolve
- Version: 1.2
- Author: Marcin Konicki (http://ahwayakchih.neoni.net)
- Build Date: 28 June 2012
- Requirements: Symphony version 2.2 or later.
Overview
Improved Page Resolve allows you to create index page with parameters and show it without a need to include its path in URL. For example:
http://www.example.com/param1value/param2value
will work the same way as:
http://www.example.com/urlhandleofindexpage/param1value/param2value
Unless there is a page with path that is the same as param1value, in which case that page will be shown.
Installation
- Upload the 'improvedpageresolve' folder in this archive to your Symphony 'extensions' folder.
- Enable it by selecting the "Improved Page Resolve", choose Enable from the with-selected menu, then click Apply.
Changelog
- 1.2 Update for Symphony 2.3. This may break compatibility with Symphony 2.2. Fixed selection of pages that match name but are non-index type.
- 1.1 Update for Symphony 2.2.
- 1.0 Initial release.
Version history
Requires Symphony 2.3
- Update for Symphony 2.3. This may break compatibility with Symphony 2.2.
- Fixed selection of pages that match name but are non-index type.
Symphony 2.2 to 2.2.x
Update for Symphony 2.2.
Symphony 2.0.2 to 2.2
Initial release.