Author |
Message |
bobjects80 Senior Member


Joined: 05 May 2006
             Posts: 62 Location: CA, USA

|
Posted: Fri Jan 30, 2009 1:05 pm Post subject: [XI 3.0]disable 'Open' menu items |
|
|
Hi,
Using XI 3.0 JAVA
I am trying to disable/remove the 'Open' menu items from Infoview - 'My Infoview', 'Encyclopedia', 'Dashboard and Analytics'. And also, the 'Dashboard' button.
Can someone please point to a file which would help me cutomize this?
Thanks...
P.S: Attaching the screenshot as well. |
|
Back to top |
|
 |
bobjects80 Senior Member


Joined: 05 May 2006
             Posts: 62 Location: CA, USA

|
Posted: Fri Jan 30, 2009 3:20 pm Post subject: Re: [XI 3.0]disable 'Open' menu items |
|
|
Just an update....
I was able to hide it using the headerplus.jsp.
Thanks.... |
|
Back to top |
|
 |
dehuang83 Principal Member


Joined: 18 Jan 2006
             Posts: 126 Location: Chicago, IL

|
Posted: Thu Mar 26, 2009 5:37 pm Post subject: Re: [XI 3.0]disable 'Open' menu items |
|
|
Hi,
Can you post which code snippets to hide from headerPlus.jsp?
Thanks!
De |
|
Back to top |
|
 |
bobjects80 Senior Member


Joined: 05 May 2006
             Posts: 62 Location: CA, USA

|
Posted: Thu Jun 18, 2009 1:10 pm Post subject: Re: [XI 3.0]disable 'Open' menu items |
|
|
I am sure you must have already found it but if you haven't...
search for "// Applications" string in the headerplus.jsp file
Which applications you want to hide .. comment out the following line for those application -
toolbarCtrl.add (btnApplications);
This is not a very good way of turning it off but well it works if you don't want to display it for all users.
Hope this helps. |
|
Back to top |
|
 |
dmarks Principal Member


Joined: 16 Apr 2003
                
*4 Posts: 115 Location: Southwest Ohio

|
Posted: Mon Jul 06, 2009 2:07 pm Post subject: Re: [XI 3.0]disable 'Open' menu items |
|
|
Thanks for pin-pointing the file. I first used brute-force method to remove the code that renders the Open (My InfoView, Encyclopedia) and Dashboard buttons. But then decided to more surgically comment out lines of code. Now we just have to figure out if we can live with something that's unsupported...
Be sure to back up the original file if you want to try out the attached modification, which goes in C:\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\jsp\listing _________________
Dallas Marks - EVtechnologies
SAP Mentor & ASUG Volunteer
Co-author of SAP Press SAP BusinessObjects Web Intelligence, Fourth Edition
Read my daring and mundane adventures in business intelligence at DallasMarks.com
Last edited by dmarks on Wed Jul 08, 2009 9:03 am, edited 1 time in total |
|
Back to top |
|
 |
dmarks Principal Member


Joined: 16 Apr 2003
                
*4 Posts: 115 Location: Southwest Ohio

|
|
Back to top |
|
 |
kodamvijay Forum Member


Joined: 22 Apr 2010
         Posts: 23

|
Posted: Fri Jun 04, 2010 5:07 am Post subject: Re: [XI 3.0]disable 'Open' menu items |
|
|
Hi,
Is there any way to remove to remove the 'bars' or 'Items'which appear on a webi report when you view,
like the %Item(which shows the view Percentage),
and Document which gives options to save the report
and I want to change the position of drill filter to middle
Apart from this how can I grant a view only access to a folder and its sub folders and items |
|
Back to top |
|
 |
|