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.
- Host: GitHub
- URL: https://github.com/arpitjalan/discourse-custom-topic-button
- Owner: arpitjalan
- Created: 2015-12-01T20:53:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T09:53:13.000Z (over 7 years ago)
- Last Synced: 2025-03-26T06:43:34.366Z (about 1 year ago)
- Topics: discourse-plugin
- Language: JavaScript
- Size: 9.77 KB
- Stars: 6
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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