Page 1 of 1

how to hide the starup div

PostPosted:Sun Jan 11, 2009 2:55 am
by stanley
when I login ,there is a startup div to show what the system do.
I want to hide the div,how to do ?

Re:how to hide the starup div

PostPosted:Sun Jan 11, 2009 11:28 am
by jllort
For it you must modify source code and compiling.

Take a look at documentation - the section developer guide -> there\'s you\'ve got all you need to configure on few minutes our developement environment and check-out the openkm source code.

Take a look at this class:
Main.java ( frontend ) and comment line \"startUpPopup.show();\"

( It\'s the only change you need to do ).