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.
Make this Discussion Private
I just installed the ForceWhipser extension form Mini (through Mark) and want to start using it for all my conversations with my clients through my project management install of Vanilla. However, i have about 2 months of conversations that did not use this extension, so I have to go back and revert these conversations over to the new method.
My issue right now is, I can edit all comments in a 2-person discussion so that each comment is whispering to the other, EXCEPT for the first comment. I'd like to make all conversations private. However, without being able to edit that first comment so that it is a whisper, I can't do this.
Would it be concievable for one of you code-writing fellows to put something together that would add an option in the option sidebar of a discussion, like "Make this Discussion Sticky," but have it "Make this Discussion Private."
Then it could either auto-detect which user is already being whispered to in the discussion, OR - it would open up a drop down list of which user you want to whisper that comment to.
My issue right now is, I can edit all comments in a 2-person discussion so that each comment is whispering to the other, EXCEPT for the first comment. I'd like to make all conversations private. However, without being able to edit that first comment so that it is a whisper, I can't do this.
Would it be concievable for one of you code-writing fellows to put something together that would add an option in the option sidebar of a discussion, like "Make this Discussion Sticky," but have it "Make this Discussion Private."
Then it could either auto-detect which user is already being whispered to in the discussion, OR - it would open up a drop down list of which user you want to whisper that comment to.
0
This discussion has been closed.
Comments
my project management install of Vanilla
not to derail your thread, but where can i get such a thing?
That will turn the whole discussion into a private discussion between those two people.
Please back up your database. I haven't completely tested it on everything. But, for what I needed, that is what seems to be working.
This has allowed me to be able to go from 70 client-specific categories, 70 client-specific roles, and 70 client-specific unwhispered discussions to 2 categories (depending on whether or not they are a new client or an existing client), 2 roles (mirroring the 2 categories), and 70 whispered discussions. The client can only see the category they have been assigned, and since all discussions are whispered, they only see the discussion whispered to them.
@Dinoboff -> if you have 4-5 users replying to a discussion, then no - its not possible from what I can assume without having anything to test with - however, if you give those responding the permission to view whispered discussions/conversations, then they can still be apart of the conversation. Its just that the discussion itself would be theoretically between the user that started the convo, and the user that is identified by whisper_to field in your DB. However, if you did change the DB's whisper_to field to let's say user "2", and user 4, 5, 7, and 1 (you), are already participating in the convo, then I can only assume that the conversation can resume without any problems, and those 4 users, including you, should theoretically be whispering to user 2.