Search the Community
Showing results for tags 'automatically'.
-
hi there i'm new to processwire, please cut me some slack if the answer is already out there.. i am "processwiring" a non-cms page that i made, containing many repeating so called "station"-elements with fields such as date, location, miles, optional links, photo upload etc. they were listed and created via php and stored in an xml file until now: <stations> <station> <date>17.8.2017</date> <location>Exil, Zurich</location> <miles>1234</miles> ... </station> <station> ... </station> </stations> i already created a working repeater field with the needed fields and successfully created the first two elements... but there are many more! what is the easiest and quickest way to batch create new repeater fields with the node element content of my xml file? otherwise i would just have to type the whole sh..t again which i am too damn lazy to do thanks in advance nuel
-
Hi, I'm currently working on an event website. Each event has 1 or more children containing among others a datetime field. (Each child is a different day in a different place) I would like to move the event page (with its children) to a folder called "past events" once they're history. Anybody have an idea of how to do this? I'm lost here. Thanks a lot.