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

{forumrow.L_FORUM_FOLDER_ALT} and {SEARCH_IMG} only return a language key.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.9-RC1
    • Styles
    • None

    Description

      functions_display.php defines the following template variable for the forumrow block which fails to obtain the appropriate language value from the $user->lang array. The returned value is simply the array key. Bantu suggested removing it as FORUM_FOLDER_IMG_ALT performs the same function correctly.

      'L_FORUM_FOLDER_ALT'	=> $folder_alt,

      viewtopic.php defines the following template variable which uses the SEARCH_USER_POSTS lang key as alt text. The key is defined in language/en/memberlist.php, so the actual language value is never returned.

      'SEARCH_IMG' 		=> $user->img('icon_user_search', 'SEARCH_USER_POSTS'),

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            prototech prototech [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: