1.8.2releasedPages Field

Easily related entries to pages

Clone URLhttps://github.com/symphonists/pagesfield.git

Add as a submodulegit submodule add https://github.com/symphonists/pagesfield.git extensions/pagesfield --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.4.11.4.11.6.21.6.21.7.01.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.21.8.2

Readme

Page Select Box Field

A field that features a select box filled with Symphony's pages

Installation

  1. Upload the pagesfield folder in this archive to your Symphony /extensions folder.

  2. Enable it by selecting the "Field: Page Select Box", choose Enable from the with-selected menu, then click Apply.

  3. You can now add the "Page Select Box" field to your sections.

For more information, see http://getsymphony.com/learn/tasks/view/install-an-extension/

Sorting

The field sorts the pages according to the sortorder determined in 'Blueprints » Pages'. If the sorting isn't correct, it's probably because of the sortorder. To set the sortorder of your pages, edit your config.php, set symphony/pages_table_nest_children to yes, and sort the pages manually in your pages screen. When done, you can set symphony/pages_table_nest_children back to no (or keep it on yes, if that is your prefered way of working).

Version history

Symphony 2.6.0 to 2.x.x

  • Supported on PHP 7
  • Fix update database
  • Fix param to fit parent signature

Symphony 2.6.0 to 2.x.x

  • Updated compatibility infos

Symphony 2.6.0 to 2.6.x

  • Fix datasource filtering suggestions

Symphony 2.5.0 to 2.5.x

  • Fix sorting with multiple pages causing entries to disappear (#21)
  • Fix compatibility problems with Symphony 2.5 (#17)
  • Fix multiple pages not appearing (#16)
  • Implemented uniqueness (#7)

Symphony 2.3 to 2.4.0

  • Fix for page sorting (#15)

Requires Symphony 2.3

  • Added request for sorting to be the same as the sort order under the Pages admin area.
  • Added parent page ID to xml output, only if the page has a parent.
  • Added associations, visible under the Page edit screen.
  • Page titles under a section index are now linkable.

Requires Symphony 2.3

  • Reverted pages linking from entry index to pages section.

Requires Symphony 2.3

  • Update for Symphony 2.3

Symphony 2.0.6 to 2.2.x