Moodle Plugins directory: Insert module at cursor: Versions: 0.2.0 | Moodle.org
Insert module at cursor
Local plugins ::: local_tdmmodatcursor
Maintained by
Luke Carrier
Enables editing teachers to add activities and resources above the activity below the cursor
Insert module at cursor 0.2.0
Moodle 2.6
Released: གཟའ་ཟླ་བ་, 4 ཟླ་ལྔ་པ་ 2014, 6:08 AM
Add course module at cursor
This plugin is an extension to the Moodle course editing functionality. It enables editing teachers to add activities and resources above the activity the cursor is hovering over.
At the present time, these resources are hardcoded in lib.php
-- only the File and URL resources can be added.
This may change with the addition of an administration interface in the near future.
License
Copyright (c) The Development Manager Ltd
This program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
Requirements
- Moodle 2.6+, as we make use of the new observer system for consuming events.
Building
- Clone this repository, and
cd
into it - Execute
make
to generate a zip file containing the plugin - Upload to the
moodle.org
plugins site
Installation
- Copy the zip file to your server
- Extract the zip file and move the
tdmmodatcursor
directory to your Moodle'slocal
directory - Browse to Site Administration -> Notifications and allow the database upgrades to execute
- Browse to Site Administration -> Purge caches
Version information
- Version build number
- 2014050300
- Version release name
- 0.2.0
- Can be updated to
- 0.3.1 (2014052801)
- Maturity
- ཡིག་རིག་གཉིས་པ།
- MD5 Sum
- 286acff7897b119417c3838521e8e2bd
- Supported software
- Moodle 2.6
- The more recent release 0.3.1 (2014052801) exists for Moodle 2.6
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
- VCS tag
- 0.2.0
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.