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

BibRef

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

For managing bibliographic references.

How is it different from Biblio?

* It's based on existing modules--Field (CCK in D6 version to come), Taxonomy, and perhaps others later--Feeds for importing?
* It will support multilingual stop words, and ignore leading nonalphanumeric characters when sorting by title.
* Styles will be customizable through templates.

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: