10-16-04 02:36 AM
"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>
[ Post a follow-up to this message ]
|