Jump to content

Recommended Posts

Posted

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:

March
Repeater(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

Posted

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

  • Like 1
Posted

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.

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...