Changing Portal Display

I am trying to customize the standard portal desktop. I need to make some changes in the portal masthead like changing the logo, branding image etc. As we don't have NWDS installed I am trying to do it through Theme Editor.
I followed the below process:
1. Created new Portal theme, In that uploaded a new logo and branding image and saved it.
2. Created a new desktop image and added the theme and a copy of the default frame work page to it.
3. Created a display rule and assigned the desktop to it.
After following the above process , I am still seeing the standard portal theme.Do I have to do anything else besides the above process?Can someone help me with this.
Thanks.

Hi p576277,
The process steps you have followed are correct.
As Praveen said the simple mistake everyone does(even I did the first time ) was adding the IF statement after the defaultDesktop IF Statement.
IF User = *  should be given after the custom IF statement for your desktop.
The problem is .. If the Statement USER=* appears then It wont process anyother IF statements . Hence All Custom IF statements should appear before the default if Statement. Click the IF statement and use the MOVE UP and MOVE DOWN buttons for moving the IF Statments.
Atlast..your expression should appear like:
IF User = <youruser>
      Then Portal Desktop = CustomDesktop
IF User = *
      Then Portal Desktop = DefaultDesktop
Award points if helpful.
Thanks,
Ratan

Similar Messages

  • Change Portal URL in MSCS Java

    How to change Change Portal URL in windows cluster. We have installed sap web dispatcher but with out port it's not connecting to portal url.
    my system is NetWeaver AS JAVA with EP 7 sp13
    Would like to change url mentioned below.
    http://hostname.company.com:50000/irj/portal to  http://hostname.company.com
    Please help.
    Regards
    Mahesh

    Hi,
    I need change my portal url from to http://hostname.company.com:50000/irj/portal to  http://hostname.company.com
    This will give users a more user friendly URL and this possible. We are already using this type of portal url (ex:) for Prod system.
    Plese see below link for non cluster how to Change Portal URL but this does't work for MSCS. Hope understand my question.
    https://wiki.sdn.sap.com/wiki/display/EP/Change%2BPortal%2BURL
    Regards
    Mahesh

  • Change Portal desktop dynamically

    Hello Praveen,
    This message is reference to the thread "Change Portal Desktop Based on Role" . If you remeber initially I could not able to find the setRuntimeDesktop method.
    Now I am running my code in SP14 (different environment) its working fine.
    IVIEW preview is working fine and setRuntimeDesktop() also setting the desktop at runtime. Could you please tell me where should I place this IView and where to subscribe event to run this IVIEW
    that can change the desktop only at TLN event but not for sub nodes (detail navigation).
    Thanks

    Hi,
    Can I suggest you run http trace and inspect the logs as this will identify what code is fired when you fire events in the page.
    It is difficuilt for me to assist you because I cannot see the way the code is being executed.
    Further to the portal content area (com.sap.portal.contentarea). If you see the following docs try set the target to reference the content area defiend in your framework page (you may be using a custom framework page).  You should be in a position to query the object name defined for the content area defined in your framework page.
    Portal Content Area is not displaying.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d2aeb9-5f92-2d10-d38d-ded09c94330d?QuickLink=index&overridelayout=true
    Conceptually the principals are the same I believe.
    Let me know how it goes.
    Just another thought:
    Check if you need to "wait" for the content area to load before applying the event - the iView needs to serve the content within before the them is applied. Check the iview attributes too, if they are cached then the content area will not be updated till the next refresh potentially
    Edited by: Basis Team on Dec 23, 2010 7:40 AM

  • POrtal display :- theme

    Hi,
    We have EP 7.0.. We have Portal dislay workset under System Administration thru which we can change theme and transport etc.
    My requirement i want assign this workset to user as role. So that particular user can have access to portal display and change theme.
    I tired to search for this workset but did not get it. does any one has idea about this workset .
    Or is there any other method thru which i can allow user to change theme of the portal i dont want to give them System Administration rights, i  only  want to allow Portal Display .
    Regards,
    Jigar Oza

    Hello Jigar,
    Kindly navigate to Content Administration> Sarch and enter theare syatem and select Role from Drop Down.Click on search.
    Now open System Admin role and naviget to Workset that u require. open it in PCA.
    Copy that workset in some other location and assign it to newely created Role.
    OR
    Navigate to PCD Location property of that workset and find the location.
    I would prefer first method.
    Hope this help's
    Regards.
    Soni Vinit

  • Change the displayed properties of the StandardSearchResultRender

    Hey,
    I would like to change the displayed properties in the StandardSearchResultRender of the SearchResultSet
    (SearchResultLayoutSet  --> StandardSearchResultRenderer --> Displayed Properties).
    I need a new Link such as Displayed Name of a document (rnd:displayname(contentLink/[1;2-3]/alignTop/space-right=30)).
    For this i made two new properties witch called "newdisplayname" and "newlink". In the StandardSearchResultRendere I added the line "rnd:newdisplayname(newlink/[5;2-3]/alignTop/space-right=30)" in the displayed properties. When I apply my changes the Portal shows me an error (The current configurable is invalid ). I don't know why it's invalid.
    Can anybody help me? How can I made a new link with an reference? Thanks.

    Hi Misel,
    > Is it right, that I can create my own modifier, if I modificate the code?
    In general, yes, but one should have heavy experience if starting to modify SAP code.
    > If yes, where must I modifie the code
    There are different classes, one example would be  com.sapportals.wcm.rendering.resource.cm.ResourceRenderer (that is almost supported to "modify", at least it is supported to create your own ResourceRenderer)
    > Is ther anywhere an example, or an document ore something else?
    No, absolutely not. This is really deep-digging into foreign code which in general is not supported at all by SAP.
    > Or is there an other option to show a link with an other caption?
    The easier way would be to create a property renderer and to implement that or the resource renderer by yourself; this also is officially supported: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/nw/NetweaverDevelopersGuide2004s/NetWeaverDevelopersGuide2004s_Documents/KM_articles_new/howto/km/flexui/Flexible%20UI%20Components.html
    Hope it helps
    Detlev

  • Assigning portal display workset to a user

    Hello Friends,
    We are using NW04s Portal and currently working on look and feel part of it.
    Portal theme can be changed by using "Portal Theme Editor"  from System Administration -> Portal Display tab.
    I want to assign only this tab to a different user so that he can work on portal themes. He should not be able to see other admin worksets. What is the procedure to achieve it, if at all this is possible?
    I searched for this workset in PCD but unable to find it. It is there in "System Administration" workset. I also used "trace delta links" button to search for the source object in PCD, but it says "System Administration" workset has the source workset.
    Regards,
    nilz

    Hi Nilz,
    You can try this:
    1) Go to Content Administration -> Portal Content -> Content Provided By SAP -> Admin Content -> System Administrators -> Copy the System Admin role and place it in your desired folder. This should be a normal paste, not a delta link copy-paste.
    2) In your folder, right click on this role, change id. This will allow you to change the name and the id of this role and this would thereby be a different role all together. Call it eg. Portal Display Administrator.
    3) Remove all other worksets except for "Portal Display".
    4) Attach this role to the users who want this role.
    Hope this helps.
    Regards,
    Sunil
    PS: Reward points for helpful answers and answers that help you solve your problem.

  • Delegating "Portal Display" to a new role

    Hi all,
    I would like to create a role that I can assign to selected people that would allow them to manage the themes/desktops/framesworks/rules.  These people will already have content administrator's role.
    So, I created new folders for the new role and new role and workset.  My next step was to add the "Portal Display" workset to the new workset, as used in the System Administration role.  However, when I went to look for the "Portal Display" workset  I could not find the object in the PCD.
    Is there a way to create a role for just the "Portal Display" management?  Where is that object?
    I am able to do a delta link on the "System Administration" workset, but then I have to remove lots of stuff.  Seems a waste and not at all an elegant way to go.
    Thanks for your help,
    --Amy Smith
    --Haworth
    Points always rewarded.

    HI
    u r right
    i thought i could copy the role from role editor to pcc. But it is not possible.
    so the simple solution is to copy the role of system administrator as such in pcc and paste it  as delta link in ur folder of pcc. delete all the unwanted page , iview and workset from that role.
    Since u r pasting as delta link any future changes to system administrator by SAP will reflect in ur role too
    Regards,
    Vijay.

  • Incorrect changes to Display rules

    Hello,
    I changed the display rules incorrect. but now i cannot enter the portal anymore. is there anybody who can help me and tell me where i can change the display rules.
    Many thanks in advance
    Kurt

    I solved my problem, and I hope this will work for you as well.
    I went directly to the URL for the Desktop & Display Editor and fixed the rules. Here's the Direct URL:
    http://<hostname>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.pagebuilder.IviewModeProxy?iview_id=pcd%3Aportal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.themes/com.sap.portal.portalDisplayRules&iview_mode=default
    Good Luck.

  • How can I change the display of Inbox in my iPad's mail app- so that it takes up the full screen?

    How can I change the display of Inbox in my iPad's mail app- so that it takes up the whole screen, as opposed to just about one third; the other two thirds display the full text of the selected email?

    You can't change the display in the Mail app, if you are holding the iPad in landscape orientation then the left-hand third will be for navigation, and the right-hand two-thirds will be an email. If you hold the iPad in portrait orientation then the navigation section becomes a drop-down section.

  • How to change external display resolution WITHOUT clicking "CONFIRM"?

    I have a somewhat unusual situation. My MacBook laptop is actually now a ModBook (a pen-tablet computer), and as such I no longer have a trackpad attached to it. All of my inputs are via the stylus, tapping directly on the built-in display.
    This works perfectly fine, except when I need to give presentations on an LCD projector (which is quite often lately). I like to use the projector as an external monitor, so that I can run the Keynote presentation on it while using my laptop screen as the presenter's display, with the upcoming slide, etc. If the projector doesn't give me an ideal native display option (sometimes, the aspect ratio for the  3 or 4 resolutions available in the Displays drop-down in the menubar turn out to be stretched or squeezed), then I, naturally, have to open the Display System Preferences and try out different resolutions.
    The problem is, since my stylus only interacts by clicking directly on the built-in-display, I have no way of moving the cursor over to the external display when the dialog box with the "Click here to confirm change/You have 15 seconds..." message appears. So I can never click it ... so I can never confirm the new settings.
    The workarounds I've used so far are:
    - Mirror displays (not ideal, as I need the presenter preview of the next slide)
    - borrow a mouse from someone (usually from a Windows desktop, frankly) and plug that in to briefly mouse over and click the confirm button
    I'd love to find a software workaround that allows me to NOT mirror displays and also doesn't require me to carry around a mouse all the time (my laptop bag is already overstuffed...).
    Thanks.

    Fateh wrote:
    I hope that my question is clear ... Nope.
    How to change the display resolution of APEX ??APEX doesn't have a display resolution. "Display resolution" is an attribute of the device and user agent software used to view the APEX page.
    What do you mean by "the display resolution of APEX"?
    In other word, if an end user sees large elements on a pageWhat "large elements"?
    then he/she zooms it outHow?
    "Zooms" what&mdash;the entire page or a single "large element"?
    How can I set a proper ZOOM for my app by default ...Meaning what?
    And as usual, we're missing:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    You've been posting here for years. You know this basic information is necessary to understand and reproduce problems.
    If you're looking for help it doesn't seem unreasonable that you make the effort to provide a full, clear but concise description of the problem or requirement.

  • Does anyone know if it is possible to change the display in week view to show 24 hours per day for those of us that work irregular hours

    Does anyone know if it is possible to change the display in week view to show all 24 hours per day for those of us that work irregular hours.
    Also is it possible to have all of the 'all day' entries showing, not just 3.5 of them.
    The app Week Cal HD was the perfect calendar until Apple removed it so could they please offer the same facilities that it offered.

    Does anyone know if it is possible to change the display in week view to show all 24 hours per day for those of us that work irregular hours.
    Also is it possible to have all of the 'all day' entries showing, not just 3.5 of them.
    The app Week Cal HD was the perfect calendar until Apple removed it so could they please offer the same facilities that it offered.

  • I have three email accounts and want to know how to change the display order.

    I have three email accounts and want to know how to change the display order.

    Install this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/manually-sort-folders/?src=search

  • Change the display of the multiple Table items using a single Drop-down

    I have created a Web Template in BEx WAD (BW 3.5) with 4 Tables assigned to 4 dfferent Queries. Now I want to change the display of the all the Four Tables based on the selection of display properties chosen in a single Dropdown item. The properties to be selected  in the dropdown are like changing the Alternate style display of Rows, Suppress Alternate Style, Display only 30 Rows or 60 Rows.
    Please help me in writing the script necessary to pass the command from the dropdown to all the Tables to get the desired output.
    Thanks,
    Krishna
    Edited by: Hari Krishna Velampalli on Oct 26, 2008 12:00 AM

    Dipika, Thanks for the response.
    I tried using that option but again since we cannot give custom options in a drop-down,
    I created a Form with a drop-down list of options like Suppress Result Rows, Suppress alternate style of rows, Display only 30 Rows, Display only 100 rows .. and so on.
    Now I am able to change the display of my first table by selecting the options in the drop-down list. But my intention is to apply that selection to Multiple Tables.
    How can I achieve that?
    HK

  • How to change the display name for Gmail aliases?

    I have a Gmail account with multiple aliases. They look like this:
    Joe User <[email protected]> (Primary)
    Support <[email protected]> (Alias)
    Billing <[email protected]> (Alias)
    Works great. I'm trying to set up Apple Mail on my new MacBook to support the aliases as well. I am able to input the e-mail aliases, but the display names for all are 'Joe User' which defeats the purpose of having the aliases.
    I have to imagine I can do this. Can someone help me out?
    Regards,
    Dave

    Anyone came here, refer to this post.
    http://h30499.www3.hp.com/t5/Community-Feedback-Suggestions/change-of-display-name/m-p/6667672/highl...

  • I am unable to play a downloaded HD movie from iTunes. SD movies play OK. An error popped up saying something about the display not suitable for HD movies but now all I get is a blank window. I have tried changing the display resolution to no avail.

    I have sownloaded an HD movie from iTunes store and when I attempted to play it on my Windows 7 PC a error message popped up saying something about the display not being compatible for HD movies. I have tried changing the display resolution several times but it didn't help. Now it just comes up with a blank screen when I attempt to play it. SD movies work fine. I have the latest version of iTunes installed.
    Can anyone help me resolve this problem?

    Apparently the display is required to be HDCP compatible to view HD movies in iTunes. My display isn't so this is my problem. I contacted Apple support and they have agreed to credit me for the HD movie and I have now downloaded the SD version.

Maybe you are looking for

  • Open letter to Nokia from a C6-00 deceived user.

    Dear Sirs, I have been using Nokia mobile phones for 10 year. Starting from the simplest ones to the new smartphones. My latest phones were N70, N73, X6 16GB and C6-00. I am used to change my mobile phone once each two years. In the last year I have

  • High Resolution Mode no longer works with new vers...

    For years I used Skype in high res mode (1280X720) with auto answer to look at the veiw from may vacation house window. This worked great. The picture quality was terrific and the connection was always stable. However, after I upgraded the Skype vers

  • Applet in the web, what's needed?

    Hi everybody! I'm new in Java programming but I've began with great enthusiasm. I've done a silly applet that will be to control a RCX of Lego in the future. But my question is, what is needed to see applets? The Java Run Time Environment? The Java V

  • Dataguard for EBS db

    Any good links on how to configure dataguard for 11i EBS database? Please also specify the general issues/points to note while configuring it? Is grid control recommended with dataguard setup? Sami Malik

  • MF42N BADI Enhancement

    Hai, I have use the user input data in the Tcode  MF42N into My BADI Implementation. Pls Help Me . Thanks In Advice. Regards, Ekadevi.S