Community Central
Community Central
No edit summary
Tag: Help
(switching to modified FandomDesktop version from MediaWiki:Common.css)
Tag: Help
(13 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Follow the steps below to set up '''[[Help:Wiki-style forums|Wiki-style forums]]''' on a community.
+
Follow the steps below to set up '''[[Help:Wiki-style forums|wiki-style forums]]''' on a community.
   
 
== Initial setup ==
 
== Initial setup ==
:''Note: On some communities, the "Forum:" namespace is in an archived state, due to past or present usage of the [[Help:Forum|Forum]] feature. An admin can [[Special:Contact|contact FANDOM staff]] to have the archived state removed.'' cccc
+
:''Note: On some communities, the "Forum:" namespace is in an archived state, due to past usage of the [[Help:Forum|Forum]] feature. An admin can {{contact}} 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.
 
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.
  +
 
* Copy the following pages to your community (all pages below are on the Demo Wiki):
 
* Copy the following pages to your community (all pages below are on the Demo Wiki):
 
*# [[w:c:demo:Forum:Index|Forum:Index]]
 
*# [[w:c:demo:Forum:Index|Forum:Index]]
Line 15: Line 16:
 
*# [[w:c:demo:Category:Help desk|Category:Help desk]]
 
*# [[w:c:demo:Category:Help desk|Category:Help desk]]
 
*# [[w:c:demo:Category:Watercooler|Category:Watercooler]]
 
*# [[w:c:demo:Category:Watercooler|Category:Watercooler]]
* If your community has customized CSS, ensure that the following CSS is in the local '''<tt>[[MediaWiki:Wikia.css]]</tt>''' (for the default skin) and '''<tt>[[MediaWiki:Common.css]]</tt>''' (for the Monobook skin).
+
* If your community has customized CSS, ensure that the following CSS is in the local '''<code>[[MediaWiki:Common.css]]</code>'''.
  +
 
<syntaxhighlight lang="css">
 
<syntaxhighlight lang="css">
 
/* Forum formatting - Algorithm & Splarka */
 
/* Forum formatting - Algorithm & Splarka */
 
.forumheader {
 
.forumheader {
border: 1px solid #AAA;
+
border: 1px solid var(--theme-page-accent-mix-color);
background-color: #F9F9F9;
+
background-color: var(--theme-page-text-mix-color-95);
  +
color: var(--theme-page-text-color);
margin-top: 1em;
+
margin-top: 1em;
padding: 12px;
+
padding: 6px;
}
 
 
.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 {
 
.forumlist td.forum_edited a {
  +
color: var(--theme-page-text-color);
text-decoration: none;
 
 
text-decoration: none
 
}
 
}
   
 
.forumlist td.forum_title a {
 
.forumlist td.forum_title a {
padding-left: 20px;
+
padding-left: 20px;
}
 
 
.forumlist td.forum_title span a {
 
padding-left: 0;
 
 
}
 
}
   
 
.forumlist td.forum_title a.forum_new {
 
.forumlist td.forum_title a.forum_new {
font-weight: bold;
+
font-weight: bold;
background: url(https://images.wikia.nocookie.net/main-page-demo/images/4/4e/Forum_new.gif) center left no-repeat;
+
background: url('https://images.wikia.nocookie.net/central/images/4/4e/Forum_new.gif') center left no-repeat;
padding-left: 20px;
+
padding-left: 20px;
 
}
 
}
   
 
.forumlist td.forum_title a.forum_new:visited {
 
.forumlist td.forum_title a.forum_new:visited {
font-weight: normal;
+
font-weight: normal;
background: none;
+
background: none;
padding-left: 20px;
+
padding-left: 20px;
 
}
 
}
   
 
.forumlist th.forum_title {
 
.forumlist th.forum_title {
padding-left: 20px;
+
padding-left: 20px;
 
}
 
}
 
</syntaxhighlight>
 
</syntaxhighlight>
  +
 
* Save [[w:c:demo:Image:Forum new.gif|File:Forum new.gif]] to your hard drive, and then [[Special:Upload|upload]] to your local community with the same name.
 
* Save [[w:c:demo:Image:Forum new.gif|File:Forum new.gif]] to your hard drive, and then [[Special:Upload|upload]] to your local community with the same name.
* Add a link to Forum:Index to the '''[[Help:Wiki navigation|wiki navigation]]'''.
+
* Add a link to Forum:Index to the '''[[Help:Navigation|wiki navigation]]'''.
   
 
== Testing the setup ==
 
== Testing the setup ==
Line 78: Line 65:
 
== 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]]
 
[[ja:ヘルプ:ウィキスタイルフォーラム/セットアップ]]
 
[[ja:ヘルプ:ウィキスタイルフォーラム/セットアップ]]
  +
[[pl:Pomoc:Forum w stylu wiki/tworzenie]]
 
[[pt:Ajuda:Fórum estilo-wiki/configuração]]
 
[[pt:Ajuda:Fórum estilo-wiki/configuração]]
 
[[ru:Справка:Вики-форум/подключение]]
  +
[[tr:Yardım:Wiki stili forumları/kurulum]]
 
[[zh:Help:Wiki格式论坛/设立]]
 
[[zh:Help:Wiki格式论坛/设立]]
[[ru:Справка:Вики-форум/подключение]]
 
 
[[Category:Help]]
 
[[Category:Help]]
 
[[Category:Administration help]]
 
[[Category:Administration help]]

Revision as of 19:50, 9 August 2021

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 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 var(--theme-page-accent-mix-color);
	background-color: var(--theme-page-text-mix-color-95);
	color: var(--theme-page-text-color);
	margin-top: 1em;
	padding: 6px;
}

.forumlist td.forum_edited a {
	color: var(--theme-page-text-color);
	text-decoration: none
}

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

.forumlist td.forum_title a.forum_new {
	font-weight: bold;
	background: url('https://images.wikia.nocookie.net/central/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