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

Use image from configuration file for displaying online-status.

    XMLWordPrintable

Details

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

    Description

      In colours.css (prosilver) there is:

      .online {
      	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
      }

      Which would be better as:

      .online {
      	background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
      }

      in order for the image to be changed via the ACP.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: