أشرطة Discourse: beers: 🍸 (إطار جانبي)

So this was nothing to do with “Bars”, great.

the settings description describes the options.

Basically anything on the Discovery page is “discovery” except for “categories”, “tag” and a specific “category” which are covered by those terms.

إعجاب واحد (1)

My sincere apologies if I am being slow on this :pray:

I can see in the README.md this line…

  • Supports setups for each of: discovery, topic, tag, category OR categories.

In case it is helpful to others, a search on the term discovery provides this helpful reference about “discovery”:

3 إعجابات

Yes, this is a good point you raise. And I can see how this might create confusion.

This nomenclature, whilst it’s talked about every so often on Meta, especially by developers (as its referenced a lot in code), is missing from Discourse New User Guide and something that is only picked up upon by new people if they engage in discussions specifically related to that functionality.

@JammyDodger do we need to think about addressing that in that guide? Where does someone learn about “Discovery” routes?

4 إعجابات

I’m not sure it’s used very often as a ‘front end’ term for users. I think I only ever see it in theme components/dev. I’m not sure where the best place to put it would be? It feels more like an ‘admin’ word, though I’m not sure if there’s a guide for that.

5 إعجابات

For now I’ve added footnotes to the OP of this Topic, thanks

6 إعجابات

image

  • Supports all bars
  • Can switch either off with settings.
  • Refresh browser to reset dismiss.

(still needs a bit of work on Topic page!)

6 إعجابات

Topic behaviour has been improved with collapse and dismiss.

3 إعجابات

New release:

  • introduces a new widget bars-custom-html which now provides the default example settings and allows you to create widgets that are just custom html.
  • adopts the params system from RSB[1] so should be compatible with some of the same widgets
  • is a breaking change which may require re-installation or fiddling with any existing settings as params will be missing for any settings you have already created.

@ckshen you were looking for Custom HTML support?


  1. credit to @pmusaraj for that work ↩︎

6 إعجابات

Hello! Please tell me how to add a frame from Twitch to “D”, for example

This is aimed at developers. If you need help with creating a specific widget:

5 إعجابات

Thanks for the feature! We used to use the layout plugin to put the map on topic lists. Having the option definitely gives us the possibilities to implement something similar. We will have to think through how to implement it.

إعجابَين (2)

Feel free to PR to Locations to add support and I will review. Or you can fund me to do it.

إعجابَين (2)

Fix for route transitions.

إعجابَين (2)

Small feature, you can now selectively minimise a bar by default (though it currently has global impact to all routes)

إعجابَين (2)

This now works with Bars:

(you are recommended to use the top bar!!)

3 إعجابات

Updated last post, the plugin is now a theme component :rocket:

4 إعجابات

Currently this Theme Component is incompatible with “Powered by Discourse”, so if you want to use it, be sure to turn off:

image

I’m incredibly busy atm so fix may take a little time or PR welcome …

3 إعجابات

From what I see, you only need a small CSS change

From:

grid-template-areas: "leftsidebar sidebar content rightsidebar"

To

grid-template-areas:
        "leftsidebar sidebar content rightsidebar"
        "leftsidebar sidebar below-content rightsidebar";

Is there actually another issue I’m not aware of? :thinking:

(I can PR, but you emphasize the word incompatible, I wonder If I miss something)

4 إعجابات

Yes, it’s just the grid css.

thanks for looking at this :+1: :pray:

but does that take care of both scenarios (On or Off?) - that was my main fear … and I’m knee deep elsewhere so didn’t want to get embroiled in this right now … :sweat_smile:

إعجاب واحد (1)

I made a PR:

Let me know what you think. :+1:

5 إعجابات