Page 1 of 1
Customize the OpenKM Office Plugins
PostPosted:Fri Oct 07, 2011 7:14 pm
by cwest
I am looking to modify the way the plugins work and to add some additional functionality. Is there a copy of the source code?
Re: Customize the OpenKM Office Plugins
PostPosted:Mon Oct 10, 2011 6:58 am
by jllort
yes is shared but we use add-in express installaer ( without it ) you'll get some compilations errors ( althought it you could send to us some changes and we could try appy.
http://openkm.svn.sourceforge.net/viewvc/openkm/trunk/
MSOpenKMCore/ the main libraries and the others are obviously
The idea is changing MSOpenKMCore, for it you don't need add-in express support
Take a look here too:
http://sourceforge.net/scm/?type=svn&group_id=180733
http://wiki.openkm.com/index.php/Developer_Guide
Re: Customize the OpenKM Office Plugins
PostPosted:Fri Jun 22, 2012 4:31 am
by hzen
I have made a some changes in MSWord addin (change default URL, translation... etc) in MSOpenKMCore project
I have compiled MSOpenKMCore successully. Then I copy my file MSOpenKMCore.dll from release directory over directory C:\Users\hzen\AppData\Roaming\OpenKM\OpenKM Word AddIn\
But MS Word stop loading OpenKM addin from now.
What did I do wrong?
How could I made change to Addin (without buiding MS Word addin project 'cause I dont have AddInExpress).
Thank you.
Re: Customize the OpenKM Office Plugins
PostPosted:Fri Jun 22, 2012 5:03 am
by hzen
When i compiled MSOpenKMCore project, it required password of signature file.
I don't have one so I exclude this signature from project.
Is this the reason MS Word does not load Addin?
Where could i get password for MSOpenCore Project?
Thank you.
Re: Customize the OpenKM Office Plugins
PostPosted:Fri Jun 22, 2012 10:34 am
by hzen
after a few of tweaking I've got following:
+ password for MS OpenKM Core is "openkm".
+ It is nesscessary to delete all cached dlls( MSOpenKMCore.dll, OpenKMAddin.dll).
Now I can make my modification work.
Re: Customize the OpenKM Office Plugins
PostPosted:Sun Jun 24, 2012 10:38 am
by jllort
If you got source code, really you can use your own signature I think there's no problem on doing it.
If you want we include some features you add by default in repository give us and we will study for add by default ( if are general purpose ).
Re: Customize the OpenKM Office Plugins
PostPosted:Sun Jun 24, 2012 1:51 pm
by hzen
I'll spend time on working with OpenKM and contribute (if any) usefull feature to community.