Page 1 of 1

using macros in community edition

PostPosted:Thu Oct 11, 2012 9:10 pm
by vicente
Greetings from a new user. This looks like a wonderful product, and I have been enjoying deploying it for testing and evaluation purposes.

One thing I am confused about is whether or not Macros are supported in the Community edition. I find conflicting information on that and I certainly do not see the Execute Macro icon.
The only page that shows any detail on Macros is http://wiki.openkm.com/index.php/Macros but the page leaves me confused. For example what is and where is "macro.actions property"? How do I enable "fast action button"? I do not see such a button.

I am using openKM version 5.1.10.

Thank you for making the community version available. I will probably end up using the cloud version after I am done evaluating the product.

Re: using macros in community edition

PostPosted:Fri Oct 12, 2012 8:36 am
by jllort
Macros is present in version 6 not in 5.1.X you should upgrade to this version. We have still not yet modified all documentation in wiki, send newsletter etc...

In advance to enable macros or download buttons should execute in administration sql:
Code: Select all
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('c60082c2-7d4c-4750-901b-a817f246cfa1', 'Macros');
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('df5eb783-fb06-4b4b-bc89-4fdaa244e888', 'Download Buttons');