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.
There is already some variable of slots overall <?= $event['subscription_maximum'] ?> available in cal_default.html5 but no number of subscribed users.
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.
Greetings Frank