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.4 (Build: 2019011281)

Moodle 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8
Released: Friday, 29 November 2019, 12:17 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

* 2016011301:
missing folder from move

* 2016012001
mysql_connect to mysqli
code cleanup
overdue books have now date in bold

* 2019011281
Fixing a few notices
Check for compatibility with Moodle 3.8 success

Koen Roggemans
koen@roggemans.net

Version information

Version build number
2019011281
Version release name
2.4 (Build: 2019011281)
Maturity
Stable version
MD5 Sum
a8d291b40d0349f014237a485c9c27de
Supported software
Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7
  • Latest release for Moodle 3.8

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.