Additional Event Detail Basic Information
- Kieran Harrod
-
Topic Author
- Offline
- New Member
-
Less
More
11 years 5 months ago #50680
by Kieran Harrod
Additional Event Detail Basic Information was created by Kieran Harrod
Hello,
I'm looking for a solution to add additional details to an event that can be treated as their own items of content.
This is the current static site, pic attached. The new site with eventbooking needs to allow an minimally skilled user to create an event and all is good on this front, but I need them to be able to add the "Who Should Attend" and "What will I learn", ideally as 2 fields on the create/edit event detail pages.
I've looked at 'fieldsattach' which would do this for standard articles but does't extend to event booking. Is there a solution...?
Thanks in advance!
I'm looking for a solution to add additional details to an event that can be treated as their own items of content.
This is the current static site, pic attached. The new site with eventbooking needs to allow an minimally skilled user to create an event and all is good on this front, but I need them to be able to add the "Who Should Attend" and "What will I learn", ideally as 2 fields on the create/edit event detail pages.
I've looked at 'fieldsattach' which would do this for standard articles but does't extend to event booking. Is there a solution...?
Thanks in advance!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 5 months ago #50701
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional Event Detail Basic Information
Hi Kieran
If you want to have these fields, you will have to customize the code to add these fields to add/edit event page. Then also editing code to show these fields on event details page when users view the event. Unfortunately, it is not configurable.
Regards,
Tuan
If you want to have these fields, you will have to customize the code to add these fields to add/edit event page. Then also editing code to show these fields on event details page when users view the event. Unfortunately, it is not configurable.
Regards,
Tuan
The following user(s) said Thank You: Kieran Harrod
Please Log in or Create an account to join the conversation.
- Kieran Harrod
-
Topic Author
- Offline
- New Member
-
11 years 5 months ago #50718
by Kieran Harrod
Replied by Kieran Harrod on topic Additional Event Detail Basic Information
I had feared that, I may try something else!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 5 months ago #50728
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional Event Detail Basic Information
OK Kieran. Hope you can find the solution for this problem. From programming point of view, I don't think it is difficult, just need to :
1. Add two fields to database
2. Edit the add/edit event form to add the two fields to allows entering data for the field
3. Editing event detail page to show the data of that two fields in the position you want.
So if you have some experience with Joomla programming, I think it will just take you from 1 to 2 hours to get it completed
Regards,
Tuan
1. Add two fields to database
2. Edit the add/edit event form to add the two fields to allows entering data for the field
3. Editing event detail page to show the data of that two fields in the position you want.
So if you have some experience with Joomla programming, I think it will just take you from 1 to 2 hours to get it completed
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Kieran Harrod
-
Topic Author
- Offline
- New Member
-
11 years 5 months ago #50759
by Kieran Harrod
Replied by Kieran Harrod on topic Additional Event Detail Basic Information
Thanks, I might dig into it.
Do you have the location of the file to amend in point 2? The add/edit event form?
Comfortable with the rest I think.
Do you have the location of the file to amend in point 2? The add/edit event form?
Comfortable with the rest I think.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 5 months ago #50772
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional Event Detail Basic Information
Hi
You want to add events from front-end or back-end ? Please let me know so that I can give you exactly answer
Regards,
Tuan
You want to add events from front-end or back-end ? Please let me know so that I can give you exactly answer
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Kieran Harrod
-
Topic Author
- Offline
- New Member
-
11 years 5 months ago #50785
by Kieran Harrod
Replied by Kieran Harrod on topic Additional Event Detail Basic Information
The location of the .php file in the back end to attempt to add these new fields.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 years 5 months ago #50793
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Additional Event Detail Basic Information
administrator/components/com_eventbooking/view/event/tmpl/default.php
That's the path to the file which you need to modify code
Regards,
Tuan
That's the path to the file which you need to modify code
Regards,
Tuan
The following user(s) said Thank You: Kieran Harrod
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.