Area Print

Component type

module

Maintenance status

Development status

Downloads

6187

Component created

Component changed

Area Print is a simple module that let's you add print button or link that sends any given element(div, table, block.. anything with a css id) to a printer.
All original css from the page(including definitions from parent elements) is applied(though browsers tend to strip some off) and you can append your own on top of that.

In it's current form, the module provides only API-like functionality, no UI at all, though this can be changed in the future if needed.

TOC filter

Component type

module

Maintenance status

Development status

Downloads

18391

Component created

Component changed

Converts header tags into a hierarchical table of contents using Drupal's input filter system.

The use case that the TOC filter module addresses is one of the simplest and most common approaches for table of contents in Drupal. Basically, you just enable the 'TOC filter' module add a [toc] token to your HTML and it will be replaced with a responsive table of contents.

Demo

Evaluate this project online using simplytest.me.

Term Search

Component type

module

Categories

Maintenance status

Development status

Downloads

8065

Component created

Component changed

This module uses Drupal's core search api to index taxonomy terms. The default behavior will index taxonomy terms from all vocabularies with any fields rendered on the main display, however this behavior can be customized in various ways.

Node Promo Picker

Component type

module

Categories

Maintenance status

Development status

Downloads

2782

Component created

Component changed

Adds functionality to set teasers for a node and display in a promo area block. Each promo block area created can be displayed through a block added to the blocks page or through a function call in your templates to node_promo_picker_display_block().

A promo block area is associated to a taxonomy and will only pull in teaser nodes that are associated to the same taxonomy.

Views Record Count

Component type

module

Maintenance status

Development status

Downloads

5433

Component created

Component changed

This module will add some additional functionality in views. You can see the record count in views header/footer if you have chosen pager. You will see record count option as well when you edit the view.
If you setup some overridden values in you display, it work with them also.
Default message region is footer. You can change it as well.

Dependencies

All version of Views Record Count requires the Views module

dynatree

Component type

module

Categories

Maintenance status

Development status

Downloads

2763

Component created

Component changed

This module implements http://code.google.com/p/dynatree/ to create treemenus.
See a demo here: Tree menu DEMO

Dependencies

Install

Download the libraray into sites/all/libraries/dynatree. So the jquery.dynatree is reachable by sites/all/libraries/dynatree/src/jquery.dynatree.js

Webform gmap

Component type

module

Maintenance status

Development status

Downloads

831

Component created

Component changed

This module adds a "Map location" component to a webform, which gives users the ability to pick a location from the map by dragging a marker.

Drupal 6 only, Drupal 7 only when I need it, someone wants to sponsor it, or even better, if someone posts a patch.

Views Dependent Filters

Component type

module

Categories

Maintenance status

Development status

Downloads

28269

Component created

Component changed

Allows the presence of exposed filters on a view to be controlled by values in another exposed filter. Dependent filters are hidden when not relevant, and their values are not considered when the exposed form is submitted.

The module is compatible with both the Views basic and the Better Exposed Filters form plugins.