Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Autocompleteinator

Have you ever wanted to add autocomplete functionality to a text field, wanted autocomplete but didn't want to write a module to make that happen? Autocomopleteinator utilizes the power of views to allow you to output any content (users, taxonomy, search results etc) as an auto complete for any Drupal generated text field.

tl;dr: Create a field, create a view, turn that field into an autocomplete without having to write any code.

This module requires views_arguments_in_filters until http://drupal.org/node/357082 is in Views 3.

Directions
---

  1. Enable the autocompleteinator module (make sure you install views_arguments_in_filters too)
  2. Enable the autocompeteinator_helper module
  3. Create a feed view display and set it to Autocompleteinator (the RSS one is selected by default)
  4. Add whatever fields you want to the view
  5. Change the settings for the feed and select the fields you wish to be shown
  6. Add in a Global: Null argument (and only this)
  7. Add in a filter for the field(s) you want to search. For the value put in %1 (this is what views_arguments_in_filters actually does)
  8. Save your view and make note of the feed path

Content Taxonomy term selector

The content_taxonomy module allows significant customisation over the field used to select taxonomy terms while adding or editing a node. This module provides

Taxonomy Mindmap

Shows a taxonomy herarchy using a visual graph which nodes you can navigate.

Floor Plan

Allows to create a floor plan for a building

Aussiegeo

Geolocation modules for Australia.
included modules:
- aussie geofield proximity (actually just geofield proximity with bugs fixed)

Microsites

Microsites provides a site-within-a-site capability, using a plugin-based architecture.

How it works

Microsites are individual nodes which are specially enabled to provide their own context, menu, breadcrumb and other settings. When a node becomes microsite-enabled, it creates a menu, context and other components automatically.

Other nodes can be added to the microsite by ensuring they are within the scope of the Microsite context (for example, by setting their base bath to be a child of the microsite node).

API

The Microsites framework does all the heavy lifting, data storage and configuration setting for modules which implement its API. At its most basic, Microsites leverages Context and the Drupal Menu system to create a virtual site-within-a-site.

Modules can implement Microsites functionality by providing ctools plugin which extends the BasicMicrositesExtension class. See existing plugins for examples.

Plugin behaviour can also be triggered from anywhere in your code using the function microsites_trigger_callback(), which is documented in microsites.module.

Required modules:
Context
Custom Menu
Menu Block
Xtfers Utilities

Pages

Subscribe with RSS Subscribe to RSS - Site structure