- Posts: 5
- Thank you received: 0
Setup and export datas
- Christoph Moeckli
- Topic Author
- Away
- New Member
-
Less
More
8 years 7 months ago - 8 years 7 months ago #102701
by Christoph Moeckli
Setup and export datas was created by Christoph Moeckli
Hi there, we are working for a registration tool for our site
www.mx-academy.ch
, for this we have some questions:
• Where are the export files located for the excel export?
• Can we customize the export datas somehow?
• Can we put the details information here (shown below) above the registration site to have only 1 site with all informations?
www.mx-academy.ch/test/mx-academy-halbta...att-tg-3-std-mx-2018
www.mx-academy.ch/test/253-30-8-motocros...ividual-registration
(both informations above in the same site and url?)
• Where are the export files located for the excel export?
• Can we customize the export datas somehow?
• Can we put the details information here (shown below) above the registration site to have only 1 site with all informations?
www.mx-academy.ch/test/mx-academy-halbta...att-tg-3-std-mx-2018
www.mx-academy.ch/test/253-30-8-motocros...ividual-registration
(both informations above in the same site and url?)
Last edit: 8 years 7 months ago by Christoph Moeckli.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
8 years 7 months ago #102708
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Setup and export datas
Hi
1. The export files are not stored on your server. When you export data (Registrants, Events), the system will process the download, so the file will be saved to your local computer, not on server
2. Not sure how you want to customize the export? We only have options to choose what custom fields (in Events Booking -> Custom Fields) will be shown. For other fields like amount, event information... are hardcoded and you cannot choose it
3.Your last question about details information are not clear to me. Could you please explain more details? Look like you want that both event information and registration form are on the same page? So basically, just need one page, not two separate pages like in the link above?
Tuan
1. The export files are not stored on your server. When you export data (Registrants, Events), the system will process the download, so the file will be saved to your local computer, not on server
2. Not sure how you want to customize the export? We only have options to choose what custom fields (in Events Booking -> Custom Fields) will be shown. For other fields like amount, event information... are hardcoded and you cannot choose it
3.Your last question about details information are not clear to me. Could you please explain more details? Look like you want that both event information and registration form are on the same page? So basically, just need one page, not two separate pages like in the link above?
Tuan
Please Log in or Create an account to join the conversation.
- Christoph Moeckli
- Topic Author
- Away
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
8 years 7 months ago #102724
by Christoph Moeckli
Replied by Christoph Moeckli on topic Setup and export datas
1. Yes I understand, but how and where it will be created? So my dev can take a look at it.
2. For export I just want to put the datas exported in a custimzed excel that will sort participants according to size, skills, so we do not have to do this for each event manualy. On the site www.mx-academy.eu/de we costomized this export like this and it works fine, the only issue we have that we have to redo all changes after an update. (Check sample attached). But the dev who did this is no longer available.
3. Yes exactly, just 1 page with all informations.
2. For export I just want to put the datas exported in a custimzed excel that will sort participants according to size, skills, so we do not have to do this for each event manualy. On the site www.mx-academy.eu/de we costomized this export like this and it works fine, the only issue we have that we have to redo all changes after an update. (Check sample attached). But the dev who did this is no longer available.
3. Yes exactly, just 1 page with all informations.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
8 years 7 months ago #102771
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Setup and export datas
Hi
1. If you want to export registrants, just go to Events Booking -> Registrants, click on the Export button in the toolbar to export it. If you ask for the code which handle the export, it is located inside the file administrator/components/com_eventbooking/controller/registrant.php, method export. Ask you dev to look at that method and he should figure out
2. Ask your dev to implement the change using override so that it won't be lost when you update, we have quite clear documentation about override eventbookingdoc.joomservices.com/develop...stomization-override
3. I guess in the first page, you can insert the syntax {ebregister EVENT_ID} into description of the event, then registration form of the event will be displayed directly there, for more details, see eventbookingdoc.joomservices.com/fronten...g-eb-register-plugin
Tuan
1. If you want to export registrants, just go to Events Booking -> Registrants, click on the Export button in the toolbar to export it. If you ask for the code which handle the export, it is located inside the file administrator/components/com_eventbooking/controller/registrant.php, method export. Ask you dev to look at that method and he should figure out
2. Ask your dev to implement the change using override so that it won't be lost when you update, we have quite clear documentation about override eventbookingdoc.joomservices.com/develop...stomization-override
3. I guess in the first page, you can insert the syntax {ebregister EVENT_ID} into description of the event, then registration form of the event will be displayed directly there, for more details, see eventbookingdoc.joomservices.com/fronten...g-eb-register-plugin
Tuan
Please Log in or Create an account to join the conversation.
- Christoph Moeckli
- Topic Author
- Away
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
8 years 7 months ago #102797
by Christoph Moeckli
Replied by Christoph Moeckli on topic Setup and export datas
Ok thanks, we check this.
Can you make a override for ticket plugin to set for each registration all tickets to 0 when choosen 1? (maximum 1 per registration?)
www.mx-academy.ch/test/253-30-8-motocros...ividual-registration
Can you make a override for ticket plugin to set for each registration all tickets to 0 when choosen 1? (maximum 1 per registration?)
www.mx-academy.ch/test/253-30-8-motocros...ividual-registration
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
8 years 7 months ago #102801
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Setup and export datas
I discussed with my dev about it. The price for implementing the change is 50$. It will take us about 2 days to get it completed
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Christoph Moeckli
- Topic Author
- Away
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
8 years 7 months ago #102806
by Christoph Moeckli
Replied by Christoph Moeckli on topic Setup and export datas
remember to make only the first option you said, several tickets possible for same login, but for each registration just one.
Can you give a sample for customizing export for my dev?
Can you give a sample for customizing export for my dev?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
8 years 7 months ago #102808
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Setup and export datas
Please see my response via email for detailed answer
Regards,
Tuan
Regards,
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.