Community Central
Community Central
m (Minor tweaks)
m (+TR)
Tag: Help
Line 81: Line 81:
 
== Further help and feedback ==
 
== Further help and feedback ==
 
{{Help and feedback section}}
 
{{Help and feedback section}}
 
 
[[es:Ayuda:Foro de estilo wiki/Configuración]]
 
[[es:Ayuda:Foro de estilo wiki/Configuración]]
 
[[fr:Aide:Forums_de_type_wiki/paramétrage]]
 
[[fr:Aide:Forums_de_type_wiki/paramétrage]]
Line 87: Line 86:
 
[[pl:Pomoc:Forum w stylu wiki/tworzenie]]
 
[[pl:Pomoc:Forum w stylu wiki/tworzenie]]
 
[[pt:Ajuda:Fórum estilo-wiki/configuração]]
 
[[pt:Ajuda:Fórum estilo-wiki/configuração]]
[[zh:Help:Wiki格式论坛/设立]]
 
 
[[ru:Справка:Вики-форум/подключение]]
 
[[ru:Справка:Вики-форум/подключение]]
  +
[[tr:w:c:tr.help:Yardım:Wiki stili forumları/kurulum]]
 
[[zh:Help:Wiki格式论坛/设立]]
 
[[Category:Help]]
 
[[Category:Help]]
 
[[Category:Administration help]]
 
[[Category:Administration help]]

Revision as of 17:12, 29 November 2019

Follow the steps below to set up wiki-style forums on a community.

Initial setup

Note: On some communities, the "Forum:" namespace is in an archived state, due to past or present usage of the Forum feature. An admin can contact Fandom staff to have the archived state removed.

Setting up a new wiki-style forum involves copying a set of pages to your wiki. This page describes a basic set-up that adds two forums. Many aspects of this can be customized, but this set-up gives a good place to start.

/* Forum formatting - Algorithm & Splarka */
.forumheader {
    border: 1px solid #AAA;
    background-color: #F9F9F9;
    margin-top: 1em;
    padding: 12px;
}

.forumlist td span {
    display: block;
    padding-left: 10px;
    font-size: smaller;
}

.forumlist td span a {
    text-decoration: none;
}

.forumlist td span.forum_author {
    padding-left: 30px;
}

.forumlist td.forum_edited a {
    text-decoration: none;
}

.forumlist td.forum_title a {
    padding-left: 20px;
}

.forumlist td.forum_title span a {
    padding-left: 0;
}

.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url(https://images.wikia.nocookie.net/main-page-demo/images/4/4e/Forum_new.gif) center left no-repeat;
    padding-left: 20px;
}

.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}

.forumlist th.forum_title {
    padding-left: 20px;
}

Testing the setup

To test the forums, you can add welcome messages for each section, similar to those at Welcome to the help desk and Welcome to the watercooler.

See more

Further help and feedback