- Posts: 5
- Thank you received: 0
Extra information in category table layout
- Vincent Ducaté
- Topic Author
- Offline
- New Member
-
Less
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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
-
Less
More
- Posts: 5
- Thank you received: 0
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
Is the information available in events_table.php?
Kind regards,
Vincent
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
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.