Lecteur Markdown
Edito Documentation En
Feature: Edito #
Editorial article management system with multilingual support (i18n). Allows administrators to create, edit and delete articles in multiple languages using a rich text editor.
Editorial article management system with multilingual support (i18n). Allows administrators to create, edit and delete articles in multiple languages using a rich text editor.
Via FTP: Upload the edito/ directory into /plugins/.
Via package manager: Select edito from the available plugins list.
Paths:
/plugins/edito/edito.php/plugins/edito/conf/edito.conf.inc.php/plugins/edito/lib/edito.lib.inc.php/plugins/edito/js/edito.js/plugins/edito/css/edito.css/plugins/edito/locale/Configuration parameters (edito.conf.inc.php):
| Variable | Default | Description |
|---|---|---|
| $basedatadisplay | 'yes' | Display in management interface |
| $basedisplevel | BASE_LEVEL_ADMIN | Required access level |
| $ftype | 1 | Plugin type (content) |
Access restricted via: secure('EDITO_LEVEL_ADMIN').
Required SQL tables: edito, edito_i18n
edito_i18n)Articles are displayed in the current language. Falls back to the installation's default language if a translation is missing.
?obj=edito.php — Article list
?obj=edito.php&action=new — Create an article
?obj=edito.php&action=edit&id=ID — Edit (admin)
?obj=edito.php&action=delete&id=ID — Delete (admin)
?obj=edito.php&id=ID — Read an article (public)
Beamreactor\Database\SQLBeamreactor\Sanitizer\Parser