Hi all!
I noticed that the date and time visible close to an event topic title disappears in the Categories view. Is this a feature or a bug? Could this be customisable somehow? I need to have date and time always visible in any topic list/ view, even if aesthetically might not the most pleasant thing…
3 לייקים
putty
(putty)
10 בספטמבר, 2026, 2:08pm
2
Can you share screenshots with examples?
It should be visible, like here :
What happens if you hard refresh your page (cmd/control+shift+r)? Also, when in doubt, check your browser console logs (right click > inspect> console).
Ah on the /categories page like this yeah?
the normal topic list has
Agreed that the time should be there… we can look into fixing it
3 לייקים
Yes Kris, that is exactly what I see.
Thanks a lot!
לייק 1
No problem, thanks for mentioning it! this should start appearing in updates soon
main ← ux-categories-page-event-dates
approved 07:30PM - 14 Sep 26 UTC
Reported here: https://meta.discourse.org/t/event-date-and-time-not-visible-in-c… ategories-view/412078
At the moment event date badges appear in regular topic lists but not in the categories page's featured and latest topic lists, because those components had no `topic-list-after-title` outlet and featured topics didn't have the required event fields.
This change adds the outlet to `FeaturedTopic` and `LatestTopicListItem`. discourse-events now preloads the event fields for the categories page and serializes them to avoid an additional request per topic.
This also allows the event dates to appear with suggested topics.
Before
<img width="1111" height="139" alt="image" src="https://github.com/user-attachments/assets/78bbecb4-72b7-4ae9-8a3b-6f41a3a37f84" />
After
<img width="2174" height="266" alt="image" src="https://github.com/user-attachments/assets/cde07fd3-b7e2-4538-b296-d768c7a9e851" />