Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 889 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 889 Bytes

Logo click plugin for Discourse

A simple plugin to make the target of a logo click configurable in Discourse.

Development version, beware. Things might break.

Installation:

  • follow these steps.
  • or, ssh into your Docker container. Do a cd /var/www/discourse/plugins; git clone https://github.com/JSey/logo-click and next, RAILS_ENV=production rake assets:precompile&& sv restart unicorn (on a production install. On development, you know the drill...)

Configuration:

configuration screenshot

...not much more to say here.

ToDo

  • think of possible enhancements
  • convince Discourse staff that this should go into the core
  • brace for impact when this hits: discourse/discourse#3799