I was asked on the OTN forum how to hide/remove the Page Options button on the dashboard:
A crude and simple way is to edit the dashboardtemplates.xml:
<WebMessage name="kuiPersonalizeLink">
<span class="minibuttonOn" style="display:none">
<a href="javascript:void(null)" onclick="return NQWPopupMenu(event,'idPersonalizationMenu',null,'top')">
<sawm:messageRef name="kmsgDashboardPageOptionsMenu"/>
<img src="fmap:Views/sortdesc.gif" border="none"/>
</a>
</span>
<br/>
</HTML>
</WebMessage>
Till Next Time
hi...one more time...
ReplyDeleteIs it possible to customize it depended on the user log???
We want to appears to administrator but not to simple users...
Tnks in advance..
You could assign a custom skin and style based on the login.
ReplyDeleteregards
John
ok.i got it..
ReplyDeletei have to change it and to j2ee/...analytics.../.../res// path and at bi/web/res path.And then give the appropriate rights.
tnkss
Hi eejimkos .
ReplyDeleteCould you plz give details as how you done for Admin user not for others.
Hi,
ReplyDeleteto hide "page options" button from users except Administrator check this url:
http://mustafamyalcin.blogspot.com/2010/04/hide-page-options-button-from-non-admin.html