Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-8696

Locked topic still shows quick reply

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.6
    • 3.0.x
    • Viewing posts
    • None
    • PHP Environment:
      Database:

      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,

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

              Created:
              Updated:
              Resolved: