Skip to content

yeahwhat-mc/discourse-yeahwhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-yeahwhat

Discourse customizations for our YEAHWHAT?! forums (http://forums.yeahwh.at).

Features

  • Minecraft avatars instead of initials
  • Minecraft heads plugin (Use [head:<minecraftplayer>] to show a 16x16 helm icon in your posts)

Installation

(Assuming you've installed Discourse via Docker.)

  1. Go into your Discourse folder:
    cd /var/discourse
  2. Open the container file (default should be app.yml) in your favourite editor:
    vi containers/app.yml
  3. Move down until you reach the cmd hooks and add the following line in the array:
    - git clone https://github.com/yeahwhat-mc/discourse-yeahwhat.git
  4. Save the file
  5. Pull the latest Discourse changes from GitHub repository as well as rebuild the Docker container:
    git pull
    ./launcher rebuild app
  6. Profit!

Credits

Version

1.0.0

About

Discourse customizations for YEAHWHAT?! forums

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published