Slider

Blocks ::: block_slider
Maintained by Kamil ŁuczakKamil Łuczak
Slideshow block, with easy setup and configuration.

Slider 0.4.0

Moodle 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8
Released: Thursday, 14 May 2020, 5:30 AM

moodle-block_slider

Description:

Slider block

With this block You can create slideshows with images.

It should work with all bootstrap based themes.

You can choose between two types of slider library, control effects and settings.

Installation:

Install using Moodle backend panel as described on http://docs.moodle.org/en/Installing_plugins

Download, extract, and upload the "slider" folder into moodle/blocks/

Supported Moodle versions:

I have tested plugin on clean install of Moodle 3.1 - 3.8

Version history:

0.4.0

  • when in responsive mode on BX Slider images have now 100% width
  • optimized css for responsive display
  • new feature - display image description
  • new feature - allow to hide captions until mouse hover over slider
  • fixed issue with no slider when using SlideJS
  • small fixes in code

0.3.3

  • minor fixes in privacy subsystem implementation

0.3.2

0.3.1

  • fixed missing prev button graphics on bxslider

0.3.0

0.2.2

  • fixed error during image updating
  • removed img-thumbnail from slider image class

0.2.1

  • fixed bug #11 - Auto-play running when disabled under configuration
  • fixed bug #10 - Pagination button stay visible when disabled under configuration
  • small improvements

0.2.0

  • multiple instances on single page can be added
  • each slide is configurable
  • each slide has optional: title, desc, href
  • added support for Moodle 3.6.x, 3.7.x, 3.8.x
  • bugfixes

0.1.4

  • fixed polish translation
  • added help for setting width and height

0.1.3

  • plugin is supported by Moodle 3.1, 3.2, 3.3, 3.4, 3.5
  • now using AMD format Javascript Modules

0.1.2

  • added support for Moodle 3.0
  • now allowed multiple instances of block

0.1.1

  • fixed wrong risks in db/access
  • fixed PHP notice when trying to get not yet set config property
  • deleted unnecessary functions from code
  • used moodle_url::make_file_url() to get file list instead of SQL
  • removed font-awesome - using Moodle core theme icons to navigate forward/backward
  • added option to disable auto-play
  • tested and working on Moodle 2.9

0.1.0

  • First release

Version information

Version build number
2020051300
Version release name
0.4.0
Maturity
Beta
MD5 Sum
d3852c64e643a68e5e7666991e8b4e48
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 Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.