Other questions: how can I see the full list of attendees on the calendar screen or events screen?
I can't see the people who have booked the class and I have to click the attendee button every time. We need to see all the people at a glance, even if it's in a comma-separated list below each event.
By other hand, the colors of each event are not exported to Google Calendar and, more importantly, you cannot edit the information shown on that card because there is information that is not relevant (for us) such as the coach and also the attendees that I have confirmed for the event appear in the Google Calendar file as pending.
Unfortunately, there is currently no such option with Amelia's built-in features.
Please feel free to search through our feature suggestion page, to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
I'm really surprised that an option like that isn't possible right now in a high-level plugin like Amelia. It is totally inoperative to go class by class to see the attendees on a weekly schedule if you have a capacity of 10 people per class.
I understand that for events with dozens of people, the calendar screen may be inoperative to show attendees, but in the list mode, it is easily possible. I am a web developer (my wife owns the gym) and I don't see a major problem with it.
I'm not asking to move attendees dragging from one event to another.
Simply see the list, even in lines of text, separated by commas and in case of any modification it seems good to click on the Attendee button.
I understand the process of priorities in developing (we're just developing right now a new social network) so, if it is not possible in the short term (2 days), can you tell me how to do it and in which php file that screen is generated, so I can try to do it myself?
Files are not generated in PHP files; rather, they are created via Vue.js, which is compiled and minified. Therefore, making these changes would be quite challenging. However, you can try modifying the file that renders data on the Calendar page. It is located at:
Please, note that we are not able to provide support regarding this, since we do not do customizations and only general questions and issues are covered with Amelia license.
Hi!
Other questions: how can I see the full list of attendees on the calendar screen or events screen?
I can't see the people who have booked the class and I have to click the attendee button every time.
We need to see all the people at a glance, even if it's in a comma-separated list below each event.
By other hand, the colors of each event are not exported to Google Calendar and, more importantly, you cannot edit the information shown on that card because there is information that is not relevant (for us) such as the coach and also the attendees that I have confirmed for the event appear in the Google Calendar file as pending.
Thank you!!
Hi Jordi,
Unfortunately, there is currently no such option with Amelia's built-in features.
Please feel free to search through our feature suggestion page, to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi!!
I'm really surprised that an option like that isn't possible right now in a high-level plugin like Amelia. It is totally inoperative to go class by class to see the attendees on a weekly schedule if you have a capacity of 10 people per class.
I understand that for events with dozens of people, the calendar screen may be inoperative to show attendees, but in the list mode, it is easily possible. I am a web developer (my wife owns the gym) and I don't see a major problem with it.
I'm not asking to move attendees dragging from one event to another.
Simply see the list, even in lines of text, separated by commas and in case of any modification it seems good to click on the Attendee button.
I understand the process of priorities in developing (we're just developing right now a new social network) so, if it is not possible in the short term (2 days), can you tell me how to do it and in which php file that screen is generated, so I can try to do it myself?
I need it working in 1st August.
Thanx!
Hi Jordi,
Files are not generated in PHP files; rather, they are created via Vue.js, which is compiled and minified. Therefore, making these changes would be quite challenging. However, you can try modifying the file that renders data on the Calendar page. It is located at:
public/js/chunks/amelia-booking-calendar-CURRENT_VERSION_HASH.js
Please, note that we are not able to provide support regarding this, since we do not do customizations and only general questions and issues are covered with Amelia license.
I hope it helps.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanx!!
I'll try to unminify.
Which are the files that shows the events list where are placed the attendee & edit event buttons?
Thanx
Hi Jordi,
This is located in public/js/chunks/amelia-booking-events-CURRENT_VERSION_HASH.js
Notice the difference between amelia booking calendar and events
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables