Overview
The Add Extra JS module allows administrators to inject custom JavaScript code into the HumHub layout and feed. This enables additional customization without modifying core files.
Features
- Inject JavaScript into the layout and feed.
- Supports multi-language translations using
Yii::t()
.
- Secure and optimized execution of custom scripts.
- Configurable via the HumHub administration panel.
Installation
- Upload the module to the
protected/modules/add-extra-js
directory.
- Enable the module in Admin Panel > Modules.
- Configure the JavaScript injection settings in Admin Panel > Module Configuration.
Usage
- Navigate to Admin Panel > Add Extra JS.
- Enter JavaScript code for:
- Layout: Runs globally across the site.
- Feed: Executes within the content feed.
- Click Save to apply changes.
Translations
- The module supports multiple languages.
- Translations are stored in
messages/{language}/base.php
.
- To add a new language, create a folder
messages/{new-lang}/
and define translations in base.php
.
License
This module is licensed under the AGPL-3.0-or-later. See the LICENSE
file for more details.
Roadmap
- Allow administrators to inject JavaScript into specific sections beyond layout and feed, such as profile pages or dashboard.
- Enable different JavaScript scripts for specific user roles or groups.
- Implement stricter sanitization rules and an optional admin approval system for scripts.
- Add a feature to test JavaScript before saving changes.
- Provide options to export and import JavaScript configurations for easier migration.
- Allow scripts to be loaded asynchronously to improve performance.
For feedback and contributions, visit the HumHub community forums.