Page 1 of 1

How can Add link on the help list

PostPosted:Thu Jan 28, 2010 2:35 pm
by bashaclick
Hi ,
I try to add new link on the menu but i don't know what the file exactly i change .

Can help me thank

Re: How can Add link on the help list

PostPosted:Sat Jan 30, 2010 10:15 am
by jllort
Are you planning to develop with OpenKM ? Please send some mail to us and we'll try to help you. If you're planning to make some interesting enhancement we'll can include by default in next release.

Re: How can Add link on the help list

PostPosted:Tue Feb 23, 2010 3:58 pm
by bashaclick
Hey , Can explain me how can develop this program?
actually im interested to develop and learn how can change menu or how can add new menu because i don't found any file is related to this


Thank :mrgreen:

Re: How can Add link on the help list

PostPosted:Tue Feb 23, 2010 5:49 pm
by jllort
Have you compiled app ? I suppose yes.

If you want to change UI the package is com.openkm.frontend in trunk version and in OpenKM 4.0 es.git.openkm.frontend

The class you are looking for is called mainmenu.java ( you can find into widget/mainmenu/ )

Be patient with code, in few days you'll can understand how it's structured the project, for example all frontend UI is in that package ( es.git.openkm.frontend) , servlets are too defined in frontend/server ( we recomend you be familiarized with GWT ).

Hope it could help you.

If you want to make some enhancement o collaborate with us in developement I recomend you contact with us using web contact form. We're interested in collaborators, and make your live as easy as we can trying mantaining your code enhancements stable for newer OpenKM versions.

Re: How can Add link on the help list

PostPosted:Tue Feb 23, 2010 8:44 pm
by bashaclick
Hi i don't find this file mainmenu.java
is under Openkm.war ? or where and thank you for explain me :oops:

Re: How can Add link on the help list

PostPosted:Wed Feb 24, 2010 10:31 am
by jllort
NO NO NO,

OpenKM is a compiled application, you must donwload source code and compile it ( make changes etc... ). See developer guide in wiki I think is well explained how to do it.