This is a light-weight module that allows you to connect to the database of a remote site and import a vocabulary's taxonomy terms into a current or new vocabulary on the local site.
Provide two levels of access to administrate the module allowing to:
Restrict the regions where a block can be placed.
Restrict who can edit the block instance.
Restrict which blocks can be rendered in the site.
Restrict which regions are available for blocks.
Pass arguments to views blocks.
Although Block Instances works in a similar way to Context, both modules are incompatible to display blocks. This means, you can use Context, but not to render blocks..
A simple lending module that allows for requests to borrow an item, and the ability for a librarian to check in and out the item. Items can be one or more node types. The target audience for this is a small club that has a member lending library of items.
Usage
There are two permissions in this module, users with the permissions can do the following:
Access Lending Library:
May request an item. Requests are a queue.
May have an item checked out to them by a Lending Admin.
Admin Lending Library:
Set which drupal content types are lendable (through admin interface)
Check out an item for a lendee
Check in an item for a lendee
Remove lending requests
The bulk of the interface is on the nodes themselves.
Views Support
There are some sample views included with the module. This will grow over time to make the admin functions easier. A design point for the module is that checkin / checkout can be done on a smart phone very quickly.
Related Modules
There are other modules which tackle similar problems, but do them in different ways with different features. You may want to check out these alternatives as well.