Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Flagging new discussions as private
DamienElsing
New
I'm using Vanilla to create a support forum for a software product.
I'd like to give users the option to mark a new question/discussion as private, so that only the admins can see and respond to the issue. By default new discussions would be public though.
Is this possible and how would one go about it?
0
Comments
Here ya' go: https://github.com/vanillaforums/Addons/blob/master/plugins/SupportTracker
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
That's great - thanks. Which file do I add that code to?
I developed a plugin that does exactly what asked, but on a Category basis. Nice to know that Lincoln did something similar, it means that I was not off the mark.
My shop | About Me
class.supporttracker.plugin.php
.class.supporttracker.plugin.php
in a folder called SupportTracker/plugins
directorySearch first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Perfect - thanks a lot.