- First copy the skin folder say Test Folder into your wp_profile\installedApps\sunpa\wps.ear\wps.war\skins\html folder.
- Next define the Skin using Themes and Skins Admin portlet
- Export full portal and find out the Skin element for test, you will notice that portal has assigned a objectid to skin. Copy that element in separate file and add uniqueName attribute to it and import it into portal using xmlaccess
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" build="wp6103_201_01" type="update" version="6.1.0.3" xsi:noNamespaceSchemaLocation="PortalConfig_6.1.0.2.xsd">
<portal action="locate">
<skin action="update" active="true" default="false" domain="rel" objectid="K_8000CB1A08N4C0IKUIQTT60000" resourceroot="Test" type="default" uniquename="wps.skin.TestSkin">
<localedata locale="en">
<title>Test</title>
</localedata>
</skin>
</portal>
</request>
Showing posts with label skin. Show all posts
Showing posts with label skin. Show all posts
Assiging UniqueName to Skin
I had this business requirement in which i had to assign a unique name to my skin. In order to do that i followed these steps
Subscribe to:
Posts (Atom)