Posted
over 2 years
ago
by
IanBezanson
The movies module allows the administrator to create, edit, update and delete movies in a database (including the IMDB link if desired), at admin/movies. They also have the ability to add movies (in the same fashion) to a movie wishlist, checking
... [More]
off movies from that last as they are purchased, automatically adding that movie to their main movie list, at admin/movies/wishlist. There is also a page which will find any conflict between the two lists.
For the visitor of the site, they can visit http://%your-site%/movies or http://%your-site%/movies/wishlist to view each of these lists, with the movie name linking to the imdb page, where applicable. [Less]
Posted
over 2 years
ago
by
Taran
SL Feed is a simple module which creates a feed for a Second Life scripted object to display within Second Life. A free example of such an object is available here with full permissions (requires a Second Life avatar and registration at
... [More]
SLExchange.com).
The need for such a feed is simple - Drupal does things right and sends headers. Second Life, due to architecture constraints, doesn't work with the headers of a Drupal RSS feed.
Instructions are simple: Install the module, grab the example object which you can modify and copy - and you're done. [Less]
Posted
over 2 years
ago
by
gordon
This is a replacement cache for Drupal which instead of placing the cachable objects into the database which is done by default it writes the objects into the filesystem instead.
In cases where the website is a dedicated server or a VPS
... [More]
where you have control over the core system, then this is not for you. Check out the memcache project http://drupal.org/project/memcache
If you are on a shared host where you have slow database servers then this is for you. [Less]
Posted
over 2 years
ago
by
owahab
The module provides a drop down CCK field which has all currencies provided by Currency module.
Project created by OpenCraft.
read more
Posted
over 2 years
ago
by
gordon
A cache replacement system which instead of writing to the database like the default the cached files are written to the web server.
In the case of Hosting companies where the database is slow but the web servers are fast this is an ideal way to get some additional performance from you site.
Posted
over 2 years
ago
by
fajerstarter
An e-democracy module.
read more
Posted
over 2 years
ago
by
gcopenhaver
This module is in beta, and not complete.
This module provides a webmail interface using the Mail API module. It also contains a module called 'webmail_ajax', which will use jQuery to create a more dynamic interface, with fewer or no page loads.
Posted
over 2 years
ago
by
gcopenhaver
The purpose of this module is to provide the Mail API module (http://drupal.org/project/mail_api) access to IMAP servers. It uses hooks from the Mail API module. This is currently in beta, and is not fully implemented.
Posted
over 2 years
ago
by
gcopenhaver
This module is currently in beta form and lacks some functionality.
For site-admins:
This module depends on the AES and SMTP modules. You must also install a protocol module (like the IMAP API module -
... [More]
http://drupal.org/project/imap_api) designed to work with this module, to allow it to communicate with mail servers. Once a protocol module is installed, you are able to create server configurations for any server that's supported by the protocol modules you have installed. You will also need a module that provides the webmail interface that uses the provided api.
For developers:
This module provides an api for use by webmail interface modules.
This module provides a hooking system for use by protocol modules.
Documentation coming soon... [Less]
Posted
over 2 years
ago
by
rooey
Adds additional hooks to drupal. Provides additional functionality.
We initially created this module as a part of the Resource Manager module (in development) but it seemed more sensible to split it into a separate module that we can use to
... [More]
add additional functionality to drupal.
First release contains:
* Drupal icons & Application Panel.
We created two new hooks to set and display icons in an application-style. This allows developers to give their web-based applications a simpler user interface and a sleeker appearance.
See project release notes for more details on the hooks and how to use them. [Less]