Regent Reply #1, 8 months, 3 weeks ago
Hi!
For MODx Evo 1.0.4 released plugin jSam 0.1
Plug-compatible with version 1.0.5, but still not recommended to put it there.
The plugin is designed to customize the look of the administrative panel by writing a simple JavaScript-rules. With the plugin, you can hide/add/change/assign/ alter a panel of anything!
Download - http://modx-jsam.googlecode.com/files/jsam-0.1.rar
Installation:
1. Unzip the archive to the root directory site.
2. Create a plug-in.
Plugin name: jsam
Description:
Plugin code (php):
Sheck the event OnManagerPageInit
3. In the list of plugins look for "Inherit Parent Template" and "ManagerManager" and turn them off!
4. Installing the plugin is finished! Now you only need to write a JS-rule. Just go into a file at assets/plugins/jsam/rules.js
Documentation of the rules at the moment is only in Russian at http://jsam-modx.net/ru-docs/0.1/js
You can use http://translate.google.com/
Have a nice test!
Excuse my English, I use http://translate.google.com/
Links:
- Official Website - http://jsam-modx.net/
- Direct download link - http://modx-jsam.googlecode.com/files/jsam-0.1.rar
- Install the plugin - - http://jsam-modx.net/ru-docs/0.1/setup
- Documentation for version 0.1 - http://jsam-modx.net/ru-docs/0.1/
- Documentation for the JavaScript-rules http://jsam-modx.net/ru-docs/0.1/js/
- Google translate - http://translate.google.com
For MODx Evo 1.0.4 released plugin jSam 0.1
Plug-compatible with version 1.0.5, but still not recommended to put it there.
The plugin is designed to customize the look of the administrative panel by writing a simple JavaScript-rules. With the plugin, you can hide/add/change/assign/ alter a panel of anything!
Download - http://modx-jsam.googlecode.com/files/jsam-0.1.rar
Installation:
1. Unzip the archive to the root directory site.
2. Create a plug-in.
Plugin name: jsam
Description:
<strong style='color:#3355CC;'>0.1</strong> MODx Toolkit administrator to customize the appearance of administrative panel
Plugin code (php):
/* ! ** jSam - JavaScript Admin-Manager ** @version: ** 0.1 ** @author: ** Aleksandr Kuznecov aka Regent(l-i-v-e.ru) ** @license: ** GNU General Public License version 3 - gnu.org/copyleft/gpl.html ** @home: ** jsam-modx.net ** @blog: ** l-i-v-e.ru ** @twitter: ** twitter.com/vjRegent */ include_once( $modx -> config[ 'base_path' ] . 'assets/plugins/jsam/assets/php/class.php' );
Sheck the event OnManagerPageInit
3. In the list of plugins look for "Inherit Parent Template" and "ManagerManager" and turn them off!
4. Installing the plugin is finished! Now you only need to write a JS-rule. Just go into a file at assets/plugins/jsam/rules.js
Documentation of the rules at the moment is only in Russian at http://jsam-modx.net/ru-docs/0.1/js
You can use http://translate.google.com/
Have a nice test!
Excuse my English, I use http://translate.google.com/
Links:
- Official Website - http://jsam-modx.net/
- Direct download link - http://modx-jsam.googlecode.com/files/jsam-0.1.rar
- Install the plugin - - http://jsam-modx.net/ru-docs/0.1/setup
- Documentation for version 0.1 - http://jsam-modx.net/ru-docs/0.1/
- Documentation for the JavaScript-rules http://jsam-modx.net/ru-docs/0.1/js/
- Google translate - http://translate.google.com
