This theme component takes a topic and applies it as a sidebar for a tag's topic list. These sidebars are only visible when the browser is 767px or wider (most tablets and monitors).
👁️ Preview it on theme creator
🤔 https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682
-
Choose a topic and display its content as a sidebar for a tag.
-
Choose for the sidebars to appear on the left or the right of the topic list.
Simply input the tag name and the id of the topic (e.g. example.com/t/example-topic/57)
I recommend creating sidebar topics in their respective tags, closing the topic so there are no replies, and unlisting it (so it doesn't appear in the topic list).
Note that you can not use a topic in a private category as a sidebar if you want it to be viewable outside of that category (you can, but users without access to that private topic will just see a blank sidebar!).
Each tag sidebar is wrapped with a class that contains the tag name, so for a tag named test
that would be .tag-sidebar-test
. You can use these classes to style the individual sidebars.
The body tag on pages with sidebars also has a class added so you can use body.custom-sidebar
to apply styles on all pages that have a sidebar.
❤️ Special thanks to @xrav3nz for laying the groundwork to make this component possible!