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
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”:
As part of our project to upgrade Discourse to the latest version of Ember, we’ve been working on a significant refactoring of the Discovery (a.k.a. the ‘topic list’) routes.
This topic is targeted at theme/plugin developers, and aims to list the kinds of theme/plugin activities which may be affected by the refactoring.
Background
This refactoring is necessary because modern Ember no longer supports ‘named outlets’ like {{outlet "topics"}}, which we were using extensively on these routes. Ess…
3 לייקים
merefield
(Robert)
8 במרץ, 2024, 10:14am
23
denvergeeks:
the term discovery
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 לייקים
merefield
(Robert)
8 במרץ, 2024, 10:25am
25
For now I’ve added footnotes to the OP of this Topic, thanks
6 לייקים
merefield
(Robert)
13 במרץ, 2024, 6:48pm
26
committed 06:45PM - 13 Mar 24 UTC
Supports all bars
Can switch either off with settings.
Refresh browser to reset dismiss.
(still needs a bit of work on Topic page!)
6 לייקים
merefield
(Robert)
14 במרץ, 2024, 8:28am
27
Topic behaviour has been improved with collapse and dismiss.
3 לייקים
merefield
(Robert)
15 במרץ, 2024, 2:33pm
28
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 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.
merefield:main
← merefield:add_params_support_and_custom_html_widget
opened 01:53PM - 15 Mar 24 UTC
* introduces a new widget `bars-custom-html`
* adds params support that is comp… atible with RSB
* is a breaking change which will require re-installation
@ckshen you were looking for Custom HTML support?
6 לייקים
Gonerdot
(Gonerdot)
16 במרץ, 2024, 10:13am
29
Hello! Please tell me how to add a frame from Twitch to “D”, for example
merefield
(Robert)
16 במרץ, 2024, 10:22am
30
This is aimed at developers. If you need help with creating a specific widget:
Robert:
If you are not sufficiently technical and need help with implementing sidebars using Bars, you can hire me or a developer in marketplace
5 לייקים
ckshen
18 במרץ, 2024, 12:36am
31
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 לייקים
merefield
(Robert)
18 במרץ, 2024, 9:03am
32
Feel free to PR to Locations to add support and I will review. Or you can fund me to do it.
2 לייקים
merefield
(Robert)
27 במרץ, 2024, 10:13am
33
Fix for route transitions.
committed 10:10AM - 27 Mar 24 UTC
2 לייקים
merefield
(Robert)
2 באפריל, 2024, 3:48pm
34
Small feature, you can now selectively minimise a bar by default (though it currently has global impact to all routes)
committed 03:42PM - 02 Apr 24 UTC
2 לייקים
merefield
(Robert)
2 באפריל, 2024, 5:48pm
35
This now works with Bars:
(you are recommended to use the top bar!!)
3 לייקים
merefield
(Robert)
3 באפריל, 2024, 4:39pm
36
Updated last post, the plugin is now a theme component
4 לייקים
merefield
(Robert)
12 במאי, 2024, 8:06pm
37
Currently this Theme Component is incompatible with “Powered by Discourse”, so if you want to use it, be sure to turn off:
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?
(I can PR, but you emphasize the word incompatible , I wonder If I miss something)
4 לייקים
merefield
(Robert)
12 במאי, 2024, 9:27pm
39
Yes, it’s just the grid css.
thanks for looking at this
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 …
לייק 1
I made a PR:
merefield:main
← Arkshine:powered-by-discourse-support
opened 11:04PM - 12 May 24 UTC
This fixes the CSS for the "_Powered by Discourse_” link when the `enable powere… d by discourse` setting is enabled. ([PR](https://github.com/discourse/discourse/commit/9376a2e755dd3c1c384b5ce752f471f9d00a79ee))
Core added a new `below-content` grid area to `#main-outlet-wrapper`.
This PR adjusts the CSS to include it.
(Note: I could not test with `.full-width`, it's unclear how you use it, especially when the above rule will have priority)
---
Before:

After:

---
More screenshots with CSS are displayed.
<details>
<summary>With Sidebar:</summary>

</details>
<details>
<summary>Without Sidebar:</summary>

</details>
---
With the setting is disabled:
<details>
<summary>With Sidebar:</summary>

</details>
<details>
<summary>Without Sidebar:</summary>

</details>
Let me know if I forgot to test a situation!
Let me know what you think.
5 לייקים