1. Open the file assets\plugins\tinymce\jscripts\tiny_mce\themes\advanced\js\color_picker.js
2. Add the color you want to the variable ‘named’
3. Save the file
1. Open the file assets\plugins\tinymce\jscripts\tiny_mce\themes\advanced\js\color_picker.js
2. Add the color you want to the variable ‘named’
3. Save the file
1. Login to MODx admin page
2. Select Tools -> Configuration -> Interface & Features
3. On ‘Custom Buttons’, enter the button name (reference: http://tinymce.moxiecode.com/wiki.php/Buttons/controls)
4. Click ‘Save’
1. Login to MODx admin page
2. Select Tools -> Configuration -> Interface & Features
3. on ‘Path to CSS file’, enter your css path (e.g. http://YOUR_DOMAIN/web_assets/css/editor.css)
4. on ‘CSS selectors’, enter a list of selectors in this format: displayName=selectorName;displayName2=selectorName2
5. Click ‘Save’
6. Create the css file you specified in step 3
7. Add the new styles to your template css file
1. Login to phpmyadmin
2. Select the table ‘modx_user_attributes’
3. Edit the account which you want to unblock
4. change ‘blockeduntil’ and ‘failedlogincount’ to ‘0’