Skip to content

www2014/discourse_user_directory

 
 

Repository files navigation

DiscourseUserDirectory

Installation

1) Add discourse_user_directory to your Discourse app’s plugins directory

$ cd plugins
$ git clone git:/www2014/discourse_user_directory.git

2) Add |directory to top_menu in the admin panel

Problems:

When the translation is not displayed, remove the files in tmp/cache/assets/development/* and restart the rails server.
On production you have to precompile the assets, when the deploy precess dont do this.
RAILS_ENV=production bundle exec rake assets:precompile

For update:

Make a git pull for update to the newst version

This project rocks and uses MIT-LICENSE.

About

A user directory plugin for Discourse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.4%
  • JavaScript 41.0%
  • CSS 1.6%