- Posts: 6
- Thank you received: 0
How to add category of an event in timeline
- Pascale Locher
- Topic Author
- Offline
- New Member
Less
More
5 years 2 months ago #128364
by Pascale Locher
How to add category of an event in timeline was created by Pascale Locher
Hello
I try to add the category of an event in timeline overview. I found the file:
/components/com_eventbooking/themes/default/common/events_timeline.php
I added:
<div><span class="eb-category"><?php echo $event->category_id; ?></span></div>
It works, but it shows the ID of the category, not the name. How can I show the name of the category?
Thanks for your help,
Pascale
I try to add the category of an event in timeline overview. I found the file:
/components/com_eventbooking/themes/default/common/events_timeline.php
I added:
<div><span class="eb-category"><?php echo $event->category_id; ?></span></div>
It works, but it shows the ID of the category, not the name. How can I show the name of the category?
Thanks for your help,
Pascale
Please Log in or Create an account to join the conversation.
- Pascale Locher
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
5 years 2 months ago #128365
by Pascale Locher
Replied by Pascale Locher on topic How to add category of an event in timeline
sorry, I just found out:
<div><span class="eb-category"><?php echo $event->category_name; ?></span></div>
<div><span class="eb-category"><?php echo $event->category_name; ?></span></div>
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
5 years 2 months ago #128366
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to add category of an event in timeline
Yes, that's correct. I'm glad you figured out
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.