SSP v2.5.X and Later Header Images

Instructions to Change the Header Images in SSP and MyGPS

Updated: 10/12/2014

Applies to SSP v2.5.X or later

Purpose: 

Standard images displayed at header in SSP and MyGPS are provided in the source code.  T'he images can be swapped out in the source code so deployments will include an image to represent the implementation.  Most commonly, implementers swap the default image with the institution/organization logo.

SSP

The header display throughout the application on the top with the portlet navigation.

Default Display

Image Specifications

  • Pixels: 190 w X 41 h
  • Transparent background
  • Background is a blue gradient

Steps to Replace Default Image

  1. In the source repository for ssp-platform, navigate to the image directory

  2. <ssp-platform source>/uportal-war/src/main/webapp/media/skins/universality/ssp/images
  3. Make a copy of the default portal_logo.png

  4. Replace the exiting file with the desired logo, retaining the portal_logo.png
  5. Build and deploy the application.  If you are changing both image, perform the build and deployment after making changes to the MyGPS logo
  6. The deployed file will be located at <container-root>/ssp-platform/media/skins/universality/ssp/images

MyGPS

The header display throughout the application on the top above the Resource content

Default Display

Image Specifications

  • Pixels: 40 w X 35 h
  • Transparent background
  • Background is a blue gradient

Steps to Replace Default Image

  1. In the source repository for SSP, navigate to the image directory

  2. <SSP source>/src/main/webapp/MyGPS/images
  3. Make a copy of the default logo.png

  4. Replace the exiting file with the desired logo, retaining the logo.png
  5. Build and deploy the application.  If you are changing both image, perform the build and deployment after making changes to the SSP logo
  6. The deployed file will be located at <container-root>/ssp/MyGPS/images