Jump to content

Show performers performance by month


Morphosis
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...