Backend: Overview List of Event

  • webuniverse
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
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

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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

Please Log in or Create an account to join the conversation.

  • webuniverse
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
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

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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:
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
  • Junior Member
More
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
  • Administrator
More
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