Модули
The calendar_block module provides a fully customizable calendar block which can be placed in a region at the blocks section.
Allows client-side scaling and rotating of images, and fast upload directly to drupal image galleries.
This API exposes the following functions to all drupal modules.
before($this, $inthis)
after($this, $inthis)
between($this, $andthis, $inthis)
Context help will allow you to create help for portions of your system.
Module adds 'view own content' and 'view any content' permissions for all of content types.
So, administrator can build a more flexible system of rights.
This module targets to add WebDAV access to Drupal content management. It is basically a WebDAV server pumping it's data from a specialized WebDAV API. It has been developed for three years now, used by a bunch of people, including me, on an every day basis, improved it in order to get speed, compliance and security.
In Drupal 6 the BlogAPi module's compatibility with Windows Live Writer was broken. This module started out as a direct port of the Drupal 5 BlogAPI module to Drupal 6.
The Flickr Sync module downloads new photos from Flickr and creates Drupal nodes from them.
Webform 3.0 Obsoletes this module and is not compatible in any way.
The Webform Associate module is designed to allow attaching webforms to particular node types.
Note: This module is being merged into the Mediafront Module.
NEWS: The release of the drupal 7 version of this module is now out! All the credit to agerson.
This module provides a dynamic blogroll in a block.
>> Check out what it is/does in this demo! <<
The configuration is simple and intuitive. You only have to provide addresses of sites with valid feeds (such as http://drupal.org). Optionally, you can alternatively define their feeds directly (e.g. http://drupal.org/node/feed).
The blogroll will display the site's title and latest item (w. link) below. Once multiple sites are provided, the blogroll will effectively "roll" and the sites with latest updates will be on top.
Some additional settings can be configured, e.g. the persistence of an optional "new" tag, etc.
Until next major upgrade, this module requires the simplepie module to work. For the 7.x version, this patch to the simplepie module is required!
Neologism is a lightweight web-based vocabulary editor and publishing tool built with Drupal. It makes RDF vocabulary authoring easy and fun.
This small module provides a simple API and should not be installed unless required by another module, or for your personal development.
Great utility module which makes the password field optional (or hidden) on the add new user page (admin & registration).
This is an extension module for Workflow-ng that provides an action that lets users perform operations on individual profile fields.
Note: There are way too many modules that do "fancy jquery effects in Views". It's like the textbook case of module duplication. I have therefore decided to deprecate this module in favor of Views Slideshow, which has an order of magnitude more users and a much more active maintainer. I will continue to support bug fixes on the current release, but there will be no new feature development and no Drupal 7 version. All users are recommended to migrate to Views Slideshow, either now or as part of Drupal 7 migrations.
The Views Rotator module provides a Views style plugin to display items by rotating through the items displaying one at a time. The cycling of images happens via JavaScript (jQuery) with a number of configurable options.
This module extends the Webform module to easily allow the creation of a webform that feeds to your Salesforce.com Account. It utilizes the Salesforce API, which must be downloaded separately from the module. In order to use the Salesforce API, your Salesforce installation must be either the Enterprise, Ultimate, or Developer edition. Other editions do not have support for the Salesforce API.
This module enables you to easily configure DFP Small Business (formerly Google Ad Manager) Ad Slots for Drupal.
This module integrates Drupal with Sphinx Search, a full-text search engine available under GPL version 2. It can be used as a drop in replacement of Drupal search framework. It also offers tagadelic and faceted search support. Sphinx can be installed on the same server Drupal is running, however it is recommended to do so on a different one. You can even partition indexes, each managed from a different server, so Sphinx provides an ideal alternative when you need to implement a fast and scalable solution for your site.
Requirements:
- PHP needs to be compiled with --enable-memory-limit.
- Sphinx 0.9.8 and up (shell access is required here)
Features:
- High search speed (avg query is under 0.1 sec on 2-4 GB text collections), high scalability (upto 100 GB of text, upto 100 M documents on a single CPU), distributed searching, phrase proximity ranking, stemming, stopwords, etc.
- Search page with options to filter by author, content types (configurable), taxonomies (configurable), support for all, any and phrase matching modes, sort by relevance, date created or last updated time, ascending or descending. It also provides options to customize search results page (size of excerpts, results per page, easily themable, etc.). Separate flood thresholds per anonymous and registered users. Options to log or not to log search requests.
- Configurable tagadelic alike pages and blocks (tag clouds). Term links can be taxonomy managed or set to start a new search with predefined filters.
- Basic faceted search support using a block that is displayed only under the context of search pages. It complements the advanced search form with facets for taxonomies, content author and content type.
- Modular design to make it easy to reuse functionality so it's open to create external modules based on this one to provide alternate search interfaces to deal with different kind of things. It is all around content, which means nodes, though. Future versions will add support to extend indexes with additional fields, etc.
- It is possible to set the path for the search page from the admin panel, so the search page provided by this module can co-exist with anything else you might have installed in your site. Choose an unused path that better suits your needs and go. Usage of this module is independent of Drupal core search for content, so you can disable Drupal core search completely. If you need Drupal search framework to provide search capabilities of different kinds, such as searching for users, then you may wish to take a look at Core Searches module.
- This module implements methods to build Sphinx indexes using XMLPipe source type. This makes it possible to index any kind of text around nodes. For instance, it is possible to index comments, CCK fields, etc. The XMLPipe generator uses nodeapi 'alter' and 'update index' to allow external modules alter and/or inject extra text to be indexed, the same way Drupal search works. Please, check out the README.txt of the project for installation instructions, and deeper overview of implementation details.
- Administration panel with options to customize Sphinx searchd connection, Sphinx Client API settings, etc. There's also a "Check connection" option that is aimed to help us diagnose connection issues.
- Sample script for managing the Sphinx searchd daemon (start/stop/restart) and also options to build main/delta indexes. Sample sphinx.conf and logrotate script. See contrib subdirectory of the package.
