Moodle Plugins directory: Slider in content - for Slider Block: Versions: 1.2 (Build: 2020050300) | Moodle.org

Slider in content - for Slider Block
Slider in content - for Slider Block 1.2 (Build: 2020050300)
Slider Filter
This filter allows You to include slider from block_slider anywhere in Moodle content.
Release notes
- 1.2 Fixed issues: https://github.com/limsko/moodle-filter_slider/issues/8
- 1.1 Fixed issues: https://github.com/limsko/moodle-filter_slider/issues/3 https://github.com/limsko/moodle-filter_slider/issues/5 https://github.com/limsko/moodle-filter_slider/issues/6
- 1.0.1 Fixed missing block_base class during page edit.
- 1.0 This is first release of this filter.
Requirements
First You have to install block Slider version 0.2 available at https://moodle.org/plugins/block_slider
Installation
Install the plugin like any other plugin to folder /filter/slider
If You're installing with Plugin installer using zip archive choose plugin type: Text filter (filter)
See http://docs.moodle.org/en/Installing_plugins for details on installing Moodle plugins
Usage
First install the filter_slider plugin, then activate the filter_slider plugin in Site Administration -> Plugins -> Filters -> Manage filters
Use this shortcode [SLIDER-##]
- where ## put sliderid. The shortcode is displayed above the slideshow table
when managing slides in the Slider block.
Shortcode should look like this: [SLIDER-25]
The shortcode "[SLIDER-25]" will be replaced with slider content. Block instance should be created on other page than the filter will be used on. Users must have capabilities of displaying the block for the filter to load it.
Filter is ignoring visibility of slider, so if block is hidden the slider still appers in place of shortcode.
Settings
There is no settings for this plugin.
Copyright
Written by Kamil Łuczak kamil@limsko.pl https://www.limsko.pl
Version information
- Version build number
- 2020050300
- Version release name
- 1.2 (Build: 2020050300)
- Maturity
- Beta
- MD5 Sum
- 10437264ba60737de167eda50eeef570
- Supported software
- Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
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