Hiding the "organisations" functions |
In some environments, it may be confusing for users to have the «organisations» functions. Altough we did not think this was sufficiently important to implement a user-interface for this feature, it is possible to deactivate it using a «meta».
To hide the organisations functions, you must manipulate the database directly using either the mysql client or phpmyadmin. Insert a new row in the table lcm_meta:
| Name | Value |
|---|---|
| ’org_hide_all’ | ’yes’ |
Finally, regenerate the inc/data/inc_meta_cache.php by either deleting the file (then reloading any page of the programme) or by making a trivial change in the «site configuration».