- Posts: 21
- Thank you received: 0
Backend: Overview List of Event
- webuniverse
-
Topic Author
- Offline
- Junior Member
-
Less
More
5 years 7 months ago #136889
by webuniverse
Backend: Overview List of Event was created by webuniverse
Hello
My customer needs different information on the overview page in the backend. Is it possible to easily customize this view or can you create an override?
E.g. the display of the price is not important, the start date would be important. Because there are several prices on the same date.
Thanks for the feedback
Corinne Master
My customer needs different information on the overview page in the backend. Is it possible to easily customize this view or can you create an override?
E.g. the display of the price is not important, the start date would be important. Because there are several prices on the same date.
Thanks for the feedback
Corinne Master
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
5 years 7 months ago #136896
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Backend: Overview List of Event
Hello
Exactly what is the overview page you are talking about? Could you send me screenshot of that page?
Normally, the events list page in the backend should contain event start date (Event Date already), so I don't know what's the page you are talking about
Tuan
Exactly what is the overview page you are talking about? Could you send me screenshot of that page?
Normally, the events list page in the backend should contain event start date (Event Date already), so I don't know what's the page you are talking about
Tuan
Please Log in or Create an account to join the conversation.
- webuniverse
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
5 years 7 months ago #136912
by webuniverse
Replied by webuniverse on topic Backend: Overview List of Event
Hi Tuan
The customer wants the custom fields to be displayed there as well. I could insert standard fields, but can I read the CF there?
I made an override on this file:
/administrator/components/com_eventbooking/view/events/tmpl
Thanks for your support
Corinne
The customer wants the custom fields to be displayed there as well. I could insert standard fields, but can I read the CF there?
I made an override on this file:
/administrator/components/com_eventbooking/view/events/tmpl
Thanks for your support
Corinne
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
5 years 7 months ago #136914
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Backend: Overview List of Event
Hi Corinne
You would have to write code. Something like this to display value of a custom field:
Tuan
You would have to write code. Something like this to display value of a custom field:
Code:
$params = new JRegistry();
$params->loadString($row->custom_fields, 'JSON');
echo $params->get('field_hour');
Tuan
The following user(s) said Thank You: webuniverse
Please Log in or Create an account to join the conversation.
- webuniverse
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 21
- Thank you received: 0
5 years 7 months ago #136918
by webuniverse
Replied by webuniverse on topic Backend: Overview List of Event
Great, Thank you very much
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
5 years 7 months ago #136919
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Backend: Overview List of Event
You're welcome.
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.