User Expire block

Blocks ::: block_userexpire
Maintained by Jeff Rader
This block intends to give the user a notification about the expiration of his or her enrollment. Latest if for version 4 and up. Should work above that as well.

User Expire block 1.1

Moodle 3.0, 3.1
Released: Tuesday, 30 August 2016, 2:47 AM
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle 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 .

/**
*
* @package moodlecore
* @subpackage block
* @copyright 2012 Jeff Rader - Sunset Online
* @author 2012 Jeff Rader
* @version 1.1
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Features:

This block intends to give the user a few links in order to navigate quickly
through moodle. Besides it advises the user about unread messages and
information about the last access to the LMS.

Installation:

1- Place the userexpire folder (if you have downloaded zipped then you have to unzip
it) into the blocks folder under the root of your Moodle installation.
2- Go to the notifications page and Moodle will automatically install this new
block.
3- Turn Editing on and add the block "User Expire block".
4- That's it. Enjoy it!

Version information

Version build number
2016022200
Version release name
1.1
Maturity
Stable version
MD5 Sum
db552b7291a062c51de18b1f8129ec9d
Supported software
Moodle 3.0, Moodle 3.1
  • Latest release for Moodle 3.0
  • Latest release for Moodle 3.1

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.