ManagerManager 0.6.2

Customize the MODX Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.

 

You can put your ManagerManager rules EITHER in a chunk OR in an external file - whichever suits your development style the best.

To use an external file, put your rules in /assets/plugins/managermanager/mm_rules.inc.php  (you can rename default.mm_rules.inc.php and use it as an example).

The chunk SHOULD have php opening tags at the beginning and end.

If you want to put your rules in a chunk (so you can edit them through the Manager), create the chunk, and enter its name in the configuration tab. The chunk should NOT have php tags at the beginning or end.

See also user-friendly module for editing ManagerManager configuration file ddMMEditor at http://code.divandesign.biz/modx/ddmmeditor.

ManagerManager requires jQuery 1.9.1, which is located in /assets/plugins/managermanager/js/ folder.