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.
Merge and Split discussions - possible?
I am helping someone with their Vanilla board (completely new to it) and we cannot seem to find an option in Vanilla to split or merge a discussion - is it not implemented? Is there a plugin for it? Or maybe its possible to write on (I am a PHP dev so if theres nothing out there I'll just write something but it's the hard way)
1
Comments
There's no possibility to split and merge threads at the moment.
There was an error rendering this rich post.
1. a link next to the first post linking to eg. /discussion/merge/32273
2. a method in plugin DiscussionController_merge_Create
And I am stuck not knowing how to invoke a view, where I could try rendering a form
$Sender->Render();
OK that was pretty obvious. I think I am on a good path
Not sure about split.
And maybe it wasn't on the "Garden" github, but the one with addons. I'll try to remember to have a look tomorrow.
'Name' => 'Split / Merge', 'Description' => 'Allows moderators with discussion edit permission to split & merge discussions.',
=> https://github.com/vanillaforums/Garden/tree/unstable/plugins/SplitMerge
I don't see the core dev creating and pushing to github something useless.
But I can try figuring out how the logic is supposed to work, and use it in my own plugin that would work on stable Vanilla