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

Usernotes not showing in mcp_post.html template

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.10
    • None
    • Styles

    Description

      In the mcp_post.html template file, there appears to be a user notes section, see:

       

          <!-- IF S_SHOW_USER_NOTES -->
              <div class="panel" id="usernotes">
                  <div class="inner">            <form method="post" id="mcp_notes" action="{U_POST_ACTION}">            <!-- IF S_USER_NOTES -->
                      <h3>{L_FEEDBACK}</h3>                <!-- BEGIN usernotes -->
                          <span class="small"><strong>{L_REPORTED_BY}{L_COLON} {usernotes.REPORT_BY} &laquo; {usernotes.REPORT_AT}</strong></span>
                          <!-- IF S_CLEAR_ALLOWED --><div class="right-box"><input type="checkbox" name="marknote[]" value="{usernotes.ID}" /></div><!-- ENDIF -->
                          <div class="postbody">{usernotes.ACTION}</div>                    <hr class="dashed" />
                      <!-- END usernotes -->                <!-- IF S_CLEAR_ALLOWED -->
                          <fieldset class="submit-buttons">
                              <input class="button2" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" />&nbsp;
                              <input class="button2" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" />
                          </fieldset>
                      <!-- ENDIF -->
                  <!-- ENDIF -->            <h3>{L_ADD_FEEDBACK}</h3>
                  <p>{L_ADD_FEEDBACK_EXPLAIN}</p>            <fieldset>
                      <textarea name="usernote" rows="4" cols="76" class="inputbox"></textarea>
                  </fieldset>            <fieldset class="submit-buttons">
                      <input class="button1" type="submit" name="action[add_feedback]" value="{L_SUBMIT}" />&nbsp;
                      <input class="button2" type="reset" value="{L_RESET}" />
                      {S_FORM_TOKEN}
                  </fieldset>
                  </form>            </div>
              </div>
          <!-- ENDIF --> 

      This doesn't seem to show up,  I have tried everything I can think of with notes, warnings, reports etc and it still doesn't appear.

       

      Is this a bug? or am I missing something?

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: