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

subsilver2 poll options must have a setting of 1 when editing a post

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 3.1.2
    • 3.1.3-RC1
    • Styles
    • None

    Description

      subsilver2 "poll options" must have a setting of 1-999 when editing a post
      /subsilver2/template/posting_poll_body.html
      <td class="row2"><input class="post" type="number" min="1" max="999" name="poll_max_options" size="3" maxlength="3" value="

      {POLL_MAX_OPTIONS}" /></td>
      should be
      <td class="row2"><input class="post" type="number" min="0" max="999" name="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}

      " /></td>

      Attachments

        Issue Links

          Activity

            People

              prototech prototech [X] (Inactive)
              Prosk8er Prosk8er [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: