Community Central
Community Central
(phpBB-style forums are no longer supported)
(No difference)

Revision as of 22:00, 22 June 2012

Wikia had two types of forums for carrying on threaded discussions, but now only the Wiki-style forums are supported. Here we discuss the set-up of Wiki-style forums. The phpBB-style forums are no longer supported.

Wikis created since July 2006 have had Forums installed at creation. Older wikis who desire this feature can follow the steps below or request help from the Wikia Community Team.

How do I set up forums?

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 customised, but this set-up gives a good place to start.

  • Copy the following pages to the same title on your local wikia (all links go to the Wikia starter wiki):
  1. Forum:Index
  2. Forum:Help desk
  3. Forum:Watercooler
  4. Template:Forumheader/Help desk
  5. Template:Forumheader/Watercooler
  6. Template:Forumheader
  7. Category:Forums
  8. Category:Help desk
  9. Category:Watercooler
  • If you are not using the default CSS (this may occur if you have custom CSS, or wiki is not in English), copy the following text to the local MediaWiki:Wikia.css.
/* 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: 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; }


  • Add (optionally) a link to Forum:Index to the local sidebar
**Forum:Index|Forum

You may wish to test the forums by adding welcome messages similar to those at Welcome to the help desk and Welcome to the watercooler.

How do I add new forums in addition to the defaults?

See Help:Wiki-style forums.