Faces

Blocks ::: block_faces
Maintained by Kyle Goslin, Daniel McSweeneyDaniel Mc Sweeney
Faces is a simple block that allows you to print or view a collection of user profile pictures for your moodle course. Its very useful for those of us who need to put a name to a face. Faces can be viewed/printed for the entire class or by group.

Faces 2.1

Moodle 3.5
Released: Monday, 12 November 2018, 8:07 PM
//
// block_faces is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// block_faces is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see .
//
// FACES BLOCK FOR MOODLE
// by Kyle Goslin & Daniel McSweeney
// Copyright 2013-2018 - Institute of Technology Blanchardstown.
//
---------------------------------------------------
CHANGES
---------------------------------------------------


Plugin Version 2.1
For Moodle 3.5

Date: 12/11/2018
- Security update: User must be enrolled in a course to view the faces (Thanks to Bert van der Hooft)

Date: July 2018
- Moodle 3.5 compatible
- GDPR comp added (thanks to LTS)
- lang string for block title added.

Version 1.6
Date: Monday April 25th 2016
- Tested on Moodle 3.0


Version 1.5
Date: 29 May 2015
- Tested on Moodle 2.8 & 2.9
- Limited block to courses only
- On instance per course



Version 1.4
Date: 29 May 2014
- Tested on Moodle 2.7
- Improved function and variable names



Version 1.3
Date: 1st April 2014

- Changes File Added
- License information added to all files
- Moodle.org screenshots updated
- Update to remember the first name or last name option selected
- Updated to remember the filter option selected
- Updated lang strings missing from show.php
- Tested on Moodle 2.6

Version information

Version build number
2018111200
Version release name
2.1
Maturity
Stable version
MD5 Sum
c9af37e95e92b6a0e02c185b511c4dd4
Supported software
Moodle 3.5
  • Latest release for Moodle 3.5

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.