Discourse Bars 🍻 🍸 (ein Sidebar-Framework)

Love it! :heart: thanks very much @Arkshine that’s extremely helpful. Merged!

5 „Gefällt mir“

In other news, the User Locations map from the Locations Plugin is now compatible with Bars.

This is best place on Top like so:

image

But you need to set the height in Theme CSS yourself, like so:

.component-widget {
    .locations-map {
        height: 400px;
        button.map-expand {
            display: none;
        }
    }
}

known issue: expand needs work or hidden hence the above CSS.

2 „Gefällt mir“

I’ve just added support for the 3.3.x feature of custom homepages, so you can stipulate widgets you want to appear on the home page:

So you can now lay out a Homepage like this:

2 „Gefällt mir“

See this change: I’ve had to remove the modifier so it is optional, otherwise all installs of Bars are forced to have a homepage, even if they don’t want one.

Add the modifier instead to the parent Theme or another TC when you need it.

The rest of the logic remains.

3 „Gefällt mir“

thanks.
i tried it but although i delete default blocks they were still there.

1 „Gefällt mir“

You have to confirm changes in two places, once on the dialogue and again by the setting name. That’s an idiosyncrasy of Discourse core Theme settings, not Bars.

2 „Gefällt mir“

fixed. is it work with adsense code?

because ads do not load but they load with right side blocks.

1 „Gefällt mir“

I don’t see any reason why not. Let me know what you come up with.

1 „Gefällt mir“

block is there but blank.

2 „Gefällt mir“

You will need to dig into why or hire someone to help you.

2 „Gefällt mir“

A special thanks to @merefield . He helped me and fixed the problem.

3 „Gefällt mir“

I’ve slightly changed the layout and icons for the sidebar buttons:

image

image

I believe the collapse/expand makes a lot more sense now :sweat_smile:

4 „Gefällt mir“

One negative effect of using this TC was that the Docked Topic Progress control would no longer expand when clicked.

This is now fixed:

1 „Gefällt mir“

I’m wondering how I’m going to embed it.

I use the:

Bars! is not intented to run with RSB, it replaces it.

I’ve no idea if your theme is modular. Bars is intended to work in a modular fashion.

4 „Gefällt mir“

Quick fix to address issue with Topic Navigation stickiness on Desktop

1 „Gefällt mir“

To celebrate the launch of Tag Intersection Navigator I’ve added support for the route in Bars! so you can now add sidebars in your tags intersection page (which might be your homepage)

6 „Gefällt mir“