Change portal look and feel

1
0
-1

Hello, Guys!
I'm new to Bonita BPM and I'm working on my first bigger project. I want to change the colors in Bonita Portal and add some logos and images. I read a lot of comments, but I still cannot figure it out for myself. I have installed BonitaBPMCommunity-7.5.4. Also I change some of the colors in bonita.css and bonita-skin.css, but as soon as I restarted my application server everything got back to the red theme. I saw that I have to change the skin.config.less file, but I have a lot of the in different temporary folders. For example one of the files is in that folder "C:\BonitaBPMCommunity-7.5.4\workspace\tomcat\server\temp\bonita_portal_3636@CITSYSSTNKAB\tenants\1\theme\portal\skin".
Can anybody share with me exactly which file I should change, so I can keep the changes after restart of the server. I will really appreciate it!
Thank you! :)

1 answer

1
0
-1

Hi,

Bonita BPM platform do not rely on the file system at all. Which means that any file on the file system is there only as a temp file. All the config files are stored in the DB. Here is some documentation about how to modify the configuration.

Also concerning the Look and Feel of the Portal, you can find more details here .

Finally for your specific use case, instead of modifying the Bonita Portal L&F, I would suggest to create your own Living application. It's basically a separate app hosted by the Portal that you can fully customize. More info in the doc .

Cheers

Comments

Submitted by albenavicheva on Wed, 08/23/2017 - 08:34

Hello, Dear!
Thank you for your answer. I have created an application and I have two app pages in it. In one of them I have a link that takes me to my process instantiation form. But when I go to the next step to start my first task it takes me to the Bonita Portal. For me it would be great to have my process into one single application and the user to see only couple of pages, but I still cannot understand how the logic of the process is getting into the application. Should I change all of my forms from the process with the app pages? Or is there a way my forms to open in the application without going to the portal?
Thank you for your help!
Best regards,

Submitted by antoine.mottier on Wed, 08/23/2017 - 16:18

Regarding your question about the start of a process and the Portal I provide an answer on your other post.

Notifications