About

MLDadmin_XH is a administration plugin for CMSimple_XH. This plugin provides a administration backend to your website. It uses a different admin template and there a several improvements compared to the standard administration. The included template can be used as example to make your own admin template. The possibility of having multiple author accounts is removed, because that's impossible to realize as plugin while it requires changes in the core files.

Features

Back to top

Installation

To install this plugin:

1. Copy the contents of the download to the root of your installation. The following files should be present:
- ./cmsimple/tinymce.php (file)
- ./plugins/MLDadmin (folder)
- ./templates/MLDadmintemplate (folder)

2. Log in to your website and go to the plugin settings of MLDadmin.

3. Set "enabled" to "true" and save the settings. The admin backend is now enabled as you see.

4. Edit your template under "settings - edit template", and remove the line "<?php echo editmenu(); ?>".

5. That's all!

Back to top

Plugin configuration

Explanation of the settings:

enabled - true or false
This setting will enable or disable the MLDadmin_XH plugin.

template - string
The name of the admin template. Needs to be in the templates folder.

new plugin menu - true or false
This setting will enable or disable the new plugin menu.

use tinymce editor - true or false
This setting will enable or disable the included TinyMCE editor.

tinymce folder - string
Location of the TinyMCE folder.

tinymce default lang - string
Set the TinyMCE default language if the site langage isn't available for TinyMCE.

tinymce installed languages - string
Comma separated list of installed TinyMCE languages.

tinymce use gzip - true or false
Use GZip compression for TinyMCE.

tinymce editor height - int
Set the TinyMCE editor height.

tinymce editor location - string
Set location of the TinyMCE toolbar. See TinyMCE documentation for options.

tinymce toolbar align - string
Set alignment of the TinyMCE toolbar buttons.

tinymce statusbar location - string
Set location of the TinyMCE status bar. See TinyMCE documentation for options.

tinymce entity encoding - string
Set the entity encoding for TinyMCE. See TinyMCE documentation for options.

Back to top

Contact

Contact or feedback: use the contact form on our website.

Back to top