Page 1 of 1

Local UI configuration

PostPosted:Wed Oct 06, 2010 5:57 pm
by mdragoi.uye
Hi,

We have to change some UI option to fit with our university.

1. have to change the skin:
- logo image on start
- some colors
- some icons
2. we want to remove OpenKM from URL
3. we want to remove (hide from option, change only javascript/html/jsp) some language
4. change some text from some language translation

It's possible to change all off this whitout recompile the solution.

Some option (I think) can be change on OpenKM.war -> logo images -> but i don't succesfull redeploy on server (my server was crash from that moment) i will continue to find how to restart the OpenKM

Thanks for any help
Petre

Re: Local UI configuration

PostPosted:Wed Oct 06, 2010 6:14 pm
by jllort
Logo it's easy, change into OpenKM.war
styles are too in OpenKM.war at com.openkm.frontend.Main folder, are called styles.css
Icons only can be changed if you recompile application
Bad idea removing /OpenKM that need some change in source code too
Removing languages need to be done in login.jsp and if you want to delete in UI then in MainMenu.java ( is still not yet configurable in profiles, but probably we'll doing it too ).

Re: Local UI configuration

PostPosted:Thu Oct 07, 2010 7:12 am
by mdragoi.uye
Hi,

It posible to change text translation?

Thanck
Petre

Re: Local UI configuration

PostPosted:Thu Oct 07, 2010 6:21 pm
by jllort
Yes, but must recompile. Are into src/main/java/com/openkm/frontend/lang/

I've planned to put translations into database, probably in actual release to make adding and complete translations easier than actual system ( tedious ). But I need some tieme for doing it.

If you make any correction in translations, you can send to us. Contact us using website contact form at http://www.openkm.com/Contact or put the file here

Re: Local UI configuration

PostPosted:Fri Oct 08, 2010 3:31 pm
by mdragoi.uye
We are in implementation process on our university.

If we find some change which we ting are good for general purpose will make a email whit all this options.

Petre