LDAP Directory

Component type

module

Maintenance status

Development status

Downloads

6487

Component created

Component changed

This Module provides an "Address book" feature. It searches an LDAP server for records and allow people to view the returned set. My company use it as a Company Directory. It is badly in need of some good Documentation and like everything dealing with ldap it is really hard to setup and get working.

This tool requires the ldap_integration module. http://drupal.org/project/ldap_integration

Hostip

Component type

module

Maintenance status

Development status

Downloads

5345

Component created

Component changed

Queries the http://www.hostip.info/ api to get the country / state information based on the user's ip or specific ip passed to it.

By default, it shows the Country/State information on the user profile page. You can show / hide this information thorugh the setting from Admin->Configuration->Hostip Settings page.

It saves the Country/State information in session variable, hostip_data, to improve the performance. This way call will be made once for a given user.

DataSync

Component type

module

Maintenance status

Development status

Downloads

6606

Component created

Component changed

The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed.

Invoice

Component type

module

Maintenance status

Development status

Downloads

23925

Component created

Component changed

With this module you're able to create and administer invoices.

The module creates an invoice node type. The module can be used in combination with the pathauto module to auto generate the title.

UC Node Checkout

Component type

module

Maintenance status

Development status

Downloads

20731

Component created

Component changed

This module allows you to bind a node type to an Ubercart product, as typically required in event registration sites and alike.

Binding a node type to a product has two effects:

  • When a user creates a node of that type, the specified product is added to the shopping cart with a node reference to the newly created node.
  • When a user buys a product with a bound node, an extra step is inserted into the checkout process requiring creation of a node of the bound type.

Favicon

Component type

module

Maintenance status

Development status

Downloads

33357

Component created

Component changed

A very small module to make requests to http://example.com/favicon.ico forward to the actual site's true favicon.

This module takes the favicon for the current site/theme and makes it available at the url example.com/favicon.ico (where example.com is your domain). The problem is that some web browsers and web applications blindly make a call to example.com/favicon.ico looking for your sites favicon. In drupal this causes an error entry to show up in the logs because there is nothing there.

If you want your icon to show at that address you can put a copy of your favicon n the root drupal directory. But, what if you have a multisite configuration with different favicons. This module will allow that address to show the current themes favicon at example.com/favicon.ico and it will work for multisite configurations.

Configuration

For this module to work properly you need to:

  1. Drupal 6: enable the core 'Shortcut' module
  2. Drupal 6/7: comment out #RewriteCond %{REQUEST_URI} !=/favicon.ico in the Drupal root .htaccess file

Credits

Currently maintained by Deeson Online

GMapEZ

Component type

module

Categories

Maintenance status

Development status

Downloads

7360

Component created

Component changed

Gives ordinary users and programmers the ability to show a Google Map on page with no programming required.

Just stick a simple div in the content with some special attributes and a Google Map will be displayed at that point. If you copy and paste examples. make sure Drupal's line break filter (enabled even for full HTML!) won't make the div invalid.

OAI2 for CCK

Component type

module

Maintenance status

Development status

Downloads

3134

Component created

Component changed

Overview

This module provides an implementation the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) for Drupal with support for CCK content types and their fields. By implementing the OAI2forCCK module, you can expose content (its metadata) as an OAI-PMH repository. It will then be accessible by OAI harvesters. For further OAI documentation, please see here: http://www.openarchives.org/OAI/openarchivesprotocol.html