MCImageManager:Configuration/general.disabled tools

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: general.disabled_tools

This option enables you to specify what tools are to be disabled/grayed out for users. The option should contain a comma separated list of tools to be disabled.

Available tools

createdir
Create directory icon
refresh
Refresh file list icon
upload
Uploads file icon
imagemanager
Image Manager icon. (interoperability with the MCImageManager)

Example of usage in the config.php file

$mcImageManagerConfig['general.disabled_tools'] = "createdir,createdoc,delete";

Example of usage in a mc_access file

general.disabled_tools=createdir,createdoc,delete
Personal tools