Skip to content

Sets ModeLayout when editing and turns mainbar-tools into sole entries

License

Notifications You must be signed in to change notification settings

ILIAS-eLearning/ilias-plugin-EditorAsMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ilias-plugin-EditorAsMode

Sets ModeLayout when editing and turns mainbar-tools into sole entries

Context

starting the PageEditor sets a flag (lCOPageEditGSToolProvider::SHOW_EDITOR) in GlobalScreen's context. This plugin comes with a GlobalScreen ModificationProvider reacting to this flag (and the additional activation of the plugin) to modify page's parts.

Modifications

  • clearing mainbar
  • moving tools to mainbar-entries
  • removing breadcrumbs
  • removing footer
  • removing metabar-entries
  • using ModeInfo-component on the page to visualize editing-mode

Supported Versions

  • This plugin is compatible with ILIAS 10.

Installation

This plugin should be installed using the git-command on the commandline.

  • Open a command line and go to ./public/Customizing/plugins/UIComponent/UserInterfaceHook/.
  • Clone the repository with /path/to/git clone https://github.com/ILIAS-eLearning/ilias-plugin-EditorAsMode.git EditorAsMode.
  • Make sure the folder EditorAsMode and its contents are readable for the user your webserver runs as. We suggest to not give write access on this folder to this user.
  • Change to your ILIAS root and run composer du.
  • You can then finalize the installation and activate the plugin through the web interface in Administration -> Extending ILIAS -> Plugins.

About

Sets ModeLayout when editing and turns mainbar-tools into sole entries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages