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

Locked topic still shows quick reply

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.x
    • 3.0.6
    • Viewing posts
    • None
    • PHP Environment:
      Database:

    Description

      If set as locked, quick reply button will still show in the topic. Fix is

      OPEN

      viewtopic.php

      FIND

      'S_QUICK_REPLY'			=> true,

      REPLACE WITH

      'S_QUICK_REPLY'			=> ($topic_data['topic_status'] != ITEM_LOCKED) ? true : false,

      Attachments

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              RMcGirr83 Rich McGirr
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: