cancel
Showing results for 
Search instead for 
Did you mean: 

Theme - Add hyperlink to logo in masthead

Former Member
0 Kudos

I want to add a hyperlink to the logo located in the masthead of the theme. I'm not sure where to look for the source code to be able to do this. Can someone point me in the right direction? Much Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just need to look into HeaderiView.jsp of Masthead par file.

While importing be sure to manually port all other jars that exist in the par file.(Search more on this, if u get errors while deploying)

Find more here..

Plz don forget points, if it helped.

Regards,

P.

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

1. Download the com.sap.portal.navigation.masthead.par.bak file from

/usr/sap/<portal_instance>/j2ee/j2ee_<instance_number>/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/deployment/temp

2.Rename the par.bak to par and import into a project in NWDS.

3.Modify the JSP file and other according to your requirements.

4.Export the par file and deploy in portal

5.Restart the portal.

regards,

Ganesh.N

Former Member
0 Kudos

Hello Cameron Pulcifer i had a requirement in which i added the signout image and had a hyperlink to logoff function. I am pasting that code in headerIView.jsp This code will give you some idea how to add a hyperlink to logo.

<TD nowrap><hbj:link id="LogoffLink" tooltip="<%=logOffTooltipStr%>" linkDesign="FUNCTION" reference="javascript:openLogoffMsg();"><hbj:textView nested="true" /><img src="D:\Deep\docs\CRM(A)\room\wa-files\crs_918.gif"></hbj:link></TD>

Plz dont forget to reward points if it helps to you...

Former Member
0 Kudos

Hi,

You have to modify the logon page to achieve this. see the link to get more details.

http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm