Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
Cron Debug will help you find cron processes which
fail due to programming or runtime errors
time out (PHP, server, database)
are very slow
Cron Debug will also allow you to test run specific cron functions while not running others. This can be nice for developing cron functions where you don't want to run a full cron.php with all maintenance, alerts and other tasks every time you test your own function.
This Module is an Input Filter allowing Users to easily add YouTube videos into their content. Using YouTube's “new” h.246 video playback embed method. Not using SWF/flv Object embed!