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

BBCode isn't parsed when issuing a warning for a post

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 3.1.0-RC6
    • None
    • None

    Description

      In phpBB 3.1 RC5, when issuing a warning for a post, the MCP shows the post contents under "Post details" but the BBCode isn't parsed properly.

      Easy fix: /includes/mcp/mcp_warn.php
      Find: $parse_flags = OPTION_FLAG_SMILIES | ($row['bbcode_bitfield'] ? OPTION_FLAG_BBCODE : 0);
      Replace with: $parse_flags = OPTION_FLAG_SMILIES | ($user_row['bbcode_bitfield'] ? OPTION_FLAG_BBCODE : 0);

      Attachments

        Activity

          People

            Marc Marc
            kasimi kasimi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: