Difference between revisions of "Community extensions"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'OpenKM community extensions are: * Macros * Downloading restricted buttons == Enable macros == Go to administration Database_query section and execute: <source lang=…')
 
Line 1: Line 1:
 
OpenKM community extensions are:
 
OpenKM community extensions are:
 +
 
* [[Macros]]
 
* [[Macros]]
 
* [[Downloading restricted buttons]]
 
* [[Downloading restricted buttons]]
  
 
== Enable macros ==
 
== Enable macros ==
Go to administration [[Database_query]] section and execute:
+
Go to administration [[Database query]] section and execute:
 +
 
 
<source lang="sql">
 
<source lang="sql">
 
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('c60082c2-7d4c-4750-901b-a817f246cfa1', 'Macros');
 
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('c60082c2-7d4c-4750-901b-a817f246cfa1', 'Macros');
 
</source>
 
</source>
  
== Enable ==
+
Once the extension has been registered you need to enable it in the desired profile.
Go to administration [[Database_query]] section and execute:
+
 
 +
== Enable download buttons ==
 +
Go to administration [[Database query]] section and execute:
 +
 
 
<source lang="sql">
 
<source lang="sql">
 
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('df5eb783-fb06-4b4b-bc89-4fdaa244e888', 'Download Buttons');
 
INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('df5eb783-fb06-4b4b-bc89-4fdaa244e888', 'Download Buttons');
 
</source>
 
</source>
 +
 +
Once the extension has been registered you need to enable it in the desired profile.
  
 
[[Category: Installation Guide]]
 
[[Category: Installation Guide]]

Revision as of 20:42, 1 December 2012

OpenKM community extensions are:

Enable macros

Go to administration Database query section and execute:

INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('c60082c2-7d4c-4750-901b-a817f246cfa1', 'Macros');

Once the extension has been registered you need to enable it in the desired profile.

Enable download buttons

Go to administration Database query section and execute:

INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('df5eb783-fb06-4b4b-bc89-4fdaa244e888', 'Download Buttons');

Once the extension has been registered you need to enable it in the desired profile.