Discourse Bars 🍻 🍸 (サイドバーフレームワーク)

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

「いいね!」 5

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

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

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

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

「いいね!」 1

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

fixed. is it work with adsense code?

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

「いいね!」 1

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

「いいね!」 1

block is there but blank.

「いいね!」 2

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

「いいね!」 2

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

「いいね!」 3

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

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

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

Quick fix to address issue with Topic Navigation stickiness on Desktop

「いいね!」 1

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