To hide page options

My requirement is to hide page options for users and to enable the same for Administrator.
I referred method one from this site.
http://mustafamyalcin.blogspot.com/2010/04/hide-page-options-button-from-non-admin.html
This option worked only for one day and the next day again we were able to see the page options for users.
Please help.

Hi,
I did not try this method myself. If you pull the blogpost through Google Translate (http://translate.google.nl/translate?js=y&prev=_t&hl=nl&ie=UTF-8&layout=1&eotf=1&u=http://mustafamyalcin.blogspot.com/2010/04/hide-page-options-button-from-non-admin.html&sl=tr&tl=en) it looks like it's easy to follow.
Otherwise, you'd better ask Mustafa on his site.
Good Luck,
Daan Bakboord
http://obibb.wordpress.com

Similar Messages

  • Hide Page Options

    Hi All, I'd like to hide "page options" on dashboard pages for all users except 'Administrator", is there an easy way for that?
    Thanks
    Fiston

    hi..
    First tell me why do you want to do that??
    As of my knowledge, you can't hide Page Options, but you can hide the Edit Dashboard option under Page Options..
    If you want that...
    Go to Catalog Manager and login with appropriate credentials...
    Navigate to particular shared folder under which you have created the dashboard.. then to _Portal* folder...
    Here you can see all the dashboards under that shared folder.
    Select particular dashboard, Right click > Permissions.
    In the left pane, for Everyone mention the permission as Read,
    If already exist then don't change it...
    now go to answers and click on dashboard, go to Page Options..
    You won't find edit dashboard option..

  • Reg:page options in dashboard

    hi,
    i have followed the link below to remove the page options button in dashboards
    http://obiee101.blogspot.com/2009/07/obiee-hide-page-options-button.html
    but now i just want to add a link in the place of page options called "edit dashboard" which allows directly to edit dashboard.
    how can i do this?
    thanks

    Hi,
    I have developed the below script to replicate the functionality of 'Edit Dashboard...' link. This script can be placed anywhere on the dashboard which would display the 'Edit Dashboard' link and behave like one. Also, the link would be hidden/shown based on the permissions defined for each dashboard.
    <!-- Remove these comments surrounding the a href tag
    <a href="javascript:void(null) " id="customLink" onClick = "return new_onclick()">Edit Dashboard</a>
    -->
    <script language="javascript">
    var new_onclick = getOnClickContent();
    if(getOnClickContent() == "Not Found"){
         document.getElementById("customLink").style.visibility = 'hidden';
    }else{
         document.getElementById("customLink").style.visibility = 'visible';
    function getOnClickContent(){
         var flag = -1;
         var el = document.getElementsByTagName('a');
         for (var i = 0; i < el.length; i++){
            if(el.innerHTML == "Edit Dashboard..."){
              flag=i;
              break;
         if(flag == -1){
              return "Not Found";
         }else{
              return(el[flag].getAttribute("onClick"));
    </script>
    To implement this, go to Edit Dashboard and copy paste the above the script in a Text Object. Ensure to check 'Contain HTML Markup' option. That should be it.
    I have tested the above code in 10.1.3.4.1 version of OBIEE on IE7 and IE8.
    Please test it at your end and let me know in case of any issues.
    Hope this helps!!!
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do you hide the Page Options button on dashboards in 11g?

    Hello,
    I would like to hide the "Page Options" button on a dashboard in 11g. I found some examples on how to do it in 10g, and they all talk about editing a file called dashboardtemplates.xml. I can't find this file on my 11g BI server, so I'm assuming the file was part of 10g but not 11g. Has anyone figured out how to hide the "Page Options" button on a dashboard in 11g?
    thanks,
    Scott

    Hi Satya,
    thanks for your reply, but I have a feeling that your solution is for obiee 10g and not for obiee 11g. We are using 11g, and when running Analytics (Answers), I don't see a "Settings" option, but I seem to recall that in 10g there is a "Settings" button/link. Also, I don't understand how your solution answers my question. You describe how to grant "everyone" read permissions on dashboards, but I want to know how to hide the "Page Options" button on dashboards.
    Sincerely,
    Scott

  • How can I hide page thumbnails navigation bar at the start up of Adobe Reader and open a pdf file?

    How can I hide page thumbnails navigation bar at the start up of Adobe Reader and open a pdf file? I could not find this option under Preferences tab? Thanks

    Hey there,
    Thanks for your reply. That works for the files I do what you said. However, for files I have not done that, It still shows the navigation bar. Any idea, how to do it default for any files?
    Thanks agian

  • I upgraded to Firefox 4.0 and my "Hide Unvisited" add-on longer works. is there a compatable replacement? This hides pages that have been bookmarked from appearing in the Awesome Bar since deleting or clearing cookies. Please help.

    I upgraded to Firefox 4.0 and my "Hide Unvisited" add-on no longer works. is there a compatible replacement? This hides pages that have been bookmarked from appearing in the Awesome Bar since deleting or clearing cookies. I was hoping maybe there was an option for this in Firefox itself but I don't see one. Please help.

    I upgraded to Firefox 4.0 and my "Hide Unvisited" add-on no longer works. is there a compatible replacement? This hides pages that have been bookmarked from appearing in the Awesome Bar since deleting or clearing cookies. I was hoping maybe there was an option for this in Firefox itself but I don't see one. Please help.

  • Urgent !!! Master- Detail Search with Hide/Show option

    Hi,
    I have developed a master-detail OAF page with hide/show option.
    in my searching option i have both master and detail columns.
    How can i control detail level vo query.
    Eg. If i pass Item no in the searching option along with customer, i sould get only that item line for that CUST.
    I have created parameters in the main query and I am passing param values in a methos at AM.
    When i click on Show details its throwing exception.
    Can any one please help me how to acheive this. Its urgent...
    Thanks,

    Hi Gyan,
    Thanks for your reply.
    Master VO query:
    SELECT qfbp.pricing_attribute_context,
    qfbp.pricing_attribute,
    qfbp.comparison_operator_code,
    qfbp.pricing_attr_value_from,
    qfbp.pricing_attr_value_to,
    qfbp.adjustment_factor,
    qfbp.start_date_active,
    qfbp.end_date_active,
    qfbp.list_line_id,
    qfbp.factor_list_id
    FROM qpfv_factor_base_pricing_attrs qfbp
    WHERE qfbp.factor_list_id = NVL(:1,qfbp.factor_list_id)
    AND qfbp.pricing_attribute = NVL(:2,qfbp.pricing_attribute)
    AND qfbp.comparison_operator_code = NVL(:3,qfbp.comparison_operator_code)
    AND NVL(qfbp.pricing_attr_value_from,'xxxxx') = NVL(:4,NVL(qfbp.pricing_attr_value_from,'xxxxx'))
    AND NVL(qfbp.pricing_attr_value_to,'xxxxx') = NVL(:5,NVL(qfbp.pricing_attr_value_to,'xxxxx'))
    AND qfbp.adjustment_factor = NVL(:6,qfbp.adjustment_factor)
    Detail VO Query:
    SELECT qfapa.list_line_id, qfapa.pricing_attribute_context,
    qfapa.pricing_attribute, qfapa.pricing_attr_value_from,
    qfapa.pricing_attr_value_to, qfapa.factor_list_id,
    qfapa.comparison_operator_code, qfapa.pricing_attribute_id,
    qfapa.creation_date, qfapa.created_by, qfapa.last_update_date,
    qfapa.last_updated_by, qfapa.orig_sys_header_ref,
    qfapa.orig_sys_line_ref, qfapa.orig_sys_pricing_attr_ref
    FROM qpfv_factor_asso_pricing_attrs qfapa
    WHERE qfapa.pricing_attribute = NVL (:2, qfapa.pricing_attribute)
    AND qfapa.comparison_operator_code = NVL (:3, qfapa.comparison_operator_code)
    AND NVL (qfapa.pricing_attr_value_from, 'xxxxx') = NVL (:4, NVL (qfapa.pricing_attr_value_from, 'xxxxx'))
    AND NVL (qfapa.pricing_attr_value_to, 'xxxxx') = NVL (:5, NVL (qfapa.pricing_attr_value_to, 'xxxxx'))
    Iam using view link to display master detail results in one page.
    AM Code : Searcharttr method is for details VO.
    public void searchparams(OAPageContext pageContext, OAWebBean webBean)
    FactorListSearchVOImpl vo = getFactorListSearchVO1();
    String FactorlistName ="";
    String FactorListId ="";
    String PricingAttribute ="";
    String CompOperator ="";
    String PricingAttrValFrom ="";
    String PricingAttrValTo ="";
    String AdjustFactor ="";
    if (pageContext.getParameter("FactorListNameId")!=null&&!pageContext.getParameter("FactorListNameId").equals(""))
    FactorListId =pageContext.getParameter("FactorListId").toString();
    vo.setWhereClauseParam(0,FactorListId);
    else
    vo.setWhereClauseParam(0,null);
    if (pageContext.getParameter("BaseAttrTypeId")!=null&&!pageContext.getParameter("BaseAttrTypeId").equals(""))
    PricingAttribute =pageContext.getParameter("BaseAttrTypeId").toString();
    vo.setWhereClauseParam(1,PricingAttribute);
    else
    vo.setWhereClauseParam(1,null);
    if (pageContext.getParameter("BaseOperator")!=null&&!pageContext.getParameter("BaseOperator").equals(""))
    CompOperator =pageContext.getParameter("BaseOperator").toString();
    vo.setWhereClauseParam(2,CompOperator);
    else
    vo.setWhereClauseParam(2,null);
    if (pageContext.getParameter("BaseAttrValueFrom")!=null&&!pageContext.getParameter("BaseAttrValueFrom").equals(""))
    PricingAttrValFrom =pageContext.getParameter("BaseAttrValueFrom").toString();
    vo.setWhereClauseParam(3,PricingAttrValFrom);
    else
    vo.setWhereClauseParam(3,null);
    if (pageContext.getParameter("BaseAttrValueTo")!=null&&!pageContext.getParameter("BaseAttrValueTo").equals(""))
    PricingAttrValTo =pageContext.getParameter("BaseAttrValueTo").toString();
    vo.setWhereClauseParam(4,PricingAttrValTo);
    else
    vo.setWhereClauseParam(4,null);
    if (pageContext.getParameter("BaseAdustFactor")!=null&&!pageContext.getParameter("BaseAdustFactor").equals(""))
    AdjustFactor =pageContext.getParameter("BaseAdustFactor").toString();
    vo.setWhereClauseParam(5,AdjustFactor);
    else
    vo.setWhereClauseParam(5,null);
    public void searchattrparams(OAPageContext pageContext, OAWebBean webBean)
    FactorListSearchVOImpl vo = getFactorListSearchVO1();
    String AssoAttribute ="";
    String AssoOperator ="";
    String AssoAttrValFrom ="";
    String AssoAttrValTo ="";
    if (pageContext.getParameter("AsscAttrType1")!=null&&!pageContext.getParameter("AsscAttrType1").equals(""))
    AssoAttribute =pageContext.getParameter("AsscAttrType1").toString();
    vo.setWhereClauseParam(1,AssoAttribute);
    else
    vo.setWhereClauseParam(1,null);
    if (pageContext.getParameter("AsscOperator1")!=null&&!pageContext.getParameter("AsscOperator1").equals(""))
    AssoOperator =pageContext.getParameter("AsscOperator1").toString();
    vo.setWhereClauseParam(2,AssoOperator);
    else
    vo.setWhereClauseParam(2,null);
    if (pageContext.getParameter("AsscAttrValueFrom1")!=null&&!pageContext.getParameter("AsscAttrValueFrom1").equals(""))
    AssoAttrValFrom =pageContext.getParameter("AsscAttrValueFrom1").toString();
    vo.setWhereClauseParam(3,AssoAttrValFrom);
    else
    vo.setWhereClauseParam(3,null);
    if (pageContext.getParameter("AsscAttrValueTo1")!=null&&!pageContext.getParameter("AsscAttrValueTo1").equals(""))
    AssoAttrValTo =pageContext.getParameter("AsscAttrValueTo1").toString();
    vo.setWhereClauseParam(4,AssoAttrValTo);
    else
    vo.setWhereClauseParam(4,null);
    Iam getting below error:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT qfapa.list_line_id, qfapa.pricing_attribute_context,
    qfapa.pricing_attribute, qfapa.pricing_attr_value_from,
    qfapa.pricing_attr_value_to, qfapa.factor_list_id,
    qfapa.comparison_operator_code, qfapa.pricing_attribute_id,
    qfapa.creation_date, qfapa.created_by, qfapa.last_update_date,
    qfapa.last_updated_by, qfapa.orig_sys_header_ref,
    qfapa.orig_sys_line_ref, qfapa.orig_sys_pricing_attr_ref
    FROM qpfv_factor_asso_pricing_attrs qfapa
    WHERE qfapa.pricing_attribute = NVL (:2, qfapa.pricing_attribute)
    AND qfapa.comparison_operator_code = NVL (:3, qfapa.comparison_operator_code)
    AND NVL (qfapa.pricing_attr_value_from, 'xxxxx') = NVL (:4, NVL (qfapa.pricing_attr_value_from, 'xxxxx'))
    AND NVL (qfapa.pricing_attr_value_to, 'xxxxx') = NVL (:5, NVL (qfapa.pricing_attr_value_to, 'xxxxx'))) QRSLT WHERE (LIST_LINE_ID = :1)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2970)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2767)
         at OA.jspService(OA.jsp:41)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01008: not all variables bound

  • Asset Library Upload - hide Destinationfolder option

    Hi All,
       How can we hide "Destination Folder ",
     option in the Asset library while uploading a document in sharepoint 2013 environment.
    Thanks,
    Pavankumar.

    Hi,
    By design, the "Destination Folder" will appear when the library has folders.
    If you want to hide the option, the following PowerShell script for your reference:
    $SiteURL="http://SiteURL"
    $site = new-object Microsoft.SharePoint.SPSite($SiteURL)
    $web=$site.OpenWeb()
    if ($web.CustomUploadPage -ne "")
    $web.CustomUploadPage = ""
    $web.Update()
    $web.Close()
    $site.Close()
    We also can modify the upload.aspx page or customize your own upload page.
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Hide/ unhide option for Product prices

    Hi All,
    We want to implement hide/ unhide option for Product prices i.e. whenever the user wants to unhide the price of a product, the user should click on a link u201CHideu201D and then it should hide the price of all the products. And similarly, when the user clicks on u201CUnhideu201D link, then it should display the prices of all the products.
    Can it be done through some config or through some code changes. Can you please let me know how to achieve this.
    Thanks,
    Nikhil

    Hello Nikhil,
    I assume that you would want to achieve this at the catalog page level or at a basket level. There is no standard config that can be used at runtime to hide/unhide price elements as per user choice.
    What you could do is modify the corresponding JSP files to add your custom logic via combination of some Javascript and div tags.
    PS: Refer to the section of the item details div on the order screen which uses similar logic to collapse/unfold item details on click of the arrow buttons.
    Pradeep

  • Blank page is getting displayed in SAPScript when using NEW-PAGE option.

    Hello Experts,
    We have created a customized SAPScript and in this separate Script is generated based on the currency(WAERS).
    So if we have 3 different currencies, then 3 pages will be created with there details, but we are using NEW-PAGE option in
    MAIN window to separate the pages and after 3rd page it is displaying 4th page also with footer details.
    So how can we avoid last blank page which is getting displayed?

    Hi isha.walia ,
       This issue can be solved by two ways. Please take the one which suits you better.
    Solution 1: If  you need to generate separate prints for different currencies.
    In the driver program, build an internal table for different currencies which needed to be printed. (Using delete adjacent duplicates, build the internal table with exact number of currencies to be printed). Remove the NEW-PAGE option and call the script/form inside the loop. Do the necessary conditions to manipulate the print.
    Advantages of above solution: Better control on spools if needed.
    Solution 2:  Get the count of the number of pages in a variable. Inside the print loop, increment a flag counter. Check it against the variable which contains the number of pages to be printed at the end of each page. Exit the loop when the number of pages to be printed is reached.
    Advantage of above solution: Simple to write the program.
    Thanks and Regards
    Raghesh R S

  • Problem with Page Options in Print Module

    Ltr 5  I chose to print photo info on the bottom of my print.  Chose Page Options and after the photo printed the writing on the bottom was backwards?

    Upside down and backwards? Were you using the identity plate to do this?  Make sure the option next to the identity plate checkbox says 0 ( no rotation)

  • Print Module - Page Panel: Page options & Photo Info lost

    In the print module there are only 4 features left now in my final release version of LR3:
    1. Page Background colour
    2. Identity Plate
    3. Watermarking
    4. Cut Guides.
    Victoria Bampton described also the features with a screenshot of LR3b2 in her "Missing FAQ-Rough Cut" (page 366):
    4. cut guides did not exist, but instead Page options with tick boxes, then 5. Photo Info drop down box, then 6. Font Size.
    What has happened?
    How do I cover the following use case: Create an invitation with photos and own free text about date/time/venue?
    Please don't answer "export a jpg from Lightroom and then use MS Word or some other editor".
    From the beta phase I got the impression that creating such a pdf should be possible directly from Lightroom.

    How do I cover the following use case: Create an invitation with photos and own free text about date/time/venue?
    Lightroom's text layout features might not be as powerful as you might thought. You're option are:
    Use a custom Identity plate to add some static text or graphic anywhere on the page.
    Use watermarking to add some static text or graphic anywhere on the photo.
    Use Photo Info to add some metadata, such as IPTC location or capture time, somewhere around your photo.

  • ATA190: Web GUI page options are greyed out

    ATA190: Web GUI page options are greyed out and device failed registration to CM 10.5
      do anyone have a resolution o this issue?

    Options Greyed out issue can be due to the below Bug, which is listed as just cosmetic:
    ATA190: Web GUI page options are greyed out
    CSCur53864
    Description
    Symptom:
    ATA190: Web GUI page options are greyed out.
    Most of the options in the Web GUI of the ATA 190 are greyed out and cannot be configured. There is no option in CUCM configuration page or the ATA190 Web GUI to unlock the configuration options.
    Here is a list of a few of the pages that are greyed out and do not allow any editing:
    Network Setup > Basic Setup > Internet Settings
    Network Setup > Basic Setup > Time Settings
    Network Setup > Advanced Settings > VLAN
    Network Setup > Advanced Settings > CDP & LLDP
    Administration> Log > Log Module
    Administration> Log > Log Setting
    Administration> Log > Log Viewer
    Conditions:
    ATA 190 Devices running firmware version running 1.1.0 (006)
    Workaround:
    These options are not configurable and are supposed to be view only. The issue is cosmetic.
    Most of the Configurable settings are available under the Voice Menu and Administrative Menu.
    -Terry
    Please rate all helpful posts

  • Rows Per Page option in Pivot view.

    Hi,
    If our report is returning more no of rows and if it is in table view , we have and option in table edit view "Rows per page". Do we have same "Rows per page" option available in Pivot table view.Because i have a report which is returning more than 150 rows and i want only 10 rows to be displayed and then scroll.
    Regards,
    Som.

    Currently, we do not have that for Pivot tables. You can use another approach to show the pagination. I have an example here http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

Maybe you are looking for

  • New iPod Touch won't connect to wifi

    I recently purchased three 32GB iPod Touch's for my children for Christmas.  I'm trying to set them up ready to go, but one of them just won't connect to my wifi.  The other two have no trouble, connected immediately.  Can anyone shed some light on t

  • Kobo app no longer compatibile with IOS 6 IPOD touch

    The updated version of Kobo App is no longer compatible with my IPOD Touch 4th generation (IOS 6).  Can I find an earlier, compatible version of the Kobo app to reinstall it on my IPOD touch?  Or is there any possibility of upgrading to IOS 7 without

  • My HP Computer with Windows 8.1 won't Boot

    Yesterday it was working perfectly fine. When I attempted to turn it on this morning, it went straight to Preparing Automatic Repair. After it was finished preparing it went to "Diagnosing your PC". I let it happen. After Diagnosing my PC it sent me

  • Drop user in PL/SQL

    I am writing a Pl/SQL script to delete a user from certain tables and then end it with a DROP USER command. Is this possible and if so how would I code the variable that I inputed into my &username_in variable? Is DROP USER a command that can not be

  • ERLA/NORM, Header and Item Level Pricing Issue

    Dear All, I have an issue wherein, even though I have used ERLA for BoM Item and NORM for Subitems, in sales order Conditions, both header level and item level pricings are active. Correct me if I am wrong, item level pricing should get deactivated.