🏷️ Tag List Widget (Bars & RSB Theme Component)

:eyeglasses: Overview

The Tag List Widget allows you to display tags from Discourse in a sidebar using Pavilion’s Bars or the Right Sidebar Blocks Theme Component. See the installation guide to learn how to install and administer this widget.

:link: Quick Links

:gear: Settings

The widget allows for some configurability with settings such as:

  • :see_no_evil: Hiding specific tags
  • :page_with_curl: Changing display styles (row or column)
  • :hash: Showing count
  • :bar_chart: Change sorting type



Install this widget

9 Likes

How’s mobiles? Normally something like 80 % or more are using mobiles and for them sidebars are useless. Will they see something or is this only for desktops and tablets?

2 Likes

@Jagster Yes this will work on mobile :grinning:

The Layouts Plugin can be configured to work on mobile. Here’s some more info from the documentation about how to set that up:

4 Likes

As our british friends say: splendid indeed :laughing:

Now I have to give a spin. My users are… not so tech savvy so they need all possible help and info.

5 Likes

Just to summarise a few changes that have occurred recently:

  • I’ve added support for Right Sidebar Blocks too
  • I’ve partially migrated it to Glimmer (the widget invokes a Glimmer Template)
  • I’ve added caching to prevent frequent calls to tags.json (which it was calling with each page change!) - if you want to see a new tag you must refresh your browser. This will alleviate:
    • burden on the server
    • the visible refresh.
4 Likes