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.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
No1.01.11.2NoNoNoNoNoNoNoNoNoNoNoNoNoNo. 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

  1. Upload the 'improvedpageresolve' folder in this archive to your Symphony 'extensions' folder.
  2. 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.