Jump to content

Recommended Posts

Posted

There seems to be no simple way to use pages children with the Page field. Only solution seems to be the custom PHP code, but that limits the inputfield options. I would think that this kind of usage for "featured" children is more common, but alas, I was wrong.

Is it possible to add this?

Posted

uses : custom seleactor to find selactable pages >>

``````

parent=page.id, sort=title

``````

or all ins tree below

``````

has_parent=page.id, sort=title

``````

  • Like 3
Posted

There are limits on field options no matter what route you take. Even a plain Select inputfield has limitations, in that it can't scale to thousands of items. The best bet is to find the solution that can select the pages you need to be selectable, then determine which of the available inputfields to use. There are lots of inputfield options in part because they aren't always interchangeable... each has their strengths and weaknesses. 

  • 2 weeks later...
Posted

Anyway, I think using page.id in selectors isn't anywhere in documentation, and it's actually probably much better than custom PHP code (just because I don't have to have any PHP code in DB)

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...