 |
Software > WebSphere > WebSphere Portal Family >
|
 |
 |
 |
How do you remove the "New Page" option for Privileged Users?
|
| | | Question | | How do you remove the "New Page" option for Privileged Users? | | | | | | Cause | | You want some of your users to be able to edit the page layout for several pages, so you cannot assign those users only the User role for those pages. However, you do not want those users to be able to create new sub-pages from those pages. | | | | | Answer |
To remove the "New Page" option for only Privileged Users, but leave it as a valid option for Administrators, find the following comment in the pageContextMenu.jsp in your theme:
<%-- New page --%> <portal-internal:adminlinkinfo name= "PROPERTIES_PORTLET"><portal-navigation:urlGeneration contentNode="<%= wpsContentNode%>" layoutNode='<%= wpsCompositionNode %>' portletWindowState="Solo" accessControlCheck="CreatePage"
and change the last line above to be:
accessControlCheck="EditPageProperties"
Save the file, and then touch default.jsp and the files in pageContextMenu.jsp's hierarchy. If you do not have JSP reloading enabled, then restart Portal. Note: removing the entire section from the pageContextMenu.jsp would remove the "New Page" option for all users. | | | | | | | | |
 |
| IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml. |
 |
 |
 |
| Please take a moment to complete this form to help us better serve you. |
 |
 |
 |
|
|
|
 |
 |
| Product categories: |
 |
| | Software |  |
| | Organizational Productivity, Portals & Collaboration |  |
| | Portals |  |
| | WebSphere Portal |  |
| | Security |  |
 |
| Operating system(s): |
| |
AIX, HP-UX, Linux, Solaris, Windows, i5/OS, z/OS
|
 |
| Software version: |
| |
6.1
|
 |
| Software edition: |
| |
Enable, Express, Extend, Server
|
 |
| Reference #: |
| |
1407349
|
 |
| IBM Group: |
| | Software Group |
 |
| Modified date: |
| | 2009-11-03 |
 |
|