Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Moderation Tools
This discussion has been closed.
Comments
I am looking forward to this, as I'm sure many who requested this earlier are.
I have a few discussions where a comment should be moved from one discussion to the other--rather than merge, just take the one comment--is this possible with your extension?
Wallphone said: well this is exactly what merge does
the extension works this way:
in the discussion grid you got a "moderate discussion" link on each discussion plus each discussion got displayed the discussion ID(this is to know the discussion ID that you want to target with merge).
once you click on the "moderate discussion" you get teletransported to the "mod tools" tab (before that invisible, of course only visible to who has permission to moderate).
Once there you got the comment grid and each comment as checkbox " split or merge", on top of the comment grid (below the menu tabs ) you got the split discussion mod form and a link to switch to merge mode.
split makes a new discussion with selected comments.
merge moves the selected comments (one or as many as you selected) to another discussion.
ftm with merge I made possible merging only to old discussion otherways the new comment will mess with the order of comments in the targeted discussion (as vanilla orders comments by date) but I could do that if your targeted discussion is newer than the source discussion, then we will write the current date to the comment, like this the order of the targeted discussion won't be a mess ...
wow! I hope that is clear...
That intermixing problem stumped me. Never considered limiting a total merge to old threads. Maybe have a way to preview/undo a merge? --add an OR clause with the source discussion ID in the where clause... hmm...
Exception would be a total merge... but I suppose the whispers could remain as the last posts in the discussion effectively making it a private discussion... On second thought, total merges should move whispers because they would be out of context if moved.
Total merges should have some sort of redirect in place to direct anyone who bookmarked or found a thread in a search engine...
I visualize a 'check all' checkbox that triggers a total merge.
As far as previews and such, will be glad to poke around the code and give suggestions, but am a bit busy at the moment.
Bye
Tiggr
when using this with panel lists, the tools are scattered across the panel--some at the top, some in the middle and some at the bottom. I think they would be better all grouped in the same panel list--I love the show and hide function--keeps clutter away from the moderator's screen.
Split and merge both look like they should work... but they don't seem to do anything other than delete the category for that discussion. I have the 'broken' mod-rewrite installed so some of those problems are probably related to that...
Just scanning through the code, I see a lot of $_GET['blah']'s. Not sure if you know about them, but if you use ForceIncomingString (or int, or bool, etc), defined in framework.functions.php, you can specify a default value if nothing was passed... and it works for both GET and POST.