Jquery jsTree

Component type

module

Maintenance status

Development status

Downloads

4032

Component created

Component changed

Overview

This jquery_jstree module is a wrapper module for jsTree jQuery library. Module integrates jsTree to Drupal so that it can be used in variety of ways. Built-in sub module provides widget for term references. jsTree can be used in custom forms as any Form API element.

Boolean Field

Component type

module

Maintenance status

Development status

Downloads

14644

Component created

Component changed

Provides a "boolean" field type with an additional state of "not set" in addition to the usual "true/false" or "on/off." A separate display string can be defined for each state. For example, if the field represents the status of a cron job, the three display strings might be:
- Cron job completed without errors
- Cron job completed with errors
- Cron job has not been run.

The corresponding default storage values are 1, 0, and -1.

The field type is integrated with the Rules module.

Safeword

Component type

module

Maintenance status

Development status

Downloads

25186

Component created

Component changed

It's often useful to provide two versions of a given string: one that's intended for human viewing and another that's intended for use in database queries, URLs, and so on.

In Drupal, this is generally known as a 'Name' and 'Machine name' pair. Drupal 7 even provides a prefab FormAPI element to simplify the process of entering these matched pairs.

Safeword exposes a custom FieldAPI field type that stores two strings using the name/machine name approach. It can be useful when generating PathAuto aliases, exposing Views arguments, and so on.

ImageField Focus

Component type

module

Maintenance status

Development status

Downloads

65850

Component created

Component changed

This module allows to scale and crop images focusing on their important portions.

If you are using ImageField and ImageCache, you might have had hard times trying to get Scale And Crop to show what you actually want of your images.
That is what ImageField Focus was made for.
It allows you to tell ImageCache what portion of the image you want to focus to, and what portion you want to be cut out.

Key features

  • Extends ImageField's Image widget (no separate widget!)
  • Adds a new Focus Scale And Crop ImageCache action.
  • Adds a new Focus Crop ImageCache action.
  • Uses a new jQuery plugin that will soon be also available as a separate download.
  • Integrates with Smart Crop.

OG Menu link

Component type

module

Maintenance status

Development status

Downloads

1659

Component created

Component changed

Stores relations between menu links and groups (Organic groups), filters the available parent menu items on node forms to the ones belonging to the groups a user is a member of, and automatically chooses the group audience of nodes based on their location in the menu.

Dependencies

Certified to Rock field

Component type

module

Maintenance status

Development status

Downloads

2560

Component created

Component changed

This module provides a field that allows one to input their Drupal.org user ID, and view their Certified to Rock rating. This was mainly coded as a learning exercise, so it may be limited in features and polish.

Basically if you're looking for a way to get the Certified To Rock rating for your users, then this is a module that will do the job!

File viewer

Component type

module

Maintenance status

Development status

Downloads

7822

Component created

Component changed

This module has been moved to PDF module formally,

This module add Internet Archive BookReader (http://openlibrary.org/dev/docs/bookreader) for PDF and EPUB support into Drupal to make both of them can be open and view file field in the browser. "Search inside" was just added. Can be bugy. If you upload a book, it will be very slow, because I just use JS for search. Maybe do it on server side in the future. didn't test on IE.