-
1. Re: Can we change logo and theme color in TrueSight?
Bhuvaneswaran Ekanathan Sep 28, 2016 12:55 AM (in response to Sunisa Apibansmut)Hi Sunisa,
It is supported, refer below link for more details
Hope it helps
Thanks,
Bhuvan
-
2. Re: Can we change logo and theme color in TrueSight?
Sunisa Apibansmut Sep 28, 2016 1:31 AM (in response to Bhuvaneswaran Ekanathan)Thank you very much Bhuvan
-
3. Re: Can we change logo and theme color in TrueSight?
Sunisa Apibansmut Sep 28, 2016 2:21 AM (in response to Bhuvaneswaran Ekanathan)Dear Bhuvan,
And how about Presentation Console and CMA Console I can change logo and color or not?
Best Regards,
Sunisa
-
4. Re: Can we change logo and theme color in TrueSight?
Bhuvaneswaran Ekanathan Sep 28, 2016 5:02 AM (in response to Sunisa Apibansmut)Hi Sunisa,
It is not supported out of box. You can tweak the settings to change it. Before you replace a file, take a backup of the file or rename it in same path [for example, existing company.svg file to company_backup.svg]
If you have a development setup, try below and check it is working fine.
TrueSight Presentation Server Logo [default, BMC logo] is fetched from below path,
Installdirectory\TrueSightPServer\truesightpserver\modules\tomcat\webapps\ROOT\img\header\company.svg
Note, this is a svg format file. Use free converters available online to convert your custom logo to svg format,
Convert Picture to Svg - Picsvg
Rename the file to company.svg and replace it with the existing file in the above mentioned path.
It is also possible to change favicons [the logo you see on top left of web page]
Save your custom logo as favicon.ico and Go to Installdirectory\TrueSightPServer\truesightpserver\modules\tomcat\webapps\ROOT\img\icons and replace it with the existing file
Similarly, you can customize image in login landing page [before authentication], about page etc.
Hope it helps
Thanks,
Bhuvan
-
5. Re: Can we change logo and theme color in TrueSight?
Daric Smith Sep 29, 2016 1:44 PM (in response to Bhuvaneswaran Ekanathan)You can also change the logon background from this directory:
<TSPS_Install_dir>\truesightpserver\modules\tomcat\webapps\ROOT\img\login
That is just a .jpg format. We have had it overwritten though during upgrades so make it a part of your post-install checks.
-
6. Re: Can we change logo and theme color in TrueSight?
suhas Annadate Oct 12, 2016 3:22 AM (in response to Sunisa Apibansmut)Hi All,
How to change BMC Logo in login Page?
above steps mentioned is for landing page /Home page.
Regards,
Suhas
-
7. Re: Can we change logo and theme color in TrueSight?
Bhuvaneswaran Ekanathan Oct 12, 2016 5:48 AM (in response to suhas Annadate)3 of 3 people found this helpfulHi Suhas,
BMC Logo on login page is derived from pre-installed fonts and is not an image file. Have a look at login.jsp and login.css to understand the behavior. Below are for TSIM and concept is same for TSPS. If you want to change the login page logo, update login.jsp as per requirements [create new font and reference it or reference to a new logo image].
Hope it helps
Thanks,
Bhuvan
-
8. Re: Can we change logo and theme color in TrueSight?
suhas Annadate Oct 12, 2016 8:30 AM (in response to Sunisa Apibansmut)Thanks Bhuvan,
It is working fine for TSIM, but facing issue in TSPS.
Kindly suggest.
Regards,
Suhas
-
10. Re: Can we change logo and theme color in TrueSight?
suhas Annadate Oct 13, 2016 4:45 AM (in response to Bhuvaneswaran Ekanathan)1 of 1 people found this helpfulHi Bhuvan,
After changing login.html file in TSPS server, it is working fine in TSPS also.
Regards,
Suhas Annadate
-
11. Re: Can we change logo and theme color in TrueSight?
Bhuvaneswaran Ekanathan Oct 20, 2016 8:16 PM (in response to suhas Annadate)Hi Suhas,
Did you install new fonts and reference it or changed the class definition ?
If you can share the updated HTML [TSPS] and JSP [TSIM] for only specific section, it will help others who look up the thread
Thanks,
Bhuvan