cancel
Showing results for 
Search instead for 
Did you mean: 

need to "move" the Help|Personalize|Logoff links below masthead

Former Member
0 Kudos

I need to move the links Help/Personalize/Logoff from the masthead to below the masthead. This is what I did:

1. hid the links in the masthead by using the "Show..." properties of the masthead iView

2. created a new iview with the links Help/Persoanlize/Logoff and add it to the framework page under the masthead. This iView is based on the masthead iView source code where I removed the banner and welcome areas.

But when I did that, the logoff functionality stopped working. Do you have any other ideas on how to achieve this without impacting the logoff functionality?

Thanks in advance,

Tiberiu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tiberiu,

Change the masthed par file for this. It is a simple process deploy the par in to NWDS and change th .jsp file which is structured in HTML table format.

<table>

<tr>

<td> </td>

<td> </td>

</tr>

<table>

here everything is shown in single row.

just make a new row <tr> </tr>

cut the code responsible for logoff/personalize and paste it in the new row.

(Simply, change it as u like)

deploy it in portal and create and iview for it add it to the Default FrameWork Page at top and make the old masthead disable/remove it.

Try it,

MrChowdary.

Former Member
0 Kudos

hey thanks for the pointer....