Clo
April 14, 2025, 3:27pm
419
Good day
I just updated my site and now it’s giving me this error at the top of the page:
It also looks like the topic list has changed completely, now only showing the topic title and nothing else.
The category page has also gone blank.
Was there perhaps an error with the last update?
Any advice would be appreciated, thank you!
2 Likes
pfaffman
(Jay Pfaffman)
April 14, 2025, 3:35pm
420
Looks like you need an update. .hbr files are no longer recognized.
As part of our ongoing quest to standardise the rendering systems across Discourse’s codebase, we’re replacing the implementation of the topic-list.
Previously, this used a ‘raw handlebars’ (.hbr) approach, and could be customized via template overrides and raw-plugin-outlets. The new implementation of the topic-list uses modern Glimmer components, and has been built from the ground-up to to be customizable in sustainable ways.
The new implementation is now available behind the glimmer_topic_l…
3 Likes
i got the same problem. I have just updated today
1 Like
Don
April 14, 2025, 3:58pm
422
3 Likes
Clo
April 14, 2025, 4:01pm
423
How do I implement this? (bearing in mind that I’m not a developer, is there an update that I need to do or something straightforward?)
Don
April 14, 2025, 4:01pm
424
Just update the FKB theme in admin.
1 Like
Clo
April 14, 2025, 4:02pm
425
Ah amazing it worked! Thank you so much!!
1 Like
pfaffman
(Jay Pfaffman)
April 14, 2025, 4:07pm
426
WOW! That was fast! Nice work!
2 Likes
ozkn
(Mathx)
April 28, 2025, 1:02pm
427
When creating a new topic on mobile in the new rich editor, if an image is added to the topic, the publish topic button does not work.
Monikas
(JustMonika)
May 3, 2025, 2:02am
428
This latest version of the Discourse theme sidebar does not show the following content, I also clicked on the button, no response And I found that it seems that the thumbnails of the posts do not support the linking of images do not know whether it is also due to the Discourse update I hope that the authors of the Lord can take the time to look at it Thank you very much!
2 Likes
Fma965
(Fma965)
May 5, 2025, 9:04pm
429
Same here
as a janky fix i did this
.fkb-panel-sidebar, .fkb-panel-sidebar .fkb-panel {
display: block !important;
}
.list-container {
grid-area: unset !important;
}
1 Like
Don
May 6, 2025, 3:10am
430
3 Likes
Monikas
(JustMonika)
May 6, 2025, 4:06am
431
Doesn’t seem to be fixed yet, maybe the discourse has been updated again The sidebar can be displayed using the Fma965 css, but there is a bug that makes the discourse tag cloud as small as the sidebar
1 Like
Don
May 6, 2025, 4:54am
432
Thanks, I’ve merged another update to fix the compatibility issue with older Discourse versions and Right Sidebar Blocks . Please update the theme.
1 Like
ozkn
(Mathx)
May 6, 2025, 7:14am
433
Hello @don can you fix this error too?
Don
May 6, 2025, 8:30am
434
Hello I am not sure about this. Can you share a screenshot/record about the issue?
@don , the topic views and summarize button are not aligned correctly with the post content card. Check out the attached screenshot.
1 Like
Don
May 9, 2025, 6:49pm
438
1 Like