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

Field Embed Views

The module provides a field type to attach any Views View display with, configurable on per-entity level, default values for exposed filters and sorting. The placement of the View in the content can be reordered on the "Field Display" administration page for the entity.

Toggle

Toggle module demo

This module is all about toggling stuff silly.

Entity reference plus data

Currently Entity Reference only allows for one View Mode to be selected for displaying a reference field.

Autocomplete POST

Drupal 6 and 7 still exhibit longstanding quirks with autocomplete fields (where search results appear in a popup list as you type). For the most part autocomplete fields work as-advertised, but somehow they get confused by the humble slash ( / ) character.

In Drupal 6 everything following the first slash in your autocomplete field will be ignored in the autocomplete query. The reason this happens is because autocomplete sends its query to Drupal as a path component, and the Drupal path system throws away anything following the first slash (even if the slash was encoded, which it isn't anyway).

In Drupal 7 the problem is less serious but still wrong. Trailing slashes are ignored in the autocomplete query, so you can't do an autocomplete on the slash character by itself, or as the last character in an autocomplete query.

Autocomplete Hack

Drupal 6 and 7 still exhibit longstanding quirks with autocomplete fields (where search results appear in a popup list as you type). For the most part autocomplete fields work as-advertised, but somehow they get confused by the humble slash ( / ) character.

In Drupal 6 everything following the first slash in your autocomplete field will be ignored in the autocomplete query. The reason this happens is because autocomplete sends its query to Drupal as a path component, and the Drupal path system throws away anything following the first slash (even if the slash was encoded, which it isn't anyway).

In Drupal 7 the problem is less serious but still wrong. Trailing slashes are ignored in the autocomplete query, so you can't do an autocomplete on the slash character by itself, or as the last character in an autocomplete query.

Pages

Subscribe with RSS Subscribe to RSS - Site structure