The main thing I am looking for is a plugin to allow users to vote on topics within the categories that I have. My forum is based on ideas, and I want the best ideas(the ones with the most votes) to be shown first.
After that, I want you to just make sure everything on the site is in good working order before I start getting a decent amount of users.
Just add it to your app.yml in ~/var/discourse/containers with say nano app.yml and rebuild as per
## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/discourse-voting
(don’t remove the existing git clone commands, just add this to the list on its own line)
It’s not a theme component. That interface is unsuitable for plugin installation. There is no web based UI for plugin installation. You have to do everything from the Linux command line. You need to use a terminal to log on via ssh:
How did you install Discourse? If you did a standard install, you would have needed to ssh to the server.
It should be the same as the hostname’s IP. Something like
ssh root@your.server.name
should work. If it doesn’t then you’ll need to get help from whoever set up your server. Or, if you used something like bitnami you can ask for help from them.
If you’re on the Professional plan or higher, you can help yourself by going to Plugins in our control panel. That will allow you to install / remove the 20 most common plugins.