Perhaps some fancy social media icons with text would work fine… I am checking http://codecanyon.net also in hopes of finding something potential to work with the site…
Hi. I recently found the footers over at BootSnipp http://bootsnipp.com/tags/footer?page=1 and wanted to use one of these in my own Discourse forum. Bootsnipp separates HTML, CSS, Javascript - so it is easy to cut’n paste that code into the Customize sections of my Discourse.
I tried several but each one does not center on my Discourse. I thought there might be a conflict among generic tag names (like “row” or “container” - so I tried adding “footer-” to the front, but that did not help.)
There seem to be at least 2 issues:
the centering doesn’t seem to work
the CSS columns effect also does not work.
Is there a setting I can change in my Discourse Settings area to allow these effects to happen in the footer? Should I be using certain tag names?
I hope to add links to websites related to my forum down there. I may also try adding a banner zone like I used to have in our pre-Discourse days.
Введите ваш собственный HTML-код в поле и нажмите «Сохранить».
Повторите процедуру для каждой темы, которую могут выбрать пользователи.
Приличный базовый раздел с копирайтом
Я начал со следующего HTML-кода для своего подвала с копирайтом, который, как мне казалось, хорошо работал как для стандартной светлой, так и для темной темы:
А также этот код в секцию </body> (возможно, это не идеальный код, но я новичок в модификации Discourse):
<script>
function setCopyrightYear() {
var el = document.getElementById("footer-copyright-current-year");
if (el) {
el.innerHTML = new Date().getFullYear();
} else {
setTimeout(setCopyrightYear, 100);
}
}
document.addEventListener("DOMContentLoaded", setCopyrightYear);
</script>
Опять же, вам нужно скопировать и вставить этот код в каждую тему, где вы хотите, чтобы он отображался.
Инициатива по открытому энергетическому моделированию Open Energy Modelling Initiative использует пользовательский нижний колонтитул на нашем форуме с нашими условиями лицензирования и кликабельными ссылками на другие сервисы:
Я считаю, что это довольно полезно и также имеет значение в правовом контексте.
Конечно, мы также запрашиваем согласие на эти условия лицензирования в момент регистрации: