# Right Sidebar Blocks

**URL:** <https://meta.discourse.org/t/right-sidebar-blocks/231067>\
**Category:** Theme component\
**Tags:** official, desktop, right-sidebar-blocks\
**Created:** [June 25, 2022, 2:55am UTC](https://meta.discourse.org/t/right-sidebar-blocks/231067 "2022-06-25T02:55:24Z")\
**Posts on this page:** 1\
**Showing post:** 201

<div class="post-metadata">

**Author:** ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)\
**Post date:** [August 4, 2026, 6:08am UTC](https://meta.discourse.org/t/right-sidebar-blocks/231067/201 "2026-08-04T06:08:56Z")

</div>

Well, there is a (slightly nuclear) way to achieve that:

> [@Mostrar "Proximos Eventos" en todas las Categorias](https://meta.discourse.org/t/mostrar-proximos-eventos-en-todas-las-categorias/408904/3):
>
> By default, the event list only returns the events for the current category. There is a value transformer (discourse-calendar-upcoming-events-show-cross-category) that you can use to change that. You create a new theme component (I think it’s better when it’s loaded early, so use something like “aaa all events in each category” for the name). In the JS tab, add this: api.registerValueTransformer( "discourse-calendar-upcoming-events-show-cross-category", () =\> true ); So it looks like…

It basically disables category filtering for calendars - this affects the calendar in Events categories as well as the sidebar. If you can live with that (I hide the category calendar) you are set.

---

_[View the full topic](https://meta.discourse.org/t/right-sidebar-blocks/231067)._
