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

OpenLayers Field

Expose available OpenLayers presets as a field and then display the map when viewing an entity.

Location Extras

This module allows you to attach additional fields to locations provided by the Locations module. It adds the following fields:

Multiple Users Autocomplete

This module allows for the creation of form elements that accept multiple usernames for that Drupal site as comma-separated values with autocomplete, much like the experience of free tagging, but w

Image URL Formatter

This module add a url formatter for image field. Then you can output image url directly.

Most of the code, maybe more than 90%, is just copy from the drupal core. I think it is stable enough.

I have created a content type, and add an image field instance to it, later i use views to export the data of this content type.And i want to output the data,then i could import it into another drupal 7 site with feeds module. What i need is the url of the image field, but i could not export the image url directly. That is why i create this small module.

Usage

(1)After install this module,then you add an image field,then you can goto this bundle's manage display page,here at format column,you can choose "Image URL" instead of "Image".

(2)When you add an image field in your views,then you config the Formatter for this field, here you can choose "Image URL" instead of "Image".

Then you can output image's URL instead of Image itself.

Compare with the method shipping with views

(1) timofey give another method that do not using this module:
Based on Drupal 7, Views 3
Add a "File Usage: File" relationship (Advanced->Relationsips)
Add a "File: Path" field, NOT "Content: Image" (Block details->Fields)
You will have limitless options on image path output. Click to Display download path instead of URI.

Double Field

druplicons

What is Double Field?

Double Field is a small module written to provide extensions to Drupal's core Fields. By this module you can split your fields up into two separate parts.

For the moment it includes the following sub-field types:

  • Boolean
  • Text
  • Text (long)
  • Integer
  • Float
  • Decimal
  • Email
  • Telephone
  • Date
  • Url

Screenshots (Drupal 7)

Menu Admin Splitter

menuadminplitter.gif

This module provides enhancement for Drupal core's menu administration page when dealing with hundreds of menu items in a single menu. There's two obvious benefits for using the module:

Pages

Subscribe with RSS Subscribe to RSS - Site structure