Модули
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.
This module provides full ParaChat integration with Drupal. ParaChat is a feature-rich, Java based, managed chat application.
Provide location-appropriate path and content handling based on user's country.
Implemented features include:
This project seeks for an new maintainer. Take a look on the related issue: https://www.drupal.org/node/2638112.
This module allows you to auction off products in your Ubercart store. When a product is put up for auction, users can no longer add the item to their cart, but they may place bids on it until the auction expires. The user that placed the highest bid on the product will then be able to add it to their cart and purchase it at the price they bid.
This project has merged with the DrupalORM project.
POSTGRESQL NOTE: If you need support for Postgresql, use Drupal 6 along with the Drupal 6 version of Queryable Variables.
This module is used for blocking users to login on site after N times of wrongly password entering for M minutes.
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.
From Wikipedia: Up-selling is a sales technique whereby a salesman attempts to have the customer purchase more expensive items, upgrades, or other add-ons in an attempt to make a more profitabl
To benefit the most from RDF in Drupal, please use Drupal 7 and the RDF Extensi
Handlers are objects that are called to "handle" various pieces of an API in a swappable manner.
Handlers implement pluggable subsystems in a flexible, extensible manner.
Handlers solve the "many to one" type of extensibility, just has hooks solve the "one to many" sort.
Handlers are easily unit-testable.
Handlers require PHP 5.2.
Handlers will be demoed at DrupalCon Szeged.
What?
This adds a small Javascript search widget to any droplist on the site. The widget allows users to filter a long (or short) list to a handful of items based on a searched word.
Part of the core Drupal API (originally part of the forms API, but also used for rendering structured content that isn't a form) is the drupal_render function.
