Change view permission

Support
  1. 3 months ago

    I don't see why a moderator/administrator cannot change view permission on a conversation.
    For what I understand only the Original Poster can change the view permission on a conversation.

  2. Edited 3 months ago by ram

    Also the OP is not listed in person that can view a private conversation. This is a bug for me.
    Edit: This seems to be a problem inside the migration script.

    I used this SQL request to update allowed members (change your prefix):

    UPDATE `et2_member_conversation`, `et2_conversation` SET `et2_member_conversation`.`allowed`= 1 
    WHERE `et2_member_conversation`.`id` = `et2_conversation`.`startMemberId` 
    AND `et2_member_conversation`.`conversationId` = `et2_conversation`.`conversationId`
  3. 2 months ago

    Toby

    Feb 24 Administrator

    Find this post ram I don't see why a moderator/administrator cannot change view permission on a conversation.
    For what I understand only the Original Poster can change the view permission on a conversation.

    This is intentional. Since private conversation functionality is intended to replace traditional "private messages" that other forums have, it made sense to only allow the OP to change the people who can view it. Otherwise, there is the risk of a sensitive conversation being exposed by an Administrator or Moderator.

    Find this post ram Also the OP is not listed in person that can view a private conversation. This is a bug for me.
    Edit: This seems to be a problem inside the migration script.

    Correct, nice fix.

  4. Right you made a point. I thought a moderator that has access to a conversation could change participants, but I guess your point of view is correct.

or Sign Up to reply!