The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.
Typically, users will want to create a "File" content type and enable the Attachment Links module for that content type. Each "File" node should refer to a single file: "Handbook," "Company logo," "Team roster," etc. Though each node could contain multiple versions of the file, Attachment Link provides permanent link to access the preferred or newest versions.
WARNING: This module is currently no longer developed, and I don't guarantee it would be in the future, since they're doing a great job with the Lightweight Directory Access Protocol module, and the best would be to integrate the contact manager application with that module.
This module provides the ability of access to LDAP directories from inside Drupal, perform full-text or advanced search and even manage (add, edit) entries.
The next goal of the project is to read the LDAP schemas used for the objects to create a cck-like way to manage/display them, and maybe integration with the Views module too.
DEPENDENCIES: This module uses the Net_LDAP2 class from PEAR, so you have to install PEAR in order to use this. (Or, just drop the PEAR and Net_LDAP2 somewhere in the PHP path). Of course, you also need at least one LDAP directory to query..
Audio Field module adds new field that allows you to upload and play audio files in the default HTML5 audio player or one of multiple selected third-party audio players.
Currently this module supports most audio formats (depending on the selected audio player).
This module one thing: It hijacks the normal node display page and uses a view to display that node's comments rather than comment module's normal output function.