How to add category of an event in timeline

  • Pascale Locher
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 7 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

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

  • Pascale Locher
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 7 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>

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

More
4 years 7 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

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