- Posts: 94
- Thank you received: 1
Show field capacity in events list on frontend
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
4 years 1 week ago #142938
by EllyZ
Show field capacity in events list on frontend was created by EllyZ
Hi,
I was wondering if it s possible to show the capacity field in the events list on frontend?
Regards, Elly
I was wondering if it s possible to show the capacity field in the events list on frontend?
Regards, Elly
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 1 week ago #142941
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Show field capacity in events list on frontend
Hello
Could you send me the link to the page you are talking about so that we can look at it and guide you ?
Regards,
Tuan
Could you send me the link to the page you are talking about so that we can look at it and guide you ?
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 94
- Thank you received: 1
4 years 1 week ago - 4 years 1 week ago #142970
by EllyZ
Replied by EllyZ on topic Show field capacity in events list on frontend
Last edit: 4 years 1 week ago by EllyZ.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 1 week ago #142974
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Show field capacity in events list on frontend
Hello
We do not show that information there. If you want to show it, you will have to modify code in the file components/com_eventbooking/themes/default/events/default.php
For each row, use echo $row->event_capacity; to display that data
Once modification is done, you should move the modified file to PATH_TO_TEMPLATE/html/com_eventbooking/events folder so that the change won't be lost when you update to future releases of the extension
Regards,
Tuan
We do not show that information there. If you want to show it, you will have to modify code in the file components/com_eventbooking/themes/default/events/default.php
For each row, use echo $row->event_capacity; to display that data
Once modification is done, you should move the modified file to PATH_TO_TEMPLATE/html/com_eventbooking/events folder so that the change won't be lost when you update to future releases of the extension
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- EllyZ
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 94
- Thank you received: 1
4 years 1 week ago #142996
by EllyZ
Replied by EllyZ on topic Show field capacity in events list on frontend
Thank you very much Tuan, we've managed to do this like you explained.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 1 week ago #142999
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Show field capacity in events list on frontend
Great. Happy to hear that.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.