// 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!