Change Page Title in Netweaver Portal

I would like the Title of my Netweaver portal to say "Development Portal" all the time.  How to do I change this.  I have the runtime already changed for this, but if i go to different iviews/pages, the beginning of the title changes to the iview/page name.
Thanks
Lee

Hello Lee,
Please check the following thread, might be of some help for you.
How to change Portal <title>
Also the following thread talks about deleting the page title. /thread/87799 [original link is broken]
May be if you can combine the above ideas it might work for you.
This thread also might be of some help, Changing the text "SAP Enterprise Portal 6.0" in the browser window title
Thanks and Good Luck,
Firasath Riyaz.

Similar Messages

  • Change Page Title of embedded DS reports in the portal

    Dear all,
    we have our Design Studio Reports embedded in the Portal. The title of the browser window is the title of the navigation entry you are navigating to.
    We have a demand where we need to overwrite the title from within the Design Studio Report to add a specific pattern to the title of the browser.
    as an Example:
    Name of the navigation entry: Report XY
    Current browser title: Report XY
    Target browser title: [DS] Report XY
    I know from the ABAP Web Dynpro and CRM WebUI that there are standard functions to influence the title with customer code, when they are embedded in the portal.
    Is there any way (hopefully without the use of the SDK) to influence the browser window title from Design Studio Reports when embedded in the Portal?
    Thanks a lot and best regards
    Fabian

    All the links which is mentioned above is either they are doing it in code behind or javascript like document.title.
    I want to change dynamically using ECMA script. the point i found here is if you use the below code you will get an error saying list "Pages" does not exists in the SharePoint site.
    clientContext.Web.Lists.GetByTitle("Pages");
    So i am wondering how can we change the page title of SharePoint hosted app ( Default.aspx) dynamically
    Say example i have one text box and submit button. when give the title in the text box and click on submit  the title should reflect in the page.
    Navaneeth

  • Changing page title based on a value

    Just curious if it is possible to change the page title based on whether or not an item is null. If it is how?
    For example page title:
    If PX_ID is not null, the page title is View/Edit PRODUCTS.
    and
    If PX_ID is null, the page title is Add PRODUCTS.
    I know its no big deal... its not that hard to copy the page.
    Thanks ,
    Derek

    Set your page title to something using the &P101_PAGE_ITEM. syntax.
    Then you can use whatever logic you need to devise your P101_PAGE_ITEM.
    Ben

  • Change Page Title, Not Folder Name

    Is it possible in iWeb to change the title of a page to something different than its associated folders. That is, I want the title of my page to be "Awesome Music By A Rad Band" or something, but I want it to be published to "www.site.com/music.html", rather than "www.site.com/AwesomeMusic_By_A_RadBand.html". Follow me?
    Thanks!

    A way to do it once an not have to repeat the process if you edit and republish is to use the following code in an HTML snippet on the page:
    <script type='text/javascript'>
    parent.document.title = "PAGE TITLE";
    </script>
    OT

  • Changing page titles

    when I was making my pages up, I forgot to capitalise some of the pages' titles and for some reason iWeb won't let me do this so I now have a mixture of lowercase and uppercase links on the menu bar along the top. Any suggestions on how to change it?
    obviously I have tried doing it in the left hand menu bar. I would rather NOT create a new page if possible.
    Thanks in anticipation!

    The menu bar is not the page title.
    What you see in the menubar is the name on the left in the Sidebar. It's the pagename in the addressfield: nudesinlandscape.html
    I explained in my previous post how to change it:
    Type something completely different first. Hit Return. Notice the changes.
    Then repeat it and typ the original text, but now correctly. Notice the change.
    The title of the page, which appears in the titlebar of the browser window is based on the large textbox at the top of the page. The large text in white in the middle of the page below the horizontal line.

  • Changing Page Title

    I would like to change the Title for my site. It seems that the only title you can have is the Domain name as far as I can tell using Iweb 08. Does anyone know how to change the main Title line of the site.
    Thanks

    The problem is when you host uses frame to forward to your .mac site, your .mac page title will not show up on title bar, the frame title will (aka mask forwarding).
    You can ask your host to do regular forwarding, your page title will show; but address bar will show http://web.mac.com/blahblahblah
    or you can add this to your page, using HTML Snippet and use your host mask forwarding:
    <script type='text/javascript'>
    parent.parent.document.title = parent.document.title;
    </script>
    BTW, you have to add it to EVERY page, here is an example:
    http://hdl.50webs.com/BkgndMusic/Welcome.html
    the page title is either Major or Minor regardless the address bar is: blahblahblah/Welcome.html

  • Can we change Page Title text size

    Hi,
    Is it possible to increase the text size of page Title text? Or any alternative to display big size text in that place?
    Regards,
    Ram

    Not sure what exactly are you looking for, but probably adding an image of horizontal line might solve your issue.
    --Shiv                                                                                                                                                                                                                                                       

  • Change windows title in Portal 60

    Hi.
    When we navigate page in porta1, We have page title in browser title for example "Portal Support Desk - Enterprise Portal 6.0 - Microsoft Internet Explorer".
    In above, "Portal Support Desk"  is a page title and "Enterprise Portal 6.0" is a portal title.
    So, I thihk portal has "Page Title - Portal Title" pattern.
    Is there any way to change this pattern ?
    Actually, We want to change this to "Portal Title - Page Title" .
    Regards, Arnold.

    Hi Arnold
    do the following in portal
    system administration -> system configuration ->under detailed configuration choose service configuration
    under portal runtime -> central configuration double click to open it
    find out following portal.html.head.title
    change the value SAP Enterprise Portal 6.0 to ur value.
    save ur changes. ( save button is below at end of page)
    restart the J2EE server.
    regards,
    kaushal

  • How to enable change password feature in SAP Netweaver Portal 7?

    Hi experts,
    I would like to provide a change password link just beside the logout link after user had successfully logged in to Sap Netweaver portal. When user clicks that link, a change password screen sill appear to allow user to change his/her password.
    Question:
    1) How do i create a link in portal header just beside the logout link?
    2) Is there any default change password page for Sap Netweaver Portal that I can use for this purpose?
    Thanks,
    Kenneth

    Hi,
    To get the change password link beside logout, get the masthead PAR file from portal, import into your NWDS, make the changes in the JSP and upload PAR file back to portal. Search with keyword "Masthead customization" in SDN. You will get many documents to achieve.
    SAP has password change functionality available. Chekc the link below for details.
    Re: Change Password Functionality
    Regards,
    Yoga

  • Change the Page title of Default.aspx in SharePoint Hosted App using ECMA Script

    Basically i want to change page title dynamically. the thing is default.aspx page is present in the below location
    Folders/Pages/Default.aspx ( Verified using
    SharePoint Manager 2013 Online )
    Could any one let me know how to iterate through the folders and then go to pages and change title of Default.aspx page?
    Navaneeth

    All the links which is mentioned above is either they are doing it in code behind or javascript like document.title.
    I want to change dynamically using ECMA script. the point i found here is if you use the below code you will get an error saying list "Pages" does not exists in the SharePoint site.
    clientContext.Web.Lists.GetByTitle("Pages");
    So i am wondering how can we change the page title of SharePoint hosted app ( Default.aspx) dynamically
    Say example i have one text box and submit button. when give the title in the text box and click on submit  the title should reflect in the page.
    Navaneeth

  • Change the title of the new HTML page screen

    Hi,
    I would like to change the title displayed in the screen to create a new HTML file from "New HTML Document" to something like "New Page". Is there any properties file which I can edit to get this done? Or does it come from some java class file?
    Awaiting reply.
    Thanks & Regards
    Ranjith

    Hi,
    I have found the text here:
    <i>\usr\sap\EED\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui\lib\km.appl.ui.edit_api.jar\com\sapportals\wcm\control\edit\ResourceEditControl.properties</i>
    and here:
    <i>\usr\sap\EED\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.km.cm.ui\lib\km.appl.ui.edit_api.jar\com\sapportals\wcm\control\edit\ResourceEditControl_en.properties</i>
    So seems you could change it. But I think when you apply a patch to the KM the .properties files will be overwritten - so you will have to do it again...
    Romano

  • Page Title Bar Changes with 'Launch in new Window'

    Hi All,
    We have a strange situation where we create a page containing an iview with the friendly name on both set to 'test'. This shows fine on the browser title bar as <friendly name> - <portal text> - <browserinfo> e.g "test - SAP EP6.0 - Internet Explorer". All fine so far...
    However, when we open a page in a new window via the 'Launch in New Window' page property, the <friendlyname> reverts to the server name. e.g "http://servername:50000 - SAP Enterprise Portal 6.0 - Microsoft Internet Explorer"
    We are on EP6 sp2 p14 and have implemented the change to the <portal text> to reflect our customer name.
    Any ideas on why this is happening ?
    Thanks in advance
    Rob

    Hi Siva,
    I have already implemented that change to the central configuration. This only relates to the <portal text> (Sap Enterprise Portal 6.0 by default), which doesn't change.
    What I need to know is -
    a) why the page title changes when you launch the page in a new window
    b) what I can do to stop this happening.
    thanks
    Message was edited by: Rob

  • "[community]:[Page]" title is changed to "GATEWAY"

    Hi, I'm developing a portlet with a aspx web page associated (.net). There is only one page with a button web server control on it.
    <br>
    After every postback, the typical [community]:[page] title above the portlets area changes its text to "GATEWAY".What am I doing wrong? :| <br><br>
    Versions:<br>
    portal:5.0.2<br>
    edk(.net): 5.1<br>
    Plumtree .net web controls: 2.1<br>
    <br>
    The page is gatewayed and web.config includes the httpModules entry under system.web.<br><br>
    Thanks in advance?

    I have the same issue but I am using:
    Portal 6.0
    Web Controls Consumer 3.0
    Does anyone know why this occurs?

  • Change the Page Title for all the pages when viewing the Reports in Bi Publisher

    Hello ,
    I have a requirement for changing the Page Title for all the report displayed pages on the browser window.

    As far as I know, answer is NO.
    it's very simple answer  Manikandan-S-Oracle
    for 1210326 's requirements there are some places for changes of property "title" and in some pages "title" can be different
    "one place or option for changing" does not exist imho ( may be i'm wrong )
    so you can change places for your needs but not sure what it's adequate
    as example
    ...wls\user_projects\applications\bipdomain\xmlpserver\catalog\navigator.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/catalog
    ... wls\user_projects\applications\bipdomain\xmlpserver\home\home.jsp  -->  find <title>
    it changes title in http://somehost:7001/xmlpserver/servlet/home

  • How to change the web page title of a web dynpro app?

    Hello,
    I would like to change the HTML page title of a web dynpro application without renaming the application component itself - but how?
    Thanks for your comments!

    Hi M Walter,
    Assuming you are using Web Dynpro Java, you can change the title of the Web Page for Web Dynpro App by adding the title to the main window of your app.
    Go to Windows and open the properties. There will be a field called 'title'. Give the title you want, save, build, DC->Build and deploy.
    The title you gave to this Window will be displayed as the title of your Web page.
    Regards,
    Ajay

Maybe you are looking for