Loading...
https://ibmbpmonlinetraining.blogspot.com/2015/07/adding-brand-logo-in-ibmbpm.html
By using following steps you can add
your Brand logo to the IBM BPM Process Portal:
Add Logo image at below location:
D:\IBM\BPM\v7.5\profiles\ProcCtr01\installedApps\VALUED-62KCDF07Node01Cell\IBM_BPM_Portal_VALUED-62KCDF07Node01_server1.ear\portal.war\skins\Leapfrog\images
(say your file name be
"logo_XXXXXXX.png")
Go to below file location:
D:\IBM\BPM\v7.5\profiles\ProcCtr01\installedApps\VALUED-62KCDF07Node01Cell\IBM_BPM_Portal_VALUED-62KCDF07Node01_server1.ear\portal.war\skins\Leapfrog\layout.css
Find
for below snippet code
#header {
margin: 0px;
padding: 0px;
height: 51px;
background: url("images/logo-header.png") repeat-x 0px 0px;
position: relative;
}
After finding the above code, Replace it by following one:
#header {
margin: 0px;
padding: 0px;
height: 51px;
background: url("images/logo_XXXXXXX.jpg") no-repeat 0px 0px;
position: relative;
}
Go to below file:
D:\IBM\BPM\v7.5\profiles\ProcCtr01\installedApps\VALUED-62KCDF07Node01Cell\IBM_BPM_Portal_VALUED-62KCDF07Node01_server1.ear\portal.war\skins\Leapfrog\login.css
Find for below snippet code:
#login-header {
margin: 0px;
padding: 0px;
height: 71px;
background: url("images/logo-header.png") repeat-x 0px 0px;
position: relative;
}
After finding the above code, Replace it by following one:
#login-header {
margin: 0px;
padding: 0px;
height: 71px;
background: url("images/logo_XXXXXXX.png") no-repeat 0px 10px;
position: relative;
}
Now open the portal you can find brand
logo in portal.
Training
2531939306763109370
Post a Comment
Home
item
Blog Archive
Popular Posts
-
Out of the box portal is JSP page which directly interacts with DB using AJAX listeners. And it also has more features like task assignm...
-
By using following steps you can add your Brand logo to the IBM BPM Process Portal: Changing brand logo at header Add Logo image...
-
Nearly most of the IBM BPM projects exclusively depends on human services or coaches which leads to many of server performance issues and ...
-
Process Versioning in IBM BPM A process undergoes lot of changes in an IBM BPM life cycle along with multiple continuous implement...
-
What is IBM BPM (Business Process Management)? IBM BPM product covers software and services for providing visibility in any ...
-
IBM BPM Components At a high level, IBM Business Process Management is comprised of a number of coarse grained components. All th...
-
For a fresher in IT, the actual prerequisite of programming and development standards could be partially or absolutely different in the ...
-
What is Durable Subscription? When a message is sent to an user who is offline, the message waits in the queue and gets delivered ...
-
Almost 90% of new IBM BPM adopters are asking this question to implementers rather asking the product owner (IBM) before buying this produ...
-
Method 1: For Example, if you want to change the following message: "The task you tried to start is owned by some other u...