Moodle Plugins directory: Filter for UbiCast Nudgis Atto & TinyMCE plugins: Versions: 3.1 | Moodle.org
Filter for UbiCast Nudgis Atto & TinyMCE plugins
Filter for UbiCast Nudgis Atto & TinyMCE plugins 3.1
Code prechecks
Ad-hoc filter for UbiCast Nudgis Atto plugin
This filter alleviates the problem which arises when atto_ubicast
tries to inject an <iframe>
HTML tag directly into text fields. This works for teachers and "trusted users" but not all users and not in all locations. Optionally, the atto_ubicast
cans insert an <img>
HTML tag instead. This tag's usage is unrestricted and is then turned into an iframe at the rendering stage by this plugin.
Installation
You can either use the official files available in moodle.org or install the filter manually.
The moodle.org link is:
https://moodle.org/plugins/filter_ubicast
To install the filter manually:
cd moodle/filter
git clone https://github.com/UbiCastTeam/moodle-filter_ubicast ubicast
Activation
First, you need to turn on the filter in the /admin/filters.php
page of your Moodle instance.
Then, you need to enable the <img>
tag insertion in the atto_ubicast
plugin. This can be done in the atto_ubicast
plugin settings: /admin/settings.php?section=atto_ubicast_settings
.
Feature: Rendering as playlist
Optionally, this plugin can render multiple media in the same text using a playlist: a block with the player on the left and the list of media on the right. If some content is present between media, no playlist will be rendered.
This feature is disabled by default and can be enabled in the plugin settings: /admin/settings.php?section=filtersettingubicast
.
Version information
- Version build number
- 2024071801
- Version release name
- 3.1
- Maturity
- Stable version
- MD5 Sum
- 8f0cbb1e394e0e6817cd00149be7915e
- Supported software
- Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- The more recent release 3.3 (2025051200) exists for Moodle 4.4
- The more recent release 3.3 (2025051200) exists for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation