Context Field

Component type

module

Maintenance status

Development status

Downloads

21394

Component created

Component changed

Context Field provides a mechanism to automatically create and associate a context to an entity. For example you can have every node of a certain content type have its own specific context. Inline editing is provided through Context UI.

User Data Connector

Component type

module

Maintenance status

Development status

Downloads

1387

Component created

Component changed

The User Data Connector module allows you to perform user authentication and obtaining information about users from a Drupal-external PHP script using a simple and compact API. It is especially useful if your script environment (session, error callback, exception callback, shutdown function, defined variables, defined functions) must not be changed, as it would happen if you bootstrap Drupal and use its functions and classes.

Simple Dialog

Component type

module

Maintenance status

Development status

Downloads

16448

Component created

Component changed

Sometimes you just want a little bit of html to appear in a popup-style dialog window without having to write a bunch of Javascript. This module provides a simple method to load pages via AJAX into a popup dialog window using just html (or by implementing a supplied theme function in php).

Simple Dialog implements the jquery ui dialog plugin that is provided with Drupal 7.

Simple content access

Component type

module

Maintenance status

Development status

Component created

Component changed

At the moment there is an 'add story content', 'edit story content' and 'delete story content', but there is no 'view story content', only the 'access content' permission to grant the role the permission to see all the content types. This simple module just adds a view permission for each content type.

If a role can access to all the content types, enable the 'access content' permission.

Persistent Fieldsets

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes the state of collapsible fieldsets persistent (If you collapse it, it will remain collapsed). It's a small usability improvement that makes pages like the Modules page a lot better.

You can make any fieldset persistent by adding the #persistent attribute to it.

Example :

$form['block'] = array(
  '#type' => 'fieldset',
  '#title' => t('Block configuration'),
  '#weight' => 3,
  '#collapsible' => TRUE,
  '#collapsed' => FALSE,
  '#persistent' => TRUE,
  '#tree' => TRUE,
);

Autocomplete Dropbox

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Autocomplete Dropbox creates a CCK field and widget that allows users to select terms from a specified vocabulary. The module tags the node with the vocabulary terms when the node is saved.

The user can also add new terms which will then upon node save be added to the vocabulary if it does not already exist.

How this is different from other 3rd party/core modules

- The module allows you to choose multiple taxonomy terms with auto complete per term
- Better UI is provided
- No comma separated values

Ads by Komoona

Component type

module

Maintenance status

Development status

Component created

Component changed

Komoona is a free tool that enables selling your ad space directly to advertisers/readers, by allowing anyone visiting your site to easily create or upload ads and pay for them while never leaving your page. Use Komoona for billing or your own PayPal Merchant account.

Simply install the extension, set some basic settings (price, size etc) and you're done. No technical or design skills needed.

OG Mailman

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module is built to try and provide complete integration between organic groups and mailman. It uses the mailman api module and some code from the cpanel_api2 module to make this happen. With this module you can:

  • Enable mailing lists per group type
  • Assign a new mailing list to a group (and created the new mailing list)
  • Assign an existing mailing list to a group
  • Sync one way (Organic Groups -> Mailman)
  • Move groups between e-mail lists

This module automatically does the following:

Google Analytics Ecommerce

Component type

module

Maintenance status

Development status

Downloads

787

Component created

Component changed

Configure Google Analytics Ecommerce tracking for any content type.

Every time a user creates a new node of a content type configured to be tracked, a new transaction is sent to Google Analytics. This module doesn't depend on ubercart. You can use google analytics ecommerce for leading tracking for example.