Search the Community
Showing results for tags 'pagefield'.
-
Hey there everybody, yet another general question in the attempt to clarify some of my understanding. I have a great tag system up and running and would like to provide the client a quick way to tag multiple items within the site. There are situations as such: A batch of work is going to be displayed in a section that pulls via a selected tag. These works will be selected individually and may be based on all sorts of criteria things like price, or medium, or artist country of origin. For this what I invision is the ability to create a selector in batcher and update all of these items with a specific tag. Is this funcitonality something that already exists in a module? I know I can currently build these queries in batcher, but unfortunately there is no way to add fields to the editior to be able to batch update many items.
-
I may be missing something! How can I sort the order of items in a page field? I am pulling title data based on a template that is being used in a hierarchy, consequently the order is not optimal. Any ideas?
-
I have two page fields (PageAutocomplete) and I want to link them ... Templates: - Clients (Parent) -client (Childrens) -Field "Client_properties" (Page autocomplete select template=Property) - Properties (Parent) - Property (Childrens) -Field "Properties_client" (Page autocomplete select template=Client) What should I do?
-
Hi guys! I want to import into multiple pages at once the same value of the field, which is Pagefield. I make a selection of pages, and how to specify the page in Pagefield do not know. Likely this question already rose, but at a forum I didn't find the answer. Example: Pagefield is called «subway_station» in it I have to choose two out of a hundred pages, called «green» and «orange», as it be? foreach($pages->get("/district/")->find("district_region=UZAO") as $p) { echo "<a href='{$p->url}'>{$p->title}</a> " ; $p->subway_station->add("/subway_station/sub_st_0111/"); // $p->save(); }