I’ve just had a chance to update my site and the timeslots work again. Thanks for fixing it.
I noticed that the option to only display the attendees to logged in members is per event, but I would like to be able to set this as default. Can you please add this to the global options?
Thanks again.
Yes, I did have an override for the event_content function. I tried it out without the customization and it was indeed not working, as you have observed. (I realize now that I copied the wrong error message. I had meant to copy the rsvpmaker-plugabble one, but I instead copied the custom one and changed the line numbers to reflect the plugabble error, forgetting about the filename.)
The reason I made the override was to have the “Show attendees” button shown only when the user was logged in, and I had a sed command run every time the plugin was updated so that it always used the updated code. In hindsight, I should have just made that a feature request.
-
This reply was modified 9 years, 4 months ago by tPenguinLTG. Reason: error message clarification