Currency converter

Component type

module

Maintenance status

Development status

Downloads

8719

Component created

Component changed

Currency converter module was created for quick currency convertation. It contains 10 currensies.

It is flexibly configurable block. The currency undertakes from several banks (on a choice).

Features:

WP Blog - a WordPress-style blogging module.

Component type

module

Maintenance status

Development status

Downloads

12255

Component created

Component changed

WordPress provides a great platform for blogging. Drupal provides all the tools for a great blogging platform, but it takes some effort to join all those tools together. This module goes some way to addressing that.

This module can be seen in action on my blog site: http://deglos.com/.

The killer features I see in WordPress are:

Form API Multiselect element

Component type

module

Maintenance status

Development status

Downloads

781

Component created

Component changed

Provide **Multiselect widget** (form element) for developer:

  $form['select1'] = array(
    '#type' => 'fapi_multiselect',
    '#title' => 'Widget title',
    '#required' => TRUE,
    '#options' => array('Option 1', 'Option 2', '...'),
    '#default_value' => array(),
  );

Drupal 7, please use Multiselect module.

Checkin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module hopes to bring the ability for users to "checkin" to a node (most likely in conjunction with a Location and/or Services), indicating that they have been to or are presently at this node's location. This module is primarily geared towards serving location-aware smartphone mobile sites and applications. Although a method to checkin to a node directly from the site will be provided, naturally determining whether or not the user is legitimately at that node's location is an issue.

Teaser 403

Component type

module

Maintenance status

Development status

Downloads

316

Component created

Component changed

Purpose

This module is designed to expose teaser content for sites which normally require users to login to view nodes.

Features

Admins may configure specific content types which they wish to have teasers exposed for, in addition to workflow states (if the module is installed). This means you can show a regular 403 (or a redirect to your custom 403 page) for some content types, and teaser content for others.

In addition you may add a marketing message above or below your teasers encouraging users to sign up for an account.

Example Web Scraper

Component type

module

Maintenance status

Development status

Downloads

4336

Component created

Component changed

This example demonstrates how to build a Drupal-native web scraper. It imports events from a single month of Stanford University's calendar by navigating to the page for each day and creating a node for each event on the day's list. Each event is then queued for scraping its details.

All functionality is provided by Feeds, Feeds XPath HTML Parser, Feeds Crawler, Feeds SelfNode Processor, and Feeds Tamper. This module only includes an example configuration packaged using Features. Developers and site-builders who are interested in web scraping may find it a helpful starting point.

Organic Groups Access Boost

Component type

module

Maintenance status

Development status

Downloads

873

Component created

Component changed

Are you having trouble using Organic Groups Access Control with other access control modules, such as Taxonomy Access?

Normally, the Taxonomy Access module overrides the permissions set by Organic Groups Access. This means that even content which is in a private group will remain visible to users who are not members of the group if Taxonomy Access says it should.

This module makes private groups and their posts remain private. It works by giving the og_access grants a priority "boost", so it may work with other access modules besides Taxonomy Access.

Quickbar

Component type

module

Maintenance status

Development status

Downloads

13585

Component created

Component changed

This is a simple administration toolbar. It allows you to take any menu and assign it to a role. This menu will be displayed at the top of your page as an administration toolbar.

Modal Comment Login

Component type

module

Maintenance status

Development status

Downloads

1697

Component created

Component changed

The purpose of this module is to provide anonymous users a way to login (or just supply contact information) during the process of entering the comment. It works by opening a modal window with the authentication options once they Submit the comment. Once they are successfully identified, the comment will be submitted and attributed to the user.