How to hide content in my page..

Hello support,
How can i hide my discussions, to be shown in my page, exacting how to hide contents tab in my SCN page so that no one can see my discussions, who visit to my page.
Thanks.

No. You can't hide the content tab from your profile.
I can see you haven't posted any discussion yet. Why you want to hide it ?

Similar Messages

  • How to hide content in design view within Dreamweaver?

    How can I hide content in design view within Dreamweaver?
    I have a tabbed content menu that uses some javascript. Everything looks great in Live view, but when I go to design view, all the content goes way beyond the div. How can I make it to where I can hide the content in that div in design view or wrap it completely inside of there? It's really hard to explain which is why I provided some pictures!
    LIVE VIEW
    DESIGN VIEW
    Thank you in advance for all the help!
    Dalton

    Humm....... you want to hide it in Design View whilst working on the rest of the site?
    If that is the case set the menu container <div> to display: none; -
    <div id="menu" style="display: none;">This is the content menu</div>
    Then either set it to display: block; when you're ready to view it live or remove the style completely.

  • How to hide contents using toggle button

    Hi,
    I am new to sap ui5. I have scenario where i have a matrix layout and some contents in it. There is also a button which on click should unhide the contents like label and textfield inside the same layout along with other contents. I see there are ways  of doing it through css3 or jquery, how can i hide and unhide contents with a button.
    Thanks and Regards,
    Ravikiran

    Hi Ravi,
    You can hide content inside your layout in so many ways.
    1. Give id to your controls.
        On button click you can get that control by using
        sap.ui.getCore().byId("id").setVisible(false);
    2.  If you have bound your controls inside a parent control.
         Give Id to your patent control.
         Use method findElements() to get the child elements.
         This will return the array of child controls.
         Hide the element at particular index using array[index].setVisible(false);
    Hope it will help.
    Regards,
    KK

  • How to hide preview configurator summary page when launching configurator from iStore

    Hi,
    We have a requirement to hide preview configuration summary page in iStore whereas it should be visible when launching from other host applications.We tried doing it with help of usage functionality as below.
    1) Create a usage with some name say “iStore” in configurator.
    2) Take copy of summary with Status region template and add display condition to hide the summary region.
    3) Take copy of the model active ui and attach the above template to it.
    4) Publish the model with this new copy UI and usage as iStore to the host application.(There will be 2 publications one with this usage and other with normal)
    5) Enable the profile CZ:Publication usage at application/responsibility levels for iStore.
    With the above approach users are concerned that we need to maintain 2 User Interfaces in Configurator and each time any change has to be done both the user interfaces needs to be changes which will not be a feasible option in case of complex models.We would like to know if there is any other approach to hide this summary page from istore.
    We are on R12.1.3 and are using fusion configurator engine.
    Any suggestions on customizations/approach will be appreciated.

    Create a Dynamic Action:
    When
    Event: Page Load
    Condition: -No Condition -
    True Actions
    Action: Hide
    Selection Type: jQuery Selector
    Affected Elements: #t20PageHeader
    Condition
    Condition Type: Request = Expression 1
    Expression 1: CRM

  • How to hide application id and page number in url

    The url that displays in a live session on the internet displays the application id and the page number.
    How can I hide this information from the public user?
    Thanks,
    Maggie

    Maggie,
    It's NOT an APEX problem actually.. It's the server that serves UP apex to your users. Thus, you are having to make changes in the APP SERVERS end of things.. APEX does NOT have ANY CONTROL over ho wits URL is served up...
    Thank you,
    Tony Miller
    Webster, TX
    While it is true that technology waits for no man; stupidity will always stop to take on new passengers.

  • How to hide columns in each page of SSRS report for grouped tablix

    Hello all,
    I have a requirement like when SSRS report (used row grouping)is exported to EXCEL
    1)  Each report page should be exported to a separate excel sheet
    2) Each sheet will have different columns (that is some columns will hide in sheet2, sheet3...)
    3) Eg: If a country report is there with details like country name, country code, currency code. Now each country details should export to separate excel sheet and sheet 1 should show Country Name and Country code; Sheet2 should show: Country Code, Currency
    Code; Sheet3 should show: Country Name, Country Code, Currency Code.
    I am done with point#1 above: Each report page should be exported to a separate excel sheet. Can some one help on point#2:Each sheet will have different columns (that is some columns will hide in sheet2, sheet3...)
    Thanks,
    Paandey : Dont forget to mark it as Answered if found useful

    Hi paandey,
    According to your description, there are three columns named country name, country code, currency code in the report. When export the report to excel, you want to show Country Name and Country code in sheet1, Country Code and Currency Code in sheet2, and
    show all of the three columns in sheet3.
    In Reporting Services, we couldn’t achieve your goal by setting visibility of columns in one tablix. As a workaround, we can use three tablix in the report, then add page break to the tablix. For detail information, please refer to the following steps:
     1. Since you have created a tablix with three column, copy and paste it to the report twice.
     2. Right-click column handle of Currency code in tablix1, click Column Visibility.
     3. Check Show or hide based on an expression, click (fx) button, then type the expression:
    =(Globals!RenderFormat.Name = “EXCELOPENXML”)
     4. Right-click column handle of Country name in tablix2, set its visibility like step3 above.
     5. Select and right-click tablix2, click Tablix Properties.
     6. In General pane, in Page Break Options section, check Add a page break before check box.
     7. Click Visibility in left pane, check Show or hide based on an expression, click (fx) button, then type the expression:
    =(Globals!RenderFormat.Name <> “EXCELOPENXML”)
     8. Select and right-click tablix3, add page break to it like step6 above.
     9. Set its visibility like step7 above.
    The following screenshot is for your reference:
    For more information, please refer to the following document:
    http://blogs.msdn.com/b/robertbruckner/archive/2010/05/16/report-design-naming-excel-worksheets.aspx
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu

  • How to have contents of one page update another

    Hello.
    I have an updatable report. Let's call it updatable report "A". I want the user to have two options:
    1. Punch the data right into the fields of the updatable report "A" and submit it.
    2. Click on a link that will pop up another page with a report "B" of already stored data. Checkmark the rows on report "B" that are of interest and then, by clicking "submit" on this report "B", have the selected data from the pop-up report "B" move into the corresponding fields of the updatable report "A".
    Can this be done? If so, how?
    Thank You
    Boris

    Hi Boris,
    Is your question is
    Can we do multi-row update for few selected rows?
    If Yes try this link
    tp://forums.oracle.com/forums/thread.jspa?messageID=2562054&#2562054
    Kind Regards
    Rana

  • How to display content in same page when a custom command is clicked

    I have created a custom command and returned the following parameters in getLinkAttributes method but the content still opens in a window. How can I display the content in the same window/
    String editwindow = "open("iViewURL","windowName","javaScriptParam")";
    return new LinkAttributes(editwindow,"_self",true);
    Thanks in advance
    Vidya

    Hi,
    This is part of JPDK. You will have to install it. Which version of portal are you using? You can also try this out using
    URL portlet which is available with webview in 309.
    Thanks,
    Sharmila

  • EditModePanel hide content in application page

    Hello,
    I have developed a custom contact form and put it int the footer of the master page of my publishing site. The form let users send to the administrator suggestions that they can have about the site.
    I have put all the code of my form contact into an EditModePanel and set it PageDisplayMode property to "display" to not trigger validation rules on my form contact controls when editing the page.
    The form is showing correctly in all page of my site except an application page that i have developed, on which my contact form was disappeared.
    When i delete the EditModePanel that surround form contact controls , my contact form is showing correctly.
    why my form content is not visible ?
    Any Help will be appreciated.
    Thanks.

    hello  Christopher ,
    Where i must put your code  ? 
    Below my user control code : 
    i have tried to put my code into an if check: if ((SPContext.Current.FormContext.FormMode == SPControlMode.Display)||
    (wpm.DisplayMode.Name.Equals("Browse")))
    the form contact is showing on application page but when i edit a publishing page i can not save changes because contact form contains required validation controls.
    protected override void DoOnLoad(EventArgs e)
    if (!this.Page.IsPostBack)
    ContactSuggest.Attributes.Add("placeholder", ResourceFiles.Default.GetResourceValue("ContactForm_Suggest"));
    HiddenFieldSuggestText.Value = ResourceFiles.Default.GetResourceValue("ContactForm_Suggest");
    ContactSend.Text = ResourceFiles.Default.GetResourceValue("ContactForm_Send");
    ContactError.Text = "";
    string paramValue = string.Empty;
    ParametersService ps = new ParametersService(SPContext.Current.Site.RootWeb);
    string textValue = string.Empty;
    if (!ps.TryGetValue(Variables.Parameters.ContactTo, out textValue) || string.IsNullOrWhiteSpace(textValue))
    ContactSend.Enabled = false;
    thanks for help.

  • How to hide JSESSIONID in first-page Url?

    Hi!
    Is it possible to hide JSESSIONID in url of first accessed page in application?
    (In non-SSL config,copying this param allows any client to gain access to server session, which is previously authenticated, and thus avoid JAAS authentication. This is very unpleasant OC4J behavior. Other platforms are using "hidden" session identification mechanisms which are not much more intrusion-proof but are less obvious to end-users .)
    Kind regards for any tip,
    Pavle

    Hi Steve!
    Yes, you got it right.
    In the first page, if the page is not protected so
    the redirect to JAAS login is not performed,
    jsessionid is visible in url.
    The behavior is on JDev
    11g TP4 with both JSF and ADFc controllers. After
    first page, jsessionid is removed form url, so
    cookie-bases session is enabled.
    But, if jsessionid
    is provided in url for some other page, the session
    is identified by supplied jsessionid even cookie is
    different.
    I read somewhere that this is some "automatic"
    cookie-support detection by OC4J (which is checking
    if the url jsessionid is same as cookie – if not,
    then OC4J considers cookies are not supported on
    client browser). Is there any way to force OC4J to
    use only cookie-bases session identification?
    Regards,
    Pavlegday Pavle --
    I did some testing on this yesterday with a straight JSP/Servlet based, session enabled application and I observed this happening for the very, very first request of a brand new browser process. As soon as you go to the second page, the jsessionid is removed from the URL. Logging out of the application and logging back in, using the same browser process doesn't result in the jsessionid appearing again.
    On the automatic cookie detection -- yes the container can determine if cookies are supported. If they are not, then it will use the url + jsessionid approach IFF the application has used the response.encodeURL() method on any links it presents in the application. If the application has not used the encodeURL method, then it won't work correctly. We don't do any auto encoding of URLs -- the application has to do it, and then we'll use it if cookies are disabled.
    I tried it with Firefox, Opera and even Internet Exploder and the same behaviour occurs.
    I'll look into it some more and post a bug if one needs to be entered. If I do, I'll let you know the bug number so that if you need a patch, you can log a support tar and reference the bug.
    -steve-

  • How to hide content area name in portlet?

    When I add category portlet, it'll show content area name as
    sub banner. I want to hide it. But I want to hide sub banner
    only this portlet. What should I do? Please tell me.
    Thank you,
    Sirin

    Hi Sirin,
    Try this:
    Go to Navigator -> 'Content Area' tab select 'Edit Root Folder'
    click the 'Style' tab click the style properties link ->
    'Folder Layout' tab click on 'sub folder' edit link, unmark
    display region banner check box.
    You can do the same procedure when you edit your folder and
    click 'Folder style' follow the above next steps
    Hope this meet your requirement
    Regards

  • How to hide SSRS reportserver home page data sources

    Hi ,
    I can hide data sources in report manager but not in report server (http://servername/reportserver).
    Is there any option to hide items when viewed through Ipad using URL http://servername/reportserver
    Thanks

    As far as I'm aware visibility of items and folders can only be controlled via the permissions you assign to them. This would mean if a user is unable to see an item then they would not be able to see that item no matter what device they used.

  • Hide content ID from the Default checkin page.

    Hi..
    How to hide the default checkin page from the default checkin page. I get a checkin page in my Contribution Folders, where i can checkin items. There i need to hide Content Id.
    I already have rules and profiles which are working to hide Content ID at other places. But here it is not able to hide Content ID.
    I get the heading my that page as "Content Check In Form (Folder) " ..
    Can anyone tell me how to hide "Content ID" for this type...
    Thanks
    Saurabh Anand

    Hi,
    Use configuration variables IsAutoNumber=true at config.cfg file - Content ID (dDocName) is automatically assigned to each new content item upon checkin.
    Thanks,
    Ravinder

  • How to hide business process stage on page load in crm 2013

    Please tell me how to hide process stage on page load in crm 2013.
    for example: Develop, Propose,Quotation... these are business process stages and I have a custom field named "type"
    If type value =1 then hide Propose stage

    Hello,
    That is not possible. What I would suggest is to create several processes for same entity and switch between them using plugin. Sample code for it -
    https://deepakexploring.wordpress.com/tag/updating-process-id-in-crm-2013/
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • How to hide "Note that the search is case insensitive" text from Query Region

    Hi,
    When create a search page with Query region : Autocustomizationcriteria mode, page is showing automatically "Note that the search is case insensitive" text is showing automatically.
    this is not needed. can you please let me know how to hide this one from page.
    Regards,
    Ram

    Check this link:
    https://forums.oracle.com/message/9227812#9227812
    --Sushant

Maybe you are looking for

  • Memory upgrade on Satellite A350-10I

    I have a Toshiba satellite A350 10I.I would like to expand the memory RAM which is 2x2Gb ddr2 800MHz. Can be changed with ddr3?The motherboard will support?

  • Error from JNI_CreateJavaVM

    Does anyone know what the following message means? I am linking libjvm.so into my C application and invoking the JVM from the C code. I am using JDK 1.3.1 for Solaris. Thanks, John There was an error trying to initialize the HPI library. Please check

  • ITunes Library Databases

    I moved iTunes files and folders off my C drive to an external drive. And, I changed the "iTunes folder location" to my external drive. But first question is how long do I make the path, i.e., which folder or file do I end the location with? ("My Mus

  • LENOVO ARE YOU LISTENING? X301 Communications Issues

    I'm posting this to the forum only because my calls to IBM (1-800-IBM-SERVE) support center to inform of problems inherent in the new X301 seem to fall on deaf ears. As we now have several X301's and all have the same problems, you would think that L

  • IPhone 4 cant get a factory unlock

    I bought this iphone on craigslist and am currently using it, I plan on traveling to the Philippines for a few months and wanted to unlock my iphone so I could use it over there, I called AT&T to see if they could unlock it, all I had to do was give