If you are unable to create a new account, please email support@bspsoftware.com

Author Topic: Customize Welcome Page  (Read 11947 times)

Offline DeeGracie

  • Full Member
  • ***
  • Join Date: Mar 2015
  • Posts: 7
  • Forum Citizenship: +0/-0
Customize Welcome Page
« on: 07 Mar 2015 07:22:05 pm »
Hi

I am using Cognos 10.2.1 and have customized the welcome page using "classic" skin as a base.

I can't seem to find how to remove the text "IBM Cognos Software" ... Any idea where I can find this to remove it?


Thanks


Offline Jack203

  • Full Member
  • ***
  • Join Date: Feb 2015
  • Posts: 14
  • Forum Citizenship: +0/-0
Re: Customize Welcome Page
« Reply #1 on: 22 Apr 2015 03:25:28 pm »
I'm looking to fix the exact same thing.  I can't seem to find the "IBM Cognos software" text that corresponds to the welcome screen in format_en.xml to switch.

Does anyone know where this text can be found?

Offline DeeGracie

  • Full Member
  • ***
  • Join Date: Mar 2015
  • Posts: 7
  • Forum Citizenship: +0/-0
Re: Customize Welcome Page
« Reply #2 on: 22 Apr 2015 03:57:17 pm »
I never did find out where the text was but did the following:

In file --> default.css --> Your cognos installing location --> cognos\c10_64\webcontent\skins\name of skin\portal
 
I commented out .welcomeHeaderIcon to remove the IBM logo

.welcomeHeaderTitle -- IBM Cognos Software remains on screen so I changed font size to 0.em and added text-indent: -9999px;
which will move the text off the screen

Not ideal but it does work

Dee

Offline Jack203

  • Full Member
  • ***
  • Join Date: Feb 2015
  • Posts: 14
  • Forum Citizenship: +0/-0
Re: Customize Welcome Page
« Reply #3 on: 22 Apr 2015 09:15:50 pm »
Thanks Dee! Great info.  I'll try it.   And if I do come up with a solution I'll let you know...

Offline Jack203

  • Full Member
  • ***
  • Join Date: Feb 2015
  • Posts: 14
  • Forum Citizenship: +0/-0
Re: Customize Welcome Page
« Reply #4 on: 23 Apr 2015 09:11:11 am »
I can't believe it, but it was in the cache afterall.  After trying to delete/disable the cache on every single one of my browsers with no luck.  Eventually, the cache was refreshed, and I can now see my text instead of IBM Cognos software on the welcome screen.

It looks like "IDS_COGNOS_REPORTS", but I need to confirm that.