- Posts: 76
- Thank you received: 2
Customizing Registrant Info on the backend
- Kathy
- Topic Author
- Offline
- Senior Member
-
I love that I can view the registrant information from the backend. Is it possible to customize the information that shows up there? I know when I use the Export Registrants bit, I get everything, I'm just wondering about the display on the EB Dashboard/Registrants Tab.
~Kathy
Please Log in or Create an account to join the conversation.
- Kathy
- Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- Kathy
- Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 2
1) Is it possible to *subtract* information to display on the front end? I don't actually want to display the default first and last name, the date people registered, or the number of registrants.
2) Is it possible to add information to the list *on the backend*? If this isn't an existing feature, where would I go to fiddle with it?
Thanks!
~Kathy
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
1) Is it possible to *subtract* information to display on the front end? I don't actually want to display the default first and last name, the date people registered, or the number of registrants.
=> Currently don't have an option to allow you to remove these fields from the list. So you will have to edit code to remove the fields you don't want. The file you need to modify is components/com_eventbooking/view/registrantlist/tmpl/default.php, it should not be hard to do the modification
2) Is it possible to add information to the list *on the backend*? If this isn't an existing feature, where would I go to fiddle with it?
=> It is still not possible to do that at the moment. You will have to modify the code if you want to add more information. The file is administrator/components/com_eventbooking/view/registrants/tmpl/default.php. However, it is not easy to do that kind of modification unless you know PHP programming very well
Tuan
Please Log in or Create an account to join the conversation.
- Kathy
- Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- Kathy
- Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
Unfortunately, that option is not yet available in the extension. Something we can try to add support for in future release (maybe near future , in about 4 weeks)
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Roger
- Offline
- Premium Member
-
- Posts: 158
- Thank you received: 2
I'm using jDBexport ( extensions.joomla.org/extension/jdbexport ) to compose an Excelfile that my teachers can download from the front end. This is highly configurable with SQL statements to get all the data out as desired. My users can't handle csv files. Works great with logos, header, footer, formatting etc. what I would like to include are more custom fields. Since Event booking allows to add as many custom fields of any type and column heading, this makes it not that easy for the export.
I imagine that there has to be some kind of a do while statement to build the different columns for the custom fields in the export. At the moment I have no clue what to search for on the Internet. Could you tell me in what file you are composing the MySQL statement for the export function (exporting the registrants) of Event Booking?
At the moment my export only uses one custom field (birthdate) and I need to have more (gender etc.)
It would be great if you could give me a hint, so I know what to look for.
Thank you
Roger
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
1. The data for custom fields are stored in #__eb_field_values table
2. You can look at the file administrator/components/com_eventbooking/controller/controller.php , function csv_export to see how I get data for custom fields and use it for the support
Hope it gives you some useful information
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Kathy
- Topic Author
- Offline
- Senior Member
-
- Posts: 76
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
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.