- Posts: 94
- Thank you received: 1
Overview add columns with custom fields
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
4 years 6 months ago #138517
by EllyZ
Overview add columns with custom fields was created by EllyZ
Hi Tuan,
Is it possible for you to add columns with custom fields to the overwiew and also change the order of the columns in “Manage_registrants” view for the
frontend and also in the backend?
It is now:
Voornaam Achternaam Cursus Startdatum Email #cursisten Datum inschrijving Bedrag Naam hond Geslacht Geboortedatum Ras Status inschrijving ID
We would like to have:
Cursus Startdatum Start time(=now added in backend by DucNV we would like it also in frontend) Instructeur(=new for both frontend and backend)) #cursisten Voornaam Achternaam Email Naam hond Geslacht Geboortedatum Ras Status Inschrijving Bedrag ID
Regards, Elly
Is it possible for you to add columns with custom fields to the overwiew and also change the order of the columns in “Manage_registrants” view for the
frontend and also in the backend?
It is now:
Voornaam Achternaam Cursus Startdatum Email #cursisten Datum inschrijving Bedrag Naam hond Geslacht Geboortedatum Ras Status inschrijving ID
We would like to have:
Cursus Startdatum Start time(=now added in backend by DucNV we would like it also in frontend) Instructeur(=new for both frontend and backend)) #cursisten Voornaam Achternaam Email Naam hond Geslacht Geboortedatum Ras Status Inschrijving Bedrag ID
Regards, Elly
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 6 months ago #138522
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Overview add columns with custom fields
Hmm
It's hard to understand the change you need because the columns you mentioned here is not in English
Could you please let us know the changes you need in English so that I can understand and answer your questions?
Tuan
It's hard to understand the change you need because the columns you mentioned here is not in English
Could you please let us know the changes you need in English so that I can understand and answer your questions?
Tuan
Please Log in or Create an account to join the conversation.
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 94
- Thank you received: 1
4 years 6 months ago - 4 years 6 months ago #138529
by EllyZ
Replied by EllyZ on topic Overview add columns with custom fields
Hi Tuan,
Sorry for the strange language, it are column-titles.
We would like to have more columns with existing custom fields with the title of the custom field
And we would also like to have the order of the columns changed.
And we would like to have this at the frontend and backend.
Now is the order and de column-names in Dutch (see also the attachement the printscreen with the existing columns)
Voornaam= first name,
Achternaam= last name,
Cursus = event,
Startdatum=start date,
Email = email,
#cursisten=#registrants,
Datum inschrijving= date order event,
Bedrag=amount,
Naam hond = name of the dog,
Geslacht = sexe of dog,
geboortedatum= date of birth,
Ras = race of the of dog,
Status order = state of order,
ID=id
This is an example from the frontend: /index.php/cursussen-bewerken
We would like to have it changed to different order of the columns and existing custom fields as columns added, like below:
Cursus
Startdatum
Start time(=now added in backend by DucNV (support ticket: 104817) we would like it also in frontend) = start date of the event
Instructeur(=new for both frontend and backend)) = in English "trainer"
#cursisten
Voornaam
Achternaam
Email
Naam hond
Geslacht
Geboortedatum
Ras
Status Inschrijving
Bedrag
ID
Sorry for the strange language, it are column-titles.
We would like to have more columns with existing custom fields with the title of the custom field
And we would also like to have the order of the columns changed.
And we would like to have this at the frontend and backend.
Now is the order and de column-names in Dutch (see also the attachement the printscreen with the existing columns)
Voornaam= first name,
Achternaam= last name,
Cursus = event,
Startdatum=start date,
Email = email,
#cursisten=#registrants,
Datum inschrijving= date order event,
Bedrag=amount,
Naam hond = name of the dog,
Geslacht = sexe of dog,
geboortedatum= date of birth,
Ras = race of the of dog,
Status order = state of order,
ID=id
This is an example from the frontend: /index.php/cursussen-bewerken
We would like to have it changed to different order of the columns and existing custom fields as columns added, like below:
Cursus
Startdatum
Start time(=now added in backend by DucNV (support ticket: 104817) we would like it also in frontend) = start date of the event
Instructeur(=new for both frontend and backend)) = in English "trainer"
#cursisten
Voornaam
Achternaam
Naam hond
Geslacht
Geboortedatum
Ras
Status Inschrijving
Bedrag
ID
Attachments:
Last edit: 4 years 6 months ago by EllyZ.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 6 months ago #138537
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Overview add columns with custom fields
Hello
1. We do not have option to change order of the columns
2. To display custom fields there, go to Events Booking -> Custom Fields, click on the custom field you want to show to edit, set Show On Registrants Management parameter to Yes and it will be displayed there
Regards,
Tuan
1. We do not have option to change order of the columns
2. To display custom fields there, go to Events Booking -> Custom Fields, click on the custom field you want to show to edit, set Show On Registrants Management parameter to Yes and it will be displayed there
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 94
- Thank you received: 1
4 years 6 months ago #138541
by EllyZ
Replied by EllyZ on topic Overview add columns with custom fields
Hi Tuan,
I found that option but tyhe field i want to add in the events overview is a custom event field that was added via
components/com_eventbooking/fields.xml.
This one:
<field name="field_naam_instructeur" type="text" label="Naam instructeur" size="50" description="Vul de naam van de instructeur in" />
Can this field be added?
Regards, Elly
I found that option but tyhe field i want to add in the events overview is a custom event field that was added via
components/com_eventbooking/fields.xml.
This one:
<field name="field_naam_instructeur" type="text" label="Naam instructeur" size="50" description="Vul de naam van de instructeur in" />
Can this field be added?
Regards, Elly
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 6 months ago #138544
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Overview add columns with custom fields
Sorry Elly
This is not supported. So customization to the code will be needed and it will cost you 20$ for doing the customization
Tuan
This is not supported. So customization to the code will be needed and it will cost you 20$ for doing the customization
Tuan
Please Log in or Create an account to join the conversation.
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 94
- Thank you received: 1
4 years 6 months ago #138548
by EllyZ
Replied by EllyZ on topic Overview add columns with custom fields
Hi Tuan,
That's oke $20.
What do you need for the support ticket?
Regards, Elly
That's oke $20.
What do you need for the support ticket?
Regards, Elly
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 6 months ago #138550
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Overview add columns with custom fields
Hello
You just need to send us:
- Super admin account of the site
- Tell us the position which you want to include value of this custom field
Our developer will work on it and update you when it's done so that you can check the result
Regards,
Tuan
You just need to send us:
- Super admin account of the site
- Tell us the position which you want to include value of this custom field
Our developer will work on it and update you when it's done so that you can check the result
Regards,
Tuan
The following user(s) said Thank You: Bas van Kollenburg
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.