OpenBiblio Block

Blocks ::: block_openbiblio
Maintained by koen roggemans
Connector for OpenBiblio library software: shows a numbered list of borrowed books and due dates in a Moodle block and a link to the OpenBiblio OPAC page.

OpenBiblio Block 2.3 (Build: 2015123000)

Moodle 3.0
Released: Thứ Năm, 31 tháng 12 2015, 1:04 AM
block_openbiblio

Purpose
-------
This block reads the OpenBiblio database and pulls out which books an in
Moodle logged-in user has borrowed and shows them with their due by date.
Moodle needs to be able to read the OpenBiblio database and needs to know
how to identify someone in that database. This data needs to be put in the block
settings page in the blocks admin menu.

Installation
------------
* Install this block as any other block by putting the entire openbiblio block
folder in your moodle/blocks folder and visit the admin page.
* You'll be prompted with the settings page.
* Add the block to a page.

Changes
-------
* 20130928:
added function has_config() {return true;} to make installation work on 2.4 and higher. Thanks to Linda Vanderbaan.

* 20151230:
added $plugin->maturity
added $plugin->component to make compatible for Moodle 3.0
moved code to github

Koen Roggemans
koen@roggemans.net

Version information

Version build number
2015123000
Version release name
2.3 (Build: 2015123000)
Maturity
Phiên bản ổn định
MD5 Sum
68ca0e757e09a288985f33e9354ed424
Supported software
Moodle 3.0

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.