Hi Yves and Daniel.
I sent Daniel a question last week. My users reported what is an issue to them. When you create an event, you can add file attachments to it. They would like to change the option "Users who have booked this event" to ACTIVE users in this event. In the frontend, in the details of the event, they are happy to add a file that's for everyone (the programme of the event...) but they also want to add general information in pdf and they want that only for the active users, not the pending users.
I tried to modify the function getUsersBookings for the SQL query to return only the status 1. I thought my page would then display the file links like I want. This worked nicely. But if you look for status=1 only, then you don't get the button Your booking details right. You still get the Book now button.
So can you tell me how I can get both things to work?
Thanks in advance and best regards.