Community Central
Community Central
m (+ja)
(switching to modified FandomDesktop version from MediaWiki:Common.css)
Tag: Help
(36 intermediate revisions by 29 users not shown)
Line 1: Line 1:
  +
Follow the steps below to set up '''[[Help:Wiki-style forums|wiki-style forums]]''' on a community.
[[Help:Wiki-style forums|Wiki-style forums]] are the default forums for wikis created since July 2006. Older wikis who desire this feature can follow the steps below or request help from the [[Help:Community Team|Wikia Community Team]].
 
   
 
== Initial setup ==
__TOC__
 
  +
:''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.''
== Initial Setup ==
 
Setting up a new wiki forum involves copying a set of pages to your local Wikia. 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 local wiki (all pages below are on the Starter Wiki):
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Forum:Index|Forum:Index}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Forum:Help desk|Forum:Help desk}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Forum:Watercooler|Forum:Watercooler}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Template:Forumheader/Help desk|Template:Forumheader/Help desk}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Template:Forumheader/Watercooler|Template:Forumheader*/Watercooler}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Template:Forumheader|Template:Forumheader}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Category:Forums|Category:Forums}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Category:Help desk|Category:Help desk}}
 
*# {{#NewWindowLink:http://starter.wikia.com/index.php?title=Category:Watercooler|Category:Watercooler}}
 
   
 
* Copy the following pages to your community (all pages below are on the Demo Wiki):
* If your wiki has customized CSS, ensure that the following CSS is in the local '''<tt>[[MediaWiki:Wikia.css]]</tt>''' (for the Wikia skin) and '''<tt>[[MediaWiki:Common.css]]</tt>''' (for the Monobook skin).
 
  +
*# [[w:c:demo:Forum:Index|Forum:Index]]
  +
*# [[w:c:demo:Forum:Help desk|Forum:Help desk]]
  +
*# [[w:c:demo:Forum:Watercooler|Forum:Watercooler]]
 
*# [[w:c:demo:Template:Forumheader/Help desk|Template:Forumheader/Help desk]]
 
*# [[w:c:demo:Template:Forumheader/Watercooler|Template:Forumheader/Watercooler]]
 
*# [[w:c:demo:Template:Forumheader|Template:Forumheader]]
  +
*# [[w:c:demo:Category:Forums|Category:Forums]]
 
*# [[w:c:demo:Category:Help desk|Category:Help desk]]
 
*# [[w:c:demo:Category:Watercooler|Category:Watercooler]]
 
* If your community has customized CSS, ensure that the following CSS is in the local '''<code>[[MediaWiki:Common.css]]</code>'''.
   
  +
<syntaxhighlight lang="css">
<pre style="margin-left: 2.5em">
 
 
/* Forum formatting - Algorithm & Splarka */
 
/* Forum formatting - Algorithm & Splarka */
  +
.forumheader {
.forumheader { border: 1px solid #AAAAAA; background-color: #F9F9F9; margin-top: 1em; padding: 12px; }
 
  +
border: 1px solid var(--theme-page-accent-mix-color);
.forumlist td span { display: block; padding-left: 10px; font-size: smaller; }
 
  +
background-color: var(--theme-page-text-mix-color-95);
.forumlist td span a { text-decoration: none; }
 
  +
color: var(--theme-page-text-color);
.forumlist td span.forum_author { padding-left: 30px; }
 
  +
margin-top: 1em;
.forumlist td.forum_edited a { text-decoration: none; }
 
  +
padding: 6px;
.forumlist td.forum_title a { padding-left: 20px; }
 
  +
}
.forumlist td.forum_title span a { padding-left: 0px; }
 
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(http://images.wikia.com/www/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; }
 
</pre>
 
   
 
.forumlist td.forum_edited a {
* Save {{#NewWindowLink:http://starter.wikia.com/index.php?title=Image:Forum new.gif|w:c:starter:Image:Forum new.gif}} to your hard drive, and then [[Special:Upload|upload]] to your local Wiki with the same name.
 
  +
color: var(--theme-page-text-color);
 
text-decoration: none
  +
}
   
 
.forumlist td.forum_title a {
* Add a link to Forum:Index to the '''[[Help:Wiki navigation|wiki navigation]]'''.
 
  +
padding-left: 20px;
  +
}
   
 
.forumlist td.forum_title a.forum_new {
== Testing the Setup ==
 
  +
font-weight: bold;
To test the forums, you can add welcome messages for each section, similar to those at {{#NewWindowLink:http://starter.wikia.com/index.php?title=Forum:Welcome to the help desk|Welcome to the help desk}} and {{#NewWindowLink:http://starter.wikia.com/index.php?title=Forum:Welcome to the watercooler|Welcome to the watercooler}}.
 
 
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 {
== Adding Additional Forums ==
 
  +
font-weight: normal;
*See [[Help:Wiki-style forums]].
 
  +
background: none;
  +
padding-left: 20px;
  +
}
   
 
.forumlist th.forum_title {
[[pthelp:Ajuda:Criar fóruns ao estilo wiki]]
 
  +
padding-left: 20px;
[[ja:Help:ウィキスタイルフォーラム/セットアップ]]
 
  +
}
[[Category:Help|Forum]]
 
  +
</syntaxhighlight>
[[Category:Administration help|{{PAGENAME}}]]
 
  +
 
* 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:Navigation|wiki navigation]]'''.
  +
 
== Testing the setup ==
 
To test the forums, you can add welcome messages for each section, similar to those at [[w:c:demo:Forum:Welcome to the help desk|Welcome to the help desk]] and [[w:c:demo:Forum:Welcome to the watercooler|Welcome to the watercooler]].
  +
  +
== See more ==
 
* [[Help:Wiki-style forums]]
  +
  +
== Further help and feedback ==
  +
{{Help and feedback section}}
  +
[[es:Ayuda:Foro de estilo wiki/Configuración]]
  +
[[fr:Aide:Forums_de_type_wiki/paramétrage]]
 
[[ja:ヘルプ:ウィキスタイルフォーラム/セットアップ]]
  +
[[pl:Pomoc:Forum w stylu wiki/tworzenie]]
  +
[[pt:Ajuda:Fórum estilo-wiki/configuração]]
  +
[[ru:Справка:Вики-форум/подключение]]
  +
[[tr:Yardım:Wiki stili forumları/kurulum]]
  +
[[zh:Help:Wiki格式论坛/设立]]
 
[[Category: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