- Posts: 224
- Thank you received: 4
Get the rmaining capacity in mod_eb_events
- Patrick
- Topic Author
- Offline
- Elite Member
Less
More
5 years 1 month ago #129159
by Patrick
Get the rmaining capacity in mod_eb_events was created by Patrick
Hello
I use override mod_eb_events/horizontal.php
There I want to get remaining capacity of each event that is listed.
My aproach is:
But this is not working.
How can I get if registering for events still is possible here?
Thanks.
Patrick
I use override mod_eb_events/horizontal.php
There I want to get remaining capacity of each event that is listed.
My aproach is:
Code:
<?php
if ($item->event_capacity > 0 && (($item->event_capacity - $item->total_registrants > 0))) {
echo "Green";
}
else
{
echo "Red";
}
?>
But this is not working.
How can I get if registering for events still is possible here?
Thanks.
Patrick
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
5 years 1 month ago #129174
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Get the rmaining capacity in mod_eb_events
Hi Patrick
Try to change $item to $event in your code
Tuan
Try to change $item to $event in your code
Tuan
The following user(s) said Thank You: Patrick
Please Log in or Create an account to join the conversation.
- Patrick
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 224
- Thank you received: 4
5 years 1 month ago #129176
by Patrick
Replied by Patrick on topic Get the rmaining capacity in mod_eb_events
Hello Tuan
Works perfect, thanks a lot!
Patrick
Works perfect, thanks a lot!
Patrick
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
5 years 1 month ago #129178
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Get the rmaining capacity in mod_eb_events
Great. Happy to hear that it worked
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 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.