Community Central
Community Central
(Update)
m (Bot: removing obsolete interlanguage links, see Thread:516694#10)
Tag: Help
Line 44: Line 44:
 
{{Help and feedback section}}
 
{{Help and feedback section}}
   
[[pthelp:Ajuda:Criar fóruns ao estilo wiki]]
+
[[pt:Ajuda:Criar fóruns ao estilo wiki]]
 
[[ja:Help:ウィキスタイルフォーラム/セットアップ]]
 
[[ja:Help:ウィキスタイルフォーラム/セットアップ]]
   

Revision as of 10:52, 1 July 2014

Wiki-style forums are included by default in all wikias. If you need to recreate the forum set up for any reason (such as the original being deleted), you can follow the steps below to recreate it:

Initial setup

Setting up a new wiki-style 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.

  • If your wikia has customized CSS, ensure that the following CSS is in the local MediaWiki:Wikia.css (for the Wikia skin) and MediaWiki:Common.css (for the Monobook skin).
/* Forum formatting - Algorithm & Splarka */
.forumheader { border: 1px solid #AAAAAA; 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: 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; }

Testing the setup

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}}.

Adding additional forums

Further help and feedback