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

Flash attachments are not displayed in subsilver2.

    XMLWordPrintable

Details

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

    Description

      Attached flash files (.swf) are not visible in post because the template
      File affected : attachment.html
      Find :

      <param name="movie" value="{_file.U_DOWNLOAD_LINK}" />

      Replace with :

      <param name="movie" value="{_file.U_VIEW_LINK}" />

      Find :

      <embed src="{_file.U_DOWNLOAD_LINK}" 

      Replace with :

      <embed src="{_file.U_VIEW_LINK}" 

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            leviatan21 leviatan21 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: