codefog / contao-events_subscriptions

Contao extension that allows members of your website to subscribe to the events
MIT License
10 stars 5 forks source link

Enhancement: Show free slots or css class in cal_default or listings #64

Closed Kahmoon closed 3 years ago

Kahmoon commented 3 years ago

We are using cal_default for the event overview. It would be pretty nice if we could have an another css class if there are slots available because sometimes we have a lot events! Hard to see which ones have free slots.

Actually we already implemented a css class when you are subscribed to this event in https://github.com/codefog/contao-events_subscriptions/issues/36 You can see this in my screenshot. Events which the user is subscribed got a star icon.

There is already some variable of slots overall <?= $event['subscription_maximum'] ?> available in cal_default.html5 but no number of subscribed users.

Bildschirmfoto 2021-03-30 um 11 23 46

Greetings Frank