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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.1.3-RC1
    • 3.1.2
    • Styles
    • None

      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>

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

              Created:
              Updated:
              Resolved: