-
Customizable MetaBar Links
Display individual links directly in the MetaBar. -
Link Management via Plugin Configuration
Easily add, edit, or remove custom links through the plugin settings. -
Role-Based Link Display
Control the visibility of links by filtering based on global roles. -
On-Demand Link Activation
Enable or disable links as needed for flexible functionality. -
Optional Icon Assignment
Assign custom icons to links for enhanced visual representation.
- Navigate to the root directory of your ILIAS installation.
- Ensure that the downloaded plugin
cmbl.zipis in your~/Downloadsfolder (adjust the path if necessary). - Run the following commands:
mkdir -p Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/CustomMetaBarLinks
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/CustomMetaBarLinks
mv ~/Downloads/cmbl.zip cmbl.zip
unzip cmbl.zip
unlink cmbl.zip- Navigate back to the root directory of your ILIAS installation.
- Update dependencies using Composer:
composer du- Update and activate the plugin in the ILIAS Plugin Administration interface.
- Navigate to the root directory of your ILIAS installation.
- Run the following commands to clone the plugin repository:
mkdir -p Customizing/global/plugins/Services/UIComponent/UserInterfaceHook
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook
git clone https://github.com/cce-uzk/CustomMetaBarLinksPlugin.git CustomMetaBarLinks- Navigate back to the root directory of your ILIAS installation.
- Update dependencies using Composer:
composer du- Update and activate the plugin in the ILIAS Plugin Administration interface.
To update the plugin:
- Navigate to the root directory of your ILIAS installation.
- Navigate to the plugin directory:
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/CustomMetaBarLinks- Pull the latest changes from Git:
git pull- Navigate back to the root directory of your ILIAS installation.
- Update dependencies using Composer:
composer du- Update and activate the plugin in the ILIAS Plugin Administration interface.
- ILIAS: Version 9.0 - 9.999
- PHP: Version 8.1 or higher


