Extra information in category table layout

  • Vincent Ducaté
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 8 months ago - 11 years 8 months ago #47506 by Vincent Ducaté
Extra information in category table layout was created by Vincent Ducaté
Hi,

How can I show information entered in the Extra Information in the category table layout view?

Kind regards,
Vincent
Last edit: 11 years 8 months ago by Vincent Ducaté.

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

More
11 years 8 months ago #47515 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Extra information in category table layout
Hi Vincent

Unfortunately, the extension doesn't display extra information in table layout, so if you want to display it, you will need to customize the code (it is not easy, unfortunately :().

Maybe try to look at the file components/com_eventbooking/views/common/events_table.php and customize it ?

Tuan

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

  • Vincent Ducaté
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 8 months ago #47521 by Vincent Ducaté
Replied by Vincent Ducaté on topic Extra information in category table layout
Hi,

Is the information available in events_table.php?

Kind regards,
Vincent

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

More
11 years 8 months ago #47528 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Extra information in category table layout
Hi Vincent

Yes. Inside the for loop command, you can access to value of the a custom field using the command:

<?php echo $item->paramData ?>

If you know programming, I believe with the instruction above, you should be able to customize the layout to show the information you want.

If you could not do it, you can submit a support ticket and we will try to help you

Tuan

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

Moderators: Tuan Pham Ngoc