misterjtc
(Jordan Cook)
30.Октябрь.2020 16:41:07
1
Мне очень нравится новая кнопка создания темы на основном форуме Discourse.
Могу ли я добавить это на свой сайт?
ondrej
30.Октябрь.2020 16:42:16
2
Привет
Это функция темы Material Design
Вам нужно установить её на свой сайт. Если вы не знаете, как это сделать, см. ссылку ниже.
This is a guide for installing and managing themes and theme components in Discourse.
Required user level: Administrator
Installing and customizing themes can significantly improve the look and feel of your Discourse site. You can easily import and manage themes and their components through the Discourse admin panel.
This guide covers:
Importing new themes and theme components
Adding theme components to a theme
Managing automatic updates
Additional resourc…
merefield
(Robert)
30.Октябрь.2020 16:44:36
3
Это уже спрашивали ранее. Я дал подробный ответ здесь:
I can do better than that … I believe this is the CSS (UPDATED):
@mixin buttonShadow {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
@mixin buttonTransition {
transition: right 0.5s, bottom 0.5s, border-radius 0.5s, text-indent 0.2s,
visibility 1s, width 0.2s ease, height 0.5s ease 0.4s, color 0.5s,
background-color 2s, transform 0.5s;
}
//New Topic Fab
#create-topic.btn-default {
display: flex;
align-items: center;
justify-content: center;
@inc…
Код мог быть изменен с тех пор…
misterjtc
(Jordan Cook)
30.Октябрь.2020 16:45:40
4
Спасибо, @ondrej .
Я использовал тему Material Design на этом форуме в качестве теста. Я не осознавал, что она специфична для этой темы. Она установлена на моём экземпляре, но я её не использую.
Мне было бы интересно узнать, как это сделать повсеместно.
Сейчас я делаю это с помощью пользовательских ссылок в заголовке, но предпочитаю плавающую версию.
misterjtc
(Jordan Cook)
30.Октябрь.2020 16:47:45
5
Спасибо за ответ, @merefield .
Это было бы здорово в виде плагина или компонента темы!