Thursday, June 28, 2012

How to eliminate unused space in portal page

Add following line to system.xml under c10_location/templates/ps/portal  and problem has been resolved.

<param name="ui_hide">
                <CC_TOOLBAR/>
</param>

Before:



After:



Check the link below which may help, sorry for not trying, I am not 100% sure whether we can make it work, but looks very promising via system.xml rather than URL.

http://publib.boulder.ibm.com/infocenter/c8bi/v8r4m0/index.jsp?topic=/com.ibm.swg.im.cognos.ug_cra.8.4.0.doc/ug_cra_id28609CustomizetheUserInterfaceBasedonGroupandR.html

system.xml under c8_location/templates/ps/portal  something like this

<param name="ui_hide">
     <!--list of user interface elements-->
</param>

No comments:

Post a Comment