- Posts: 17
- Thank you received: 0
One Registrant many events
- ci-zeto
- Topic Author
- Offline
- New Member
-
Less
More
6 years 3 months ago - 6 years 3 months ago #130516
by ci-zeto
One Registrant many events was created by ci-zeto
Is there any way to make same registrant attend to more then one event in backend?
I don't want to showing up registration/login form in event registration for clients. Just in backend in form which add new registrant to event some kind of selectable list with all registrants choosing one and submit registrant to that event, keeping registration of other event, which selected registrant is registered.
It's hard to elaborate what I'm trying to achive especially with my english so I will show example:
Event 1 - has registrant called R1 (client just registered from frontend)
Event 2 - is free
In backend I choose Event 2 in Registrants list, click New Registrant, form appear with some kind of field with existing registrants, choose R1 - (other fields autofilling based on his data), submitting form.
As a result Event 1 AND Event 2 has same registrant R1.
Maybe some hidden user registration, while client register to event? Then I could choose user in that backend form of new registrant. If thats not possible by plugins, please give me some advices what files could I modify to achive that.
Something similar is done in plugin Speakers, where above speakers list there is a multi-select field with already existing speakers, which I can freely add in other events.
I don't want to showing up registration/login form in event registration for clients. Just in backend in form which add new registrant to event some kind of selectable list with all registrants choosing one and submit registrant to that event, keeping registration of other event, which selected registrant is registered.
It's hard to elaborate what I'm trying to achive especially with my english so I will show example:
Event 1 - has registrant called R1 (client just registered from frontend)
Event 2 - is free
In backend I choose Event 2 in Registrants list, click New Registrant, form appear with some kind of field with existing registrants, choose R1 - (other fields autofilling based on his data), submitting form.
As a result Event 1 AND Event 2 has same registrant R1.
Maybe some hidden user registration, while client register to event? Then I could choose user in that backend form of new registrant. If thats not possible by plugins, please give me some advices what files could I modify to achive that.
Something similar is done in plugin Speakers, where above speakers list there is a multi-select field with already existing speakers, which I can freely add in other events.
Last edit: 6 years 3 months ago by ci-zeto. Reason: additional info about speakers
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
6 years 3 months ago #130529
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic One Registrant many events
Hello
I would say that it's hard and needs good Joomla programming skill to implement this customization. The ideas is;
- Customize code of new/edit registrant screen to allow selecting existing registrants (the file is administrator/components/com_eventbooking/view/registrant/tmpl/default.php). There you need to show existing registrants and checkbox next to each registrant to allow selecting)
- Modify code in the file administrator/components/com_eventbooking/model/common/registrant.php, method addNewRegistration , add these selected registrants to the new event
This is something not easy, I'm afraid of
Tuan
I would say that it's hard and needs good Joomla programming skill to implement this customization. The ideas is;
- Customize code of new/edit registrant screen to allow selecting existing registrants (the file is administrator/components/com_eventbooking/view/registrant/tmpl/default.php). There you need to show existing registrants and checkbox next to each registrant to allow selecting)
- Modify code in the file administrator/components/com_eventbooking/model/common/registrant.php, method addNewRegistration , add these selected registrants to the new event
This is something not easy, I'm afraid of
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.