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.2

Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: پەيشەنبە, 12 ئۆكتەبىر 2023, 1:03 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 http://www.gnu.org/licenses/.

/** * * @package moodlecore * @subpackage block * @copyright 2023 Jeff Rader - Sunset Online * @author Jeff Rader jrader@sibi.cc * @version 1.2
* @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 advices 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
2023101000
Version release name
1.2
Maturity
Stable version
MD5 Sum
c65fbc0f1c9768c13ff2a7409081b3df
Supported software
Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4

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.