cancel
Showing results for 
Search instead for 
Did you mean: 

MII 12.2 Portal

Former Member
0 Kudos

Hi,

Does anybody know how to modify the MII Portal especially the header.xml?

My modifications ( changing the theme) don't have any success.

The navigation Frame is possible to modify.

best regards

sebastian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sebastian,

Yes we are using modified portal of MII including header.xml.

Please try following steps:

1. Copy all the standard portal file in you project folder.

like

/XMII/Themes/DynamicHomePage.xsl

/XMII/Themes/src/HomePage.css

/XMII/Themes/src/DefaultHeader.xml

/XMII/Themes/src/DefaultFooter.xml

/XMII/Stylesheets/DynamicHomePageLibrary.xsl

2. Open Navigation Services-> Navigation.

Add DynamicHomePage.xsl of your project folder in Theme for selected Roles or users.

3. Update the Files according to you requirement.

Like in DefaultHeader.xml change the html code.

or you can change link of images to put logos.

Hope this helps.

Thanks

Anshul

Former Member
0 Kudos

Hi Sebastian,

Please refer to the following SDN article for the appropriate files to edit.

[Personalization: Creating a Customized Theme for MII |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c004bc2a-013b-2c10-f2ab-a1e2f61e025f?overridelayout=true]

In 12.2, the Navigation Editor has been moved inside the Workbench under Tools -> Navigation Editor.

Kind Regards,

Diana Hoppe

Former Member
0 Kudos

Thanks for your fast answers!

I have configured everything like in the SDN article, but it doesn't work.

In MII 12.1 everything is fine.

Has anybody tested this issue in MII 12.2?

Sebastian

Former Member
0 Kudos

Hi Sebastian,

I just tested it in 12.2 an it is working. I set it up for my individual user. Check the Netweaver log, you may see an error there. For simplicity's sake, I only make edits to the following files:

DefaultHeader.xml

DefaultFooter.xml

DynamicHomePage.xs.

HomePage.css

I do not make any alterations to the DynamicHomePageLIbrary. In the DynamicHomePage.xsl, I leave this line (line 3) at the top untouched:

<xsl:include href="/XMII/Stylesheets/DynamicHomePageLibrary.xsl"/>

In the USER CONFIGURABLE PARAMETERS section, I carefully make sure the paths to the other pages are correct (/XMII/CM/ProjectName/Folder/Page) for example,

<xsl:param name="HomePageCSS">/XMII/CM/Diana/Themes/HomePage.css</xsl:param>

This can be tricky, the correct file pathing is critical.

Kind Regards,

Diana

Former Member
0 Kudos

Hi Diana,

thanks for your support!

It works when I use the default DynamicHomePageLIbrary.

regards

Sebastian