Morphosis Posted February 21, 2022 Share Posted February 21, 2022 OK. This has broken me a little. Lots going on with my family, so brain fog is kicking in ? I have a Events page with the performers a children. Events |- Performer Name |- Repeater (date, description) |- Repeater (date, description) |- Repeater (date, description) - Performer name |- Repeater (date, description) |- Repeater (date, description) I'm trying to show: MarchRepeater(date) - Performer name - Repeater(description) Repeater(date) - Performer name - Repeater(description) April Repeater(date) - Performer name - Repeater(description) Any help would be so welcomed. I have looked at this: But not getting anywhere. Thank you in advance. Cheers Mark Link to comment Share on other sites More sharing options...
wbmnfktr Posted February 22, 2022 Share Posted February 22, 2022 I'd go a slightly different route which might be easier overall. As your result is focussed on events, rather than performers, maybe think about this solution. With this setup you can easily list all events and could later on show lists grouped by date, grouped by performer, grouped by location, and so on. Creating events that reference performers and locations are way easier to handle - in my opinion - than the other way around. Still everything is easily maintainable. The same setup I use here:https://www.axelpaetz.de/termine/https://www.kerimpamuk.de/termine/ The event leads, while locations follow, and if necessary even the performer, which is in those settings no needed at the moment - but possible. No groups so far, besides a filter used at the first link. --- Page tree, templates, listings Home ├── ... ├── events (tpl: events) ├── event (tpl: event) ├── yyyy-mm-dd (dateStart) Performer (title) Location (ref:location) ├──performer (tpl: performers) ├── performer (tpl: performer) ├── title ├── locations (tpl: locations) ├── location (tpl: location) ├── title ├── ... ├── ... --- TPL: event Fields: title desc dateStart dateEnd url ... PageReference: performer PageReference: location TPL: performer Fields: title desc details genre ... TPL: location Fields: title desc addressDetails (city, street, zip/postalcode) url 1 Link to comment Share on other sites More sharing options...
Morphosis Posted February 22, 2022 Author Share Posted February 22, 2022 Thank you wbmnfktr, Like this approach very much and you/re correct, its much more flexible. I'll post an update once I have it inplace. Just show your kind support and time has not gone to waste. Thank you again. 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