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 1.5

Moodle 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9
Released: Saturday, 30 May 2015, 7:18 AM
//
// 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-2014 - Institute of Technology Blanchardstown.
//
---------------------------------------------------
CHANGES


---------------------------------------------------
Version 1.5
Date: 29 May 2017
- 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
2015052915
Version release name
1.5
Can be updated to
1.6 (2016042515)
Maturity
Stable version
MD5 Sum
48e88fe29050a33ddd396da23b3eda34
Supported software
Moodle 2.1, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9

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.