|
Home > Archive > WebSphere Portal Server > October 2004 > Customizing WPS banner links?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Customizing WPS banner links?
|
|
| Ken Greenlee 2004-10-08, 5:53 pm |
| I want to remove or at least hide the "Sign Up" link. Other than editing
Default.jsp and ToolBarInclude.jsp, is there anyway to customize the WPS
banner links? How about any properties files or changes to the portal's
permissions? How can I hide/remove the "New Page" and "Edit Page" links?
Also, I noticed in file engine_XX.properties there is a "welcome" string,
but this string is not displayed anywhere. How can I get this string
displayed in the banner?
BTW: I'm running WPS Express v5 on Windows 2000.
--Ken Greenlee
--kengreenlee@hotmail.com
| |
| Michael Harris 2004-10-15, 9:36 pm |
| "Ken Greenlee" <kengreenlee@hotmail.com> wrote in message
news:ck6os8$79ok$1@news.boulder.ibm.com...
> I want to remove or at least hide the "Sign Up" link. Other than editing
> Default.jsp and ToolBarInclude.jsp, is there anyway to customize the WPS
> banner links? How about any properties files or changes to the portal's
> permissions?
The only way to change the links in the toolbar at the top right side of the
page is to edit the JSP files and comment the lines out or remove them. May
I suggest that you create your own theme to do this instead of editing the
out of box themes.
> How can I hide/remove the "New Page" and "Edit Page" links?
The display of New Page and Edit Page are controled by the access control
permissions on the page. If you want the links removed permanently for all
users, you can edit AdminLinkBarInclude.jsp and remove them.
> Also, I noticed in file engine_XX.properties there is a "welcome" string,
> but this string is not displayed anywhere. How can I get this string
> displayed in the banner?
The old logic from the WPS 4.2 themes should work here.
<wps:text key="welcome" bundle="nls.engine">
<wps:textParam><wps:user
attribute="givenName"/></wps:textParam>
<wps:textParam><wps:user
attribute="familyName"/></wps:textParam>
</wps:text>
|
|
|
|
|