Congratulations, you are now the proud owner of your very own Civilized Discourse Construction Kit. :hatching_chick:

Admin Dashboard

As an admin you have total control over this Discourse instance. Exercise your admin superpowers via the admin dashboard at

/admin

You can also access it via the “hamburger” menu in the upper right: Admin functions are generally marked with the wrench :wrench: icon, so look for that.

Enter Required Settings

Go to the Required tab of the site settings and enter all the required fields. Until you set these required fields, your Discourse is broken! Go ahead and do that now.

We’ll wait.

Customize Logos and Colors

By default you get the standard “penciled in” Discourse logo. Look for the assets for the site design topic; follow the instructions there to upload your logos to that topic, and then paste the uploaded image paths into the required logo settings.

To quickly give your Discourse a distinctive look, without having to edit or understand CSS, create a new color scheme via Customize, Colors.

You can also specify custom CSS and custom HTML headers/footers to further customize the look. One common request is a navigation header that takes you back to the parent site. Here is some example HTML to put in Customize, CSS/HTML under “Header”:

<div id="top-navbar" class="container" style="padding:5px 0 0 5px">
  <a href="http://example.com">Home</a> |
  <a href="http://example.com/about/">About</a> |
  <a href="http://example.com/news/">News</a> |
  <a href="http://example.com/products/">Products</a> |
  <a href="http://blog.example.com/blog">Blog</a> |
  <a href="http://forums.example.com/">Forums</a>
</div>

Establish Staff

Staff members are official representatives of this community. There are two kinds of Staff:

  1. Admins, who can do anything and configure anything on this site.
  2. Moderators, who can edit all posts and users, but cannot add categories or change any site settings.

To add additional staff members:

Private or Public?

Discourse assumes you want a public discussion area. If you prefer a private one, change these login site settings:

  • must approve users
  • login required
  • invite only

If you only want some parts of your site to be private, edit category permissions. You already have one private category: this topic is in it!

Configure Login Methods

Users can log in with traditional local username and password accounts. You may want to add:

If you want to get extra-fancy you can also set up single-sign on, or even build your own login method.

Test Your Email

Email is required for new account signups and notifications. Test your email to make sure it is configured correctly! Visit the admin email settings, then enter an email address in the “email address to test” field and click send test email.

  • You got the test email? Great! Read that email closely, it has important email deliverability tips.
  • You didn’t get the test email? This means your users probably aren’t getting any signup or notification emails either.

Email deliverability can be hard. We strongly recommend using dedicated email services like Mandrill, MailGun, or MailJet, which offer generous free plans that work fine for most communities.

If you’d like to enable replying to topics via email, see this howto.

What and Who is this site for?

One of the default topics is Welcome to Discourse. This topic is pinned globally, so it will appear on the homepage, right at the top of the topic list, for all new users. Try viewing your site with incognito, inprivate, or anonymous mode enabled in your browser to see it how new users will.

Your welcome topic is important because it is the first thing you visitors will see:

  • Where am I?
  • Who are these discussions for?
  • What can I find here?
  • Why should I visit?

Edit your welcome topic and write a brief introduction to your community. Think of it as your “elevator pitch” – how would you describe this site to a stranger on an elevator when you had about 1 minute to talk?

Note that pinning topics works a little differently in Discourse:

  • Users can hide pins on topics once they have read them via the controls at the bottom of the topic, so they aren’t always pinned forever for everyone.
  • When you pin a topic, you can choose to pin it globally to all topic lists, or pin it only within its category.

If a pin isn’t visible enough, you can also turn one single topic into a banner. The banner topic floats on top of all topics and all primary pages. Users can permanently dismiss this floating banner by clicking the × in the upper right corner.

To make (or remove) a pin or a banner, use the admin wrench at the top right or bottom of the topic.

Set the Homepage

By default your homepage is a simple list of the latest posts.

We strongly recommend sticking with this homepage for small and medium communities until you start getting lots of new topics every day.

You can change the homepage to the Categories list by editing top menu in the Basic Setup site settings. Change it from the default of

latest|new|unread|top|categories

to

categories|latest|new|unread|top

That is, move categories from the far right to the far left – that leftmost top menu item is your default homepage.

Build Your Own FAQ

Right now your FAQ is the same Creative Commons universal rules of civilized discourse we provide to all Discourse installs. These built-in community guidelines are referenced a bunch of places; please do use them and refer to them often – they really work!

However, if you want to set up a more detailed FAQ dealing with the specifics of your community, here’s how:

  1. Create a new meta topic, titled “Frequently Asked Questions (FAQ)” or similar.

  2. Use the admin wrench icon below the post to make it a wiki post. This means the post is now editable to any user with a trust level of 1 or higher.

  3. Note the URL to that topic.

  4. Paste that URL into the faq url setting in the admin site settings. This links your topic from the hamburger FAQ menu entry at the top right of every page.

Now you have a community FAQ for your site that is collaboratively editable, and linked from every page on the site.

Categories

You have three default categories:

  1. Meta – general discussion about the site itself. It’s important!
  2. Lounge – a perk for users at trust level 3 and higher
  3. Staff – visible only to staff (admins and moderators)

Don’t create too many initial categories, as you can overwhelm your audience. You can always add more categories, and easily bulk recategorize topics later. It’s better to figure out the organization as you go rather than assuming you’ll get it all right from the beginning (hint: you won’t).

To add a category, visit the categories page, then click Create Category at the upper right. You can set security per-category so only certain groups of users can see topics in that category.

Every category has an initial “About this category” topic. This topic will be pinned to the top of the category, and the description you enter will be used in a bunch of places. Be sure to give your new category a good, clear description, so people understand what belongs there!

File Uploads

Basic image uploads work fine out of the box stored locally, provided you have adequate disk space.

  • If you’d like other sorts of files to be uploaded beyond just images, modify the file settings.

  • If you’d rather store your images and files on Amazon S3, follow this howto.

New User Sandbox and the Trust System

If your discussion area is be open to the public, new visitors will arrive that are initially strangers to the community. Discourse has a trust system where users can, over time, earn the trust of the community and gain abilities to assist in governing their community.

Discourse is designed to offer safe defaults for public communities, even with no active moderation.

0 (new) → 1 (basic) → 2 (member) → 3 (regular) → 4 (leader)

All new users start out in a sandbox with restrictions for everyone’s safety. Trust level 0 (new) users cannot

  • post more than 2 hyperlinks
  • post any images or file attachments
  • send private messages
  • flag posts or topics
  • have actual links in the “about me” field of their profile
  • @name mention more than 2 users in a post

Virtually every action a user can take is rate limited for safety, and especially so for new users. But don’t worry, new users can transition to trust level 1 in about 15 minutes.

These defaults are safe, but they may be too conservative for your site:

  • If you are pre-vetting all users, or your site is private and you approve all new users manually, you can set everyone’s default trust level to 1.

  • You can relax individual new user restrictions. Search settings for newuser. Ones commonly adjusted are newuser max images, newuser max replies per topic, newuser max links.

User Content Licensing

Out of the box, Discourse defaults to Creative Commons licensing.

Your users will always retain copyright on their posts, and will always grant the site owner enough rights to include their content on the site.

Who is allowed to republish the content posted on this forum?

  1. Only the author
  2. Author and the owner of this forum
  3. Anybody*

Number 3 is the Discourse default – that’s Creative Commons BY-NC-SA 3.0.

If that’s not what you want, edit the Terms of Service to taste via the edit link at the top.

Building Your Community

Be patient; building communities is hard. Before launching, be sure to:

  1. Define your community’s purpose in a pinned or banner topic.
  2. Seed the discussion with interesting topics.
  3. Commit to visiting and participating regularly.
  4. Link your community everywhere and promote it so people can find it.

There’s more advice at Building a Discourse Community.

Sending Invitations

One way to get people to visit your site is to invite them via email. You can do this via:

  • The Invite button at the bottom of the topic.
  • The Invite area on your profile page.

The invite area on your profile page also includes advanced Staff methods of sending bulk invites, and inviting users into groups.

Maintenance

Need more Help?

For more assistance on configuring and running your Discourse forum, see meta.discourse.org.


Have suggestions to improve or update this guide? Submit a pull request.