Erin Trotter Posted February 27, 2023 Posted February 27, 2023 I am working in WebFocus 9.1 and creating a Designer Portal. Is there any way to add a last updated date in the top banner of the portal? Or can I only add this on each page of the portal? I don't see any options like that other than the logo and the theme when you go to edit the portal itself. Also, can a link be added on the portal that would direct to an email for the webmaster?
Patrick Huebgen Posted March 24, 2023 Posted March 24, 2023 Hi Erin - You cannot add content to the banner in WebFOCUS Designer portal - for the Link one option would be to add a "Help" page to the portal that lists help ressources like the WebFOCUS Admins email or any additional info - i usually just pud a customer help page into the system (uploaded html or just link) that I then put into the Designer portal For the date this will be quite challenging as there is no dynamic content in the Portal my only idea use the name Hope this helpsPatrick
Erin Trotter Posted March 24, 2023 Author Posted March 24, 2023 Thanks for your help. Yes, I figured there was no way to do dynamic content in there. The users actually want to see the date on the page with the data, so a help page won't help. I am going to just create a report that only displays the latest date updated and then put that on each page of the data. Since we are talking about the Designer portal anyway, one last question. Have you ever been able to put a custom logo on there? We have one, but when I try to put it on there, it is distorted because the area for the logo is so small that it just squashes it. Can you make the area bigger, or do you have to put a tiny logo?
Patrick Huebgen Posted March 24, 2023 Posted March 24, 2023 For the logo did you ever looked into the theme.css - are you using a custom theme Here's a short video how to do it you can change the css for the logo using this css class - i was using this code to make it wider and add some padding so the title is not to close to the logo - of course you can change other css attributes for the class .- and by the way if you have a SVG version of your logo this will scale better. .pvd-banner-logo { margin-right: 10px; width: 130px;}Have a great FridayPatrick
Erin Trotter Posted March 24, 2023 Author Posted March 24, 2023 Thank you. I am using a pre-installed theme that came with the product, but I can make a copy of it and alter it. Thanks for the suggestions!
Patrick Huebgen Posted March 24, 2023 Posted March 24, 2023 Yes there are a few things I like to chnage in the custom theme - like colors and many more - quite easy to get to a custom version picking up your corporate colors.Patrick
Monica Rosa Posted March 28, 2023 Posted March 28, 2023 If you want to change the size of the logo you can make that adjustment in the properties of the Portal for example:My URL looked like the following: IBFS:/WFC/Repository/Repro/tibco.jpg,background-size: 200px 60px; height: 60px; width: 200px; margin-left: 4px; margin-right: 0px; margin-top: 0px;
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now