Moodle Plugins directory: User Expire block: Versions: 1.2 | Moodle.org
User Expire block
User Expire block 1.2
Code prechecks
// 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
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.