Use custom pages and themes for administrative portlets

 

+

Search Tips   |   Advanced Search

 

Administrative portlets include all of the portlets that appear on the administrative pages when you navigate to Administration.

Administrative portlets are listed in Portal administration portlets.

Administrative portlets depend on services provided by the administrative themes. Most important, the tag...

<portal:adminNavHelper/>

...must be present in the parent JSPs...

...for any theme to support administrative portlets.

 

Assigning custom themes to the administrative pages

To apply a custom theme to the administrative pages, follow these steps to ensure the portlets will continue to function correctly.

  1. Make a backup copy of the /Admin and /AdminLeftNavigation theme directories.

  2. Create a new directory and copy your custom theme files into the new directory, for example, /myadmin.

  3. Add the <portal:adminNavHelper/> tag to the Default.jsp and Plain.jsp of your custom administrative theme.

  4. Add the AdminTheme.flag file to the custom theme directory as in other default admin themes.

  5. Restart WebSphere Portal.

  6. Open the Portal User Interface page in Administration.

  7. Open Themes and Skins and define the new theme to the server.

  8. Open Manage Pages and edit the properties of one of the administrative pages to apply the new theme to the page. The administrative pages are...

Test the portlets on the page to make sure they function properly. If you discover any problems, edit the page properties and reassign the previous administrative theme to the page.

 

Moving administrative portlets to custom pages

The WebSphere Portal server relies on the Admin Unique Names Mapping Service to locate the page where specific administrative portlets are located. If move one of these portlets to a different page, you can take one of these approaches.

  1. Place the portlet on the custom page, but leave a copy on the original page.

  2. Update the WP AdmininstratorUniqueNamesMappingService with the new unique name of the page where the portlet is located, as described in Set service configuration properties.

    Refer to Administrator Unique Names Mapping Service.

  3. Remove the unique name from the portlet's previous page and assign it to the new page.

 

Parent topic

Designing a portal site