An open API service indexing awesome lists of open source software.

https://github.com/arpitjalan/discourse-custom-topic-button

Adds a custom button at the bottom of a topic.
https://github.com/arpitjalan/discourse-custom-topic-button

discourse-plugin

Last synced: about 1 year ago
JSON representation

Adds a custom button at the bottom of a topic.

Awesome Lists containing this project

README

          

discourse-custom-topic-button
=======================

Adds a custom button at the bottom of a topic.

Configuration
=====

From Admin > Site Settings > Plugin, modify `custom_topic_button_url`, `custom_topic_button_title`, `custom_topic_button_label`.

Installation
============

* Add the plugin's repo url to your container's `app.yml` file

```yml
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/discourse/discourse-custom-topic-button.git
```

* Rebuild the container

```
cd /var/docker
git pull
./launcher rebuild app
```

License
=======
MIT