As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I think this is what you are looking for. https://webfocusinfocenter.inf...me/tech-library.html There is a section on the left panel called Customizing and Running Portals and under that Creating a Custom Sign-In Page
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
The files are here: \\[server]\[driveLetter]$\ibi\WebFOCUS82\webapps\webfocus\homepage\resources\images and there are two different files that you'll need to replace:
IB_logo.svg - full logo when sidebar is expanded
IB_icon.svg - icon when sidebar is collapsed
We just created our Logo and Icon as svg files and replaced these files with ours (after making copies of the original svg files).
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015
One more thing: How can we change the link behind those images to go someplace else, like 'our home page on the net, instead of https://www.informationbuilders.com/
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Originally posted by Doug: One more thing: How can we change the link behind those images to go someplace else, like 'our home page on the net, instead of https://www.informationbuilders.com/
File is here: \\[server]\[driveLetter]$\ibi\WebFOCUS82\webapps\webfocus\homepage\home.jsp
You just need make a couple of changes to the .banner-logo onClick event handler:
Comment out: onShowIBIPage();
Add in: window.open("http[s]://[Your URL]");
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015
Originally posted by Doug: And another thing: Where do the images for the 'Legacy Page' reside?
I'm curious... Do you know how to explore the DOM of an html page (F12) and see the sources for images? It won't give you the exact file path, but you can get the filename and do a filename search on the server.
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015
Yep, I can "explore the DOM of an html page (F12) and see the sources for images".
The issue is that it seems to point to images: IB_Banner.gif, topBanner_IB.jpg, logo.png. But, ...ibi_apps/legacyhome doesn't change after I change these clear cache, etc. 'IB_Banner.gif' is exactly like I want it, as seen from the URL: "...ibi_apps/tools/portal/resources/images/IB_Banner.gif". "logo.png" does show up but needs refinement.
Does this require a server bounce?
I'll tackle the favicon later...This message has been edited. Last edited by: Doug,
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005