This project is under active development.

Computer Aided Dispatch

A CAD (Computer Aided Dispatching) module for police, fire, EMS, truckers, taxicab companies, etc.

DB Tuner

Configuration Page

Wondering why your views run so slow? Why after switching to InnoDB, MySQL isn't running any better? This module has the answers!

Indexes

It will show what CCK columns get used in a view filter or relationship and give you the option to add an index on it so the views query will run faster. Also can add indexes to core modules that could use one.

Engine

Ability to convert your database from MyISAM to InnoDB in order to eliminate table locks on data writes.

Collation

Are half your tables latin1_swedish_ci and the other half utf8_general_ci? Use this to change them all to utf8_general_ci.

MySQL Tuner

Have you never edited your my.conf file? This will give you hints at what values to tweak in order to get MySQL running better. Special thanks to MySQL Tuner, since this part of the module is a port of that project.

Future Plans:

Similar Projects

MySQL Report
Shadow - SQL queries / views optimization
Materialized View API

Nitobe Masthead Image

Nitobe Masthead Image module admin interface screenshot.

This is a simple utility to set the image displayed in the 'masthead' region of the great Nitobe theme by

Location Display

Uses Google Static Maps API to display non interactive maps and links to a real google map for the CCK fields in these modules: Addresses & Location

Current Formatters:

  • Single Loc - address text -> links to google map
  • Single Loc - Loc Name \n address text | "Get Directions" links to google map
  • Single Loc - google map image (215x100) -> links to google map
  • Multiple Loc - image (440x320) of google map

Configuration:

Fairly limited for now. Use this to control the image sizes.

variable_set('location_display_small', '215x100');
variable_set('location_display_medium', '440x320');

Patches welcome to get this working better.

Future:

  • Open to custom formatting requests
  • Better Configuration
  • Use a KML file for a multiple locations link Don't like how it works #765040: KML Multi Location
  • Allow user defined fields via multigroup & fieldgroup (no need for addresses or location module)
  • Support other location storage modules
  • Support other "simple" mapping services

Views tree

Heirarchical listing of Drupal Core versions created with Views Tree and Views

This module provides a tree-based style plugin for Views. It is equivalent to the tree-based style template from Views 1.

It is based off of the list style. Although it generates a nested view, there is still only a single query run for the view making it quite performant.

The 1.x branch is compatible with Views 2. The 2.x branch is compatible with Views 3.

Usage

  1. Create a new view using the Fields row style. Populate it with the appropriate fields you want.
  2. Select the Tree (Adjacency model) style plugin.
  3. Select the linking fields in the style configuration panel. Generally, you will want to link from a nodereference field to the nid on the same node type. That is, the nodereference field is used as a pointer to the "parent" node.
  4. Save and enjoy.

Compatibility

This module has been tested and used with the following relationship-oriented modules:

  • Taxonomy (in core) - parent/child relationships
  • References - node and user references
  • Relation - references between any entities (D7 only)
  • Entity reference - references between any entities (D7 only)

Taxonomy Tree Select

taxonomy_tree_select-6.x-alpha3.png

Taxonomy Tree Select acts in node forms replacing the select boxes of taxonomy with checkboxes into simple and intuitive expansable trees.

Pages

Subscribe with RSS Subscribe to RSS - Under active development