Quick Admin Modules

Component type

module

Maintenance status

Development status

Downloads

2232

Component created

Component changed

Add client-side dependency checking to Modules Administration page.

If you have ever been frustrated having to submit the Modules page multiple times to turn off a set of nested modules, this module is for you. When you click a checkbox to turn on a module, it also turns on all the modules it depends on. And when you turn off a module, it turns off all of the modules that depend on it.

Super simple, and on my list of things to try and get into Drupal 7.

jQuery History

Component type

module

Downloads

1347

Component created

Component changed

Brings the jQuery History plugin to Drupal.

This is basically a developers tool to use for big projects that have either heavy AJAX and the AJAX driven functionality needs some permalinks which gives full browser history support or even a Flash/Flex project.

Image Caption

Component type

module

Maintenance status

Development status

Downloads

44638

Component created

Component changed

DESCRIPTION:

This module uses JQuery to dynamically add captions to images.
The image title attribute is used to create the caption.
It basically wraps the image in an html container div, takes the image title text and appends that in a child div underneath the image.
Technically, it works by implementing Drupal's hook_nodeapi to add one small snippet of captioner jquery to the head section of the page when a node of the configured type is viewed.

ajaxeditable

Component type

module

Downloads

1550

Component created

Component changed

This module adds the ability to edit a single element. The element needs to be surrounded by a DIV with the right things in it. This can be achieved by using something like contemplates,
You will need something like this:

Charts

Component type

module

Maintenance status

Development status

Downloads

156223

Component created

Component changed

Transform Data into Information. Charts are a very good way to visualize a lot of data in a way that can be quickly digested.

Features

  1. Wide chart type support: Pie, Line, Bar, Column, Area or Scatter charts.
  2. API: A Drupal-friendly syntax for creating charts easily, regardless of the underlying library.
  3. Views integration: Display the Views results as charts.
  4. Examples: The module includes lots of example charts for you to reference when building your own charts or chart library integration.
  5. Supported charting libraries: out of the box, you may use either (the new) Google Charts (GC for short), Highcharts (HC for short), or C3 (Drupal 8 only) as the charting library.

Textarea Tabs

Component type

module

Maintenance status

Development status

Downloads

7182

Component created

Component changed

Makes all textareas (such as the 'body' field on the node edit page) accept the Tab key --- pressing Tab while in a textarea will now insert a tab into the content, rather than moving focus to the next field.

I threw this module together to facilitate easier discussion of code snippets on the forums at kineme.net (an opensource project sponsored by Kosada Inc.).

GET Node Image

Component type

module

Downloads

3072

Component created

Component changed

This is a convenience module for Drupal-based Ajax programming. It returns images attached to a node from CCK Imagefields. An HTTP GET request to a predefined URL format (e.g. node_resource/NODE_ID/CCK_IMAGEFIELD_LABEL/0) returns the image to the HTTP client.

Development sponsored by LANDO-LINKS, INC