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

Empty template variable HISTORY_TITLE in ucp_pm_history

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • None
    • None

    Description

      hi,

      i ve found this in ucp_pm_history.html (originally found in black_pearl but i think it's in all styles)

      This is the original line i m talking about:

      <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">

      {L_MESSAGE_HISTORY} - {HISTORY_TITLE}</div></div></div></div>

      The above leaves a blanco replacment on HISTORY _TITLE wich makes it looks somewhat like this ..."Message History - " (somewhat like this ..because my language file is modified there!)

      I'm not sure if this is the best way to solve but to at least fill the blanc with something logical i've changed this line of code to:

      <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{L_MESSAGE_HISTORY}

      -

      {SUBJECT}

      </div></div></div></div>

      Attachments

        Activity

          People

            A_Jelly_Doughnut A_Jelly_Doughnut
            Joshua203 Joshua 203 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: