Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-14926

Allow regular users to add a reason for editing their posts

    XMLWordPrintable

Details

    • Improvement
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.1.10, 3.2.0-RC1, 3.2.0-RC2
    • None
    • Posting
    • None

    Description

      Currently a regular user is not allowed to enter a reason for editting.
      This is enforced by posting.php as only m_edit permissions are being checked.

      This makes the feature not available to non-moderator users in any case.

       

      'S_EDIT_REASON' => ($mode == 'edit' && $auth->acl_get('m_edit', $forum_id)) ? true : false,

      {/code}

      https://github.com/phpbb/phpbb/blob/master/phpBB/posting.php#L1796

      Instead why not add the permission level u_edit_reason to allow users to enter a reason for changing their post?

      Attachments

        Activity

          People

            Unassigned Unassigned
            Milan0 Milan0 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: