Adam Kiss Posted November 30, 2013 Share Posted November 30, 2013 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? Link to comment Share on other sites More sharing options...
WillyC Posted December 1, 2013 Share Posted December 1, 2013 uses : custom seleactor to find selactable pages >> `````` parent=page.id, sort=title `````` or all ins tree below `````` has_parent=page.id, sort=title `````` 3 Link to comment Share on other sites More sharing options...
diogo Posted December 1, 2013 Share Posted December 1, 2013 Willy, that still limits the field options, no? 1 Link to comment Share on other sites More sharing options...
ryan Posted December 6, 2013 Share Posted December 6, 2013 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. Link to comment Share on other sites More sharing options...
Adam Kiss Posted December 14, 2013 Author Share Posted December 14, 2013 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) 1 Link to comment Share on other sites More sharing options...
diogo Posted December 14, 2013 Share Posted December 14, 2013 completely out of the subject: by the way Adam, I love your new dribbble work http://dribbble.com/shots/1278118-Minimalistic-branding-mock-up 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now