Can i make some button not workable or hide from Bonita portal

Hello ,
i m using Bonita community 6.3
my question is simple : on Bonita BPM portal
oon middle : there are tab “TAKE” “RELEASE” “HIDE”
i want to remove that hide button . so any one can’t be hide any task .

how can i ?
can i achieve ?
pl need help it is very needful

thanks
kandarp

Hello

Change the look and feel on the portal.
Then, in the look and feel, add the propertie style=display:none on this two button.

Hello,
on the portal, as an administrator, go to menu “configuration”, look and feel, then export the look and file. After your modification, reimport it.

Thank you so much
For reply :wink:
But can you pl specify
Portal 's look and feel css file actully where located
It would be appriciable

Thanks

On Windows :

  • go to your path where you install Bonita
  • go to workspace\tomcat
  • search all *.css file
    ==> Windows gives you the location (for example, on my PC C:\atelier\BonitaBPMCommunity-6.3.1\workspace\tomcat\bonita\client\platform\tenant-template\work\theme\portal)

Thank you once again , but i think does not noted : " i m using Bonita community "
how can i achieve in community

Look on the installation directory and search for .css file : you will find some bonita.css file, bonita_forms.css and so on. Look for the style name you want to change, find the file where the file is and then change it.

Note : Tenants is the used file
tenant-Template is the file use to create a tenant. Keep in mind the studio delete the tenant at startup, and recreate it from the tenant-Template (so change the both file).